- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 511 - 520 of 2,897 for ' (0.25 sec)
-
lasso_path — scikit-learn 1.7.2 documentation
precompute = 'auto' , Xy = None , copy_X = True...set automatically. precompute ‘auto’, bool or array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html -
3.2. Tuning the hyper-parameters of an estimato...
'kernel' : [ 'rbf' ], 'class_weight' :[ 'balanced' , None...1e-3 ), 'kernel' : [ 'rbf' ], 'class_weight' :[ 'balanced' , None...scikit-learn.org/stable/modules/grid_search.html -
Observing Langchain applications with Elastic, ...
Elastic Observability's APM provides an ability to trace...and become familiar with Elastic’s OpenTelemetry configuration Have...www.elastic.co/observability-labs/blog/elastic-opentelemetry-langchain-tracing-langtrace -
OneHotEncoder — scikit-learn 1.7.2 documentation
handle_unknown {‘error’, ‘ignore’, ‘infrequent_if_exist’, ‘warn’}, default=’error’...array(['x0_str_Female', 'x0_str_Male', 'x1_int_1', 'x1_int_2', 'x1_int_3'],...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html -
Meta Engines Guide | App Search documentation [...
engine’s schema is the combination of the source engines' schemas....tuning (beta) » Elastic Docs › App Search Enterprise Search guides...www.elastic.co/guide/en/app-search/current/meta-engines-guide.html -
feature_extraction.rst.txt
array([' w', 'ds', 'or', 'pr', 'rd', 's ', 'wo', 'wp'], ...)...array(['and', 'document', 'first', 'is', 'one', 'second', 'the',...scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt -
plot_discretization_strategies.zip
implemented in KBinsDiscretizer: - 'uniform': The discretization is uniform...same number of samples. - 'kmeans': The discretization is based...scikit-learn.org/stable/_downloads/7b16734166ab4280e940d7fb89dd6113/plot_discretization_strategie... -
Common pitfalls in the interpretation of coeffi...
['RACE', 'OCCUPATION', 'SECTOR', 'MARR', 'UNION', 'SEX', 'SOUTH']),...['RACE', 'OCCUPATION', 'SECTOR', 'MARR', 'UNION', 'SEX', 'SOUTH']),...scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html -
Known issues | App Search documentation [8.19] ...
Troubleshooting » Elastic Docs › App Search Enterprise Search guides...longer updated. Refer to Elastic's version policy and the latest...www.elastic.co/guide/en/app-search/current/known-issues.html -
GridSearchCV — scikit-learn 1.7.2 documentation
'params' : [{ 'kernel' : 'poly' , 'degree' : 2 }, ......parameters = { 'kernel' :( 'linear' , 'rbf' ), 'C' :[ 1 , 10 ]}...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html