- Sort Score
- Num 10 results
- Language All
- Labels All
Results 521 - 530 of over 10,000 for 1 (1.65 seconds)
-
sklearn.datasets — scikit-learn 1.8.0 doc...
scikit-learn.org/stable/api/sklearn.datasets.html -
RocCurveDisplay — scikit-learn 1.8.0 docu...
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise..., 0 , 1 , 1 ]) >>> y_score = np . array ([ 0.1 , 0.4...scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html -
Multilabel classification — scikit-learn ...
1 ]) max_y = np . max ( X [:, 1 ]) classif = OneVsRestClassifier...[:, 1 ]) . nonzero () plt . scatter ( X [:, 0 ], X [:, 1 ], s...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html -
TheilSenRegressor — scikit-learn 1.8.0 do...
means 1 unless in a joblib.parallel_backend context. -1 means...the number of features (plus 1 if fit_intercept=True) and the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html -
RidgeClassifier — scikit-learn 1.8.0 docu...
converts the target values into {-1, 1} and then treats the problem...sklearn.linear_model. RidgeClassifier ( alpha = 1.0 , * , fit_intercept = True ,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html -
fetch_file — scikit-learn 1.8.0 documenta...
delay = 1 ) [source] # Fetch a file from...re-downloading. Added in version 1.6. Parameters : url str URL of...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_file.html -
sample_without_replacement — scikit-learn...
scikit-learn.org/stable/modules/generated/sklearn.utils.random.sample_without_replacement.html -
LinearSVR — scikit-learn 1.8.0 documentation
1] , where 1 corresponds to the intercept....version 1.3: The "auto" option is added in version 1.3 and...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
AdaBoostRegressor — scikit-learn 1.8.0 do...
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 -
extract_patches_2d — scikit-learn 1.8.0 d...
max_patches is a float between 0 and 1, it is taken to be a proportion...>>> print ( patches [ 1 ]) [[[174 201 231] [174 201 231]]...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html