- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 2,928 for 1 (0.1 sec)
-
NearestNeighbors — scikit-learn 1.7.0 documenta...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html -
LinearRegression — scikit-learn 1.7.0 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 -
AgglomerativeClustering — scikit-learn 1.7.0 do...
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...clustering . labels_ array([1, 1, 1, 0, 0, 0]) For a comparison...scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html -
ColumnTransformer — scikit-learn 1.7.0 document...
1. , 2. , 2. ], ... [ 1. , 1. , 0. , 1. ]]) >>> #...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html -
LabelSpreading — scikit-learn 1.7.0 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...Clamping factor. A value in (0, 1) that specifies the relative amount...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html -
GroupKFold — scikit-learn 1.7.0 documentation
index=[0 1 4 5], group=[0 0 3 3] Fold 1: Train: index=[0 1 4 5],...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 On this...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
SGDClassifier — scikit-learn 1.7.0 documentation
array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...(clip(decision_function(X), -1, 1) + 1) / 2. For other loss functions...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html -
DecisionTreeClassifier — scikit-learn 1.7.0 doc...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html -
KBinsDiscretizer — scikit-learn 1.7.0 documenta...
[ 1., 1., 1., 0.], [ 2., 2., 2., 1.], [ 2., 2., 2.,...>>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html -
PassiveAggressiveClassifier — scikit-learn 1.7....
default=1.0 Maximum step size (regularization). Defaults to 1.0. fit_intercept...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html