- Sort Score
- Num 10 results
- Language All
- Labels All
Results 91 - 100 of over 10,000 for 1 (1.78 seconds)
-
shuffle — scikit-learn 1.7.2 documentation
1.], [1., 0.]]) >>> y array([2, 1, 0]) >>>...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html -
2.1. Gaussian mixture models — scikit-lea...
1.1. Gaussian Mixture # The GaussianMixture...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...scikit-learn.org/stable/modules/mixture.html -
Hyperparameter — scikit-learn 1.7.2 docum...
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 -
GraphicalLassoCV — scikit-learn 1.7.2 doc...
means 1 unless in a joblib.parallel_backend context. -1 means...0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
MultiOutputRegressor — scikit-learn 1.7.2...
means 1 unless in a joblib.parallel_backend context. -1 means...X [[ 0 ]]) array([[176, 35.1, 57.1]]) fit ( X , y , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html -
SGDOneClassSVM — scikit-learn 1.7.2 docum...
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 -
make_multilabel_classification — scikit-l...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
ExtraTreesClassifier — scikit-learn 1.7.2...
[{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 -
OrthogonalMatchingPursuit — scikit-learn ...
either set to 10% of n_features or 1, whichever is greater. tol float,...either set to 10% of n_features or 1, whichever is greater. n_features_in_...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
OneHotEncoder — scikit-learn 1.7.2 docume...
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...inverse_transform ([[ 0 , 1 , 1 , 0 , 0 ], [ 0 , 0 , 0 , 1 , 0 ]]) array([['Male',...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html