- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 561 - 570 of 3,451 for 1 (0.09 sec)
-
sklearn.kernel_ridge — scikit-learn 1.5.2 docum...
Kernel ridge regression. User guide. See the Kernel ridge regression section for further details.scikit-learn.org/stable/api/sklearn.kernel_ridge.html -
12. Choosing the right estimator — scikit-learn...
Often the hardest part of solving a machine learning problem can be finding the right estimator for the job. Different estimators are better suited for different types of data and different problem...scikit-learn.org/stable/machine_learning_map.html -
kneighbors_graph — scikit-learn 1.5.2 documenta...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) Gallery...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html -
GroupShuffleSplit — scikit-learn 1.5.2 document...
index=[0 1], group=[1 1] Fold 1: Train: index=[0 1 5 6 7], group=[1...shape = ( 8 , 1 )) >>> groups = np . array ([ 1 , 1 , 2 , 2 , 2...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html -
Release Highlights for scikit-learn 1.3 — sciki...
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...array ([ 0 , 1 , 6 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html -
Release Highlights for scikit-learn 1.4 — sciki...
0 1.0 0.862662 1.0 0.0 1.401826 0.0 1.0 -0.754829 1.0 0.0...array ([ 0 , 1 , 6 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html -
ElasticNetCV — scikit-learn 1.5.2 documentation
l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the penalty...(i.e. Ridge), as in [.1, .5, .7, .9, .95, .99, 1] . eps float, default=1e-3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
LinearRegression — scikit-learn 1.5.2 documenta...
([[ 1 , 1 ], [ 1 , 2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html -
NMF — scikit-learn 1.5.2 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...version 1.5: Xt was deprecated in 1.5 and will be removed in 1.7....scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html -
FeatureHasher — scikit-learn 1.5.2 documentation
-1., 0., -1., 0., 1.], [ 0., 0., 0., -1., 0., -1., 0., 0.],...0.], [ 0., -1., 0., 0., 0., 0., 0., 1.]]) fit ( X = None , y...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html