- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 2,898 for 1 (0.08 sec)
-
AdaBoostRegressor — scikit-learn 1.7.0 document...
the range [1, inf) . learning_rate float, default=1.0 Weight applied...n_estimators = 50 , learning_rate = 1.0 , loss = 'linear' , random_state...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html -
pairwise_distances — scikit-learn 1.7.0 documen...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html -
TargetEncoder — scikit-learn 1.7.0 documentation
1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html -
lasso_path — scikit-learn 1.7.0 documentation
alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html -
Release Highlights for scikit-learn 1.6 — sciki...
1 , 6 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,..., 0 , 1 , 1 ] forest = ExtraTreesClassifier ( random_state =...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html -
export_text — scikit-learn 1.6.1 documentation
(cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75 |...be used (“feature_0”, “feature_1”, …). class_names array-like of...scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html -
affinity_propagation — scikit-learn 1.7.0 docum...
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...>>> labels array([0, 0, 0, 1, 1, 1]) Gallery examples # Visualizing...scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html -
OrthogonalMatchingPursuitCV — scikit-learn 1.7....
means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also orthogonal_mp Solves...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html -
Release Highlights for scikit-learn 1.1 — sciki...
0 1.0 1 0.0 0.0 1.0 2 1.0 0.0 0.0 3 0.0 1.0 0.0 Performance...ts_1_1_0.py Download zipped: plot_release_highlights_1_1_0.zip...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html -
StackingRegressor — scikit-learn 1.7.0 document...
in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html