- Sort Score
- Num 10 results
- Language All
- Labels All
Results 981 - 990 of over 10,000 for 1 (9.7 seconds)
Filter
-
11. Common pitfalls and recommended practices —...
n_features = 1 , noise = 1 ) >>> X_train , X_test ,...applies to using None . 11.3.1.1. Estimators # Passing instances...scikit-learn.org/stable/common_pitfalls.html -
sklearn.preprocessing — scikit-learn 1.8.0 docu...
Scale each feature to the [-1, 1] range without breaking the...data (set feature values to 0 or 1) according to a threshold. FunctionTransformer...scikit-learn.org/stable/api/sklearn.preprocessing.html -
Receiver Operating Characteristic (ROC) with cr...
axis = 0 ) mean_tpr [ - 1 ] = 1.0 mean_auc = auc ( mean_fpr...“versicolor” class ( class_id=1 ) is regarded as the positive...scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html -
Scikit-learn governance and decision-making — s...
page: Requires +1 by a core contributor, no -1 by a core contributor...changes require +1 by two core contributors, no -1 by a core contributor...scikit-learn.org/stable/governance.html -
Joint feature selection with multi-task Lasso —...
ylim ([ - 1.1 , 1.1 ]) plt . show () Total running...(( 1.0 + rng . randn ( 1 )) * times + 3 * rng . randn ( 1 ))...scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html -
check_scalar — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html -
ledoit_wolf — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html -
DummyRegressor — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
Release History — scikit-learn 1.8.0 documentation
Version 1.1.2 Version 1.1.1 Version 1.1.0 Version 1.0 Version 1.0.2...Version 1.2.1 Version 1.2.0 Version 1.1 Version 1.1.3 Version...scikit-learn.org/stable/whats_new.html -
inplace_row_scale — scikit-learn 1.8.0 do...
1 , 2 , 3 , 3 ]) >>> data...data = np . array ([ 8 , 1 , 2 , 5 , 6 ]) >>> scale =...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html