- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 2,898 for 1 (0.09 sec)
-
RepeatedKFold — scikit-learn 1.7.0 documentation
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold (...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
KNNImputer — scikit-learn 1.7.0 documentation
1-D arrays) of X and Y , respectively....is always 0 . Added in version 1.2. Attributes : indicator_ MissingIndicator...scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html -
SpectralEmbedding — scikit-learn 1.7.0 document...
means 1 unless in a joblib.parallel_backend context. -1 means...If None, gamma will be set to 1/n_features. random_state int,...scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.html -
RBFSampler — scikit-learn 1.7.0 documentation
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html -
chi2 — scikit-learn 1.7.0 documentation
array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 , 1 ], ......y = np . array ([ 1 , 1 , 0 , 0 , 2 , 2 ]) >>> chi2_stats , p_values...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html -
ExtraTreesClassifier — scikit-learn 1.7.0 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.0 documentation
ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) decision_function...estimator , * , step = 1 , min_features_to_select = 1 , cv = None , scoring...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html -
Hyperparameter — scikit-learn 1.7.0 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 -
SGDOneClassSVM — scikit-learn 1.7.0 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 -
SequentialFeatureSelector — scikit-learn 1.7.0 ...
version 1.1: The option "auto" was added in version 1.1. Changed...version 1.3: The default changed from "warn" to "auto" in 1.3. tol...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html