- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 3,798 for 1 (0.1 sec)
-
Release Highlights for scikit-learn 1.0 — sciki...
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...import make_pipeline y = [ 1 , 0 , 1 ] pipe = make_pipeline ( preprocessor...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html -
roc_auc_score — scikit-learn 1.7.2 documentation
classes_[1] and thus estimator.predict_proba(X, y)[:, 1] . The...it is upper bounded by 1. References [ 1 ] Wikipedia entry for...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
TimeSeriesSplit — scikit-learn 1.7.2 documentation
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
LocalOutlierFactor — scikit-learn 1.7.2 documen...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...fit_predict ( X ) array([ 1, 1, -1, 1]) >>> clf . negative_outlier_factor_...scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html -
ShuffleSplit — scikit-learn 1.7.2 documentation
array ([ 1 , 2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Train: index=[1 3 0 4] Test: index=[5 2] Fold 1: Train: index=[4...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html -
VotingClassifier — scikit-learn 1.7.2 documenta...
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html -
SparseCoder — scikit-learn 1.7.2 documentation
1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>> dictionary...scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html -
OneClassSVM — scikit-learn 1.7.2 documentation
predict ( X ) array([-1, 1, 1, 1, -1]) >>> clf . score_samples...default=-1 Hard limit on iterations within solver, or -1 for no...scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html -
StratifiedShuffleSplit — scikit-learn 1.7.2 doc...
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...np . array ([ 0 , 0 , 0 , 1 , 1 , 1 ]) >>> sss = StratifiedShuffleSpl...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
PowerTransformer — scikit-learn 1.7.2 documenta...
data )) [[-1.316 -0.707] [ 0.209 -0.707] [ 1.106 1.414]] fit (...= ( X * lambda_ + 1 ) ** ( 1 / lambda_ ) - 1 elif X < 0 and lambda_...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html