- Sort Score
- Num 10 results
- Language All
- Labels All
Results 161 - 170 of over 10,000 for 1 (0.58 seconds)
-
CalibrationDisplay — scikit-learn 1.7.2 d...
pos_label is set to 1. Added in version 1.1. name str, default=None...estimators.classes_[1] when using from_estimator and set to 1 when using...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html -
make_hastie_10_2 — scikit-learn 1.7.2 doc...
float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html -
OneVsRestClassifier — scikit-learn 1.7.2 ...
as a 2D binary (0/1) matrix, where [i, j] == 1 indicates the presence...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html -
IsotonicRegression — scikit-learn 1.7.2 d...
1 , .2 ]) array([1.8628, 3.7256]) fit (...n_samples = 10 , n_features = 1 , random_state = 41 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html -
ExtraTreesRegressor — scikit-learn 1.7.2 ...
min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
mean_pinball_loss — scikit-learn 1.7.2 do...
[ 1 , 2 , 4 ], alpha = 0.1 ) 0.3... >>>...scikit-learn 1.0 Release Highlights for scikit-learn 1.0 On this...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html -
PoissonRegressor — scikit-learn 1.7.2 doc...
predict ([[ 1 , 1 ], [ 3 , 4 ]]) array([10.676,...PoissonRegressor ( * , alpha = 1.0 , fit_intercept = True , solver...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html -
IncrementalPCA — scikit-learn 1.7.2 docum...
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [...principal components, versus 1 large SVD of complexity O(n_samples...scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html -
HDBSCAN — scikit-learn 1.7.2 documentation
means 1 unless in a joblib.parallel_backend context. -1 means.... labels_ ) . tolist () [-1, 0, 1, 2, 3, 4, 5, 6, 7] dbscan_clustering...scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html -
make_swiss_roll — scikit-learn 1.7.2 docu...
algorithm is from Marsland [1]. References [ 1 ] S. Marsland, “Machine...from Stephen Marsland’s code [1]. Parameters : n_samples int,...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_swiss_roll.html