- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 3,732 for 1 (1.12 sec)
-
fast_logdet — scikit-learn 1.7.2 documentation
1 ], [ 2 , 8 ]]) >>> fast_logdet...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.fast_logdet.html -
check_increasing — scikit-learn 1.7.2 documenta...
y = [ 1 , 2 , 3 , 4 , 5 ], [ 2 , 4 , 6...scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html -
consensus_score — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.consensus_score.html -
Hyperparameter — scikit-learn 1.7.2 documentation
n_elements = 1 , fixed = None ) [source] # A...the parameter. If n_elements>1, a pair of 1d array with n_elements...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html -
ExtraTreesClassifier — scikit-learn 1.7.2 docum...
[{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.ensemble.ExtraTreesClassifier.html -
RFECV — scikit-learn 1.7.2 documentation
ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) For a detailed...estimator , * , step = 1 , min_features_to_select = 1 , cv = None , scoring...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html -
SGDOneClassSVM — scikit-learn 1.7.2 documentation
array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...labels for X. Returns -1 for outliers and 1 for inliers. Parameters...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html -
RandomForestClassifier — scikit-learn 1.7.2 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.ensemble.RandomForestClassifier.html -
LinearDiscriminantAnalysis — scikit-learn 1.7.2...
([[ - 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.discriminant_analysis.LinearDiscriminantAnalysi... -
sklearn.datasets — scikit-learn 1.7.2 documenta...
make_friedman1 Generate the "Friedman #1" regression problem. make_friedman2...scikit-learn.org/stable/api/sklearn.datasets.html