- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 2,898 for 1 (0.08 sec)
-
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 -
LassoLarsCV — scikit-learn 1.7.0 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.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 -
PLSRegression — scikit-learn 1.7.0 documentation
1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html -
make_blobs — scikit-learn 1.7.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Plot the...2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html -
BernoulliNB — scikit-learn 1.7.0 documentation
Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. BernoulliNB ( * , alpha = 1.0 , force_alpha = True , binarize...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html