- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 2,897 for 1 (0.15 sec)
-
LearningCurveDisplay — scikit-learn 1.7.1 docum...
1, 0.33, 0.55, 0.78, 1.]) , cv = None , scoring...(n_ticks,), default=np.linspace(0.1, 1.0, 5) Relative or absolute numbers...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
StratifiedGroupKFold — scikit-learn 1.7.1 docum...
1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
SelectorMixin — scikit-learn 1.7.1 documentation
shape [ 1 ] ... return self ... def _get_support_mask..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html -
delayed — scikit-learn 1.7.1 documentation
Changed in version 1.3: delayed was moved from sklearn.utils.fixes...sklearn.utils.parallel in scikit-learn 1.3. Parameters : function callable...scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.delayed.html -
TransformedTargetRegressor — scikit-learn 1.7.1...
reshape ( - 1 , 1 ) >>> y = np . exp ( 2 * X )...all strings. Added in version 1.0. See also sklearn.preproces...scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html -
shuffle — scikit-learn 1.7.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 -
Installing the development version of scikit-le...
git # add --depth 1 if your connection is slow cd...only supported in pip version 23.1 or later. To upgrade pip to a...scikit-learn.org/stable/developers/advanced_installation.html -
FrozenEstimator — scikit-learn 1.7.1 documentation
scikit-learn.org/stable/modules/generated/sklearn.frozen.FrozenEstimator.html -
OneHotEncoder — scikit-learn 1.7.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 -
Hyperparameter — scikit-learn 1.7.1 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