- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 2,950 for 1 (5.57 sec)
-
StratifiedKFold — scikit-learn 1.6.1 documentation
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> skf = StratifiedKFold...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
shuffle — scikit-learn 1.6.1 documentation
1.], [1., 0.]]) >>> y array([2, 1, 0]) >>> shuffle...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html -
empirical_covariance — scikit-learn 1.6.1 docum...
scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html -
Nystroem — scikit-learn 1.6.1 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also AdditiveChi2Sampler...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html -
OneHotEncoder — scikit-learn 1.6.1 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...'Female' , 1 ], [ 'Male' , 4 ]]) . toarray () array([[1., 0., 1., 0.,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html -
BernoulliRBM — scikit-learn 1.6.1 documentation
1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html -
RANSACRegressor — scikit-learn 1.6.1 documentation
min_samples int (>= 1) or float ([0, 1]), default=None Minimum...min_samples is chosen as X.shape[1] + 1 . This parameter is highly...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
IsolationForest — scikit-learn 1.6.1 documentation
1 ], [ 0 ], [ 90 ]]) array([ 1, 1, -1]) For an example...from 0.1 to 'auto' . max_features int or float, default=1.0 The...scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html -
DetCurveDisplay — scikit-learn 1.6.1 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html -
MLPClassifier — scikit-learn 1.6.1 documentation
:]) array([1, 0, 1, 0, 1]) >>> clf . score ( X_test..., validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 ,...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html