- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of 3,740 for 1 (0.15 sec)
-
NeighborhoodComponentsAnalysis — scikit-learn 1...
If 1, progress messages will be printed to stdout. If > 1, progress...<= min(n_features, n_classes - 1) we use 'lda' , as it uses labels...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html -
MultiOutputRegressor — scikit-learn 1.7.2 docum...
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 -
LearningCurveDisplay — scikit-learn 1.7.2 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 -
GraphicalLassoCV — scikit-learn 1.7.2 documenta...
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 ]]) >>> np...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
9.1. Strategies to scale computationally: bigge...
1.1.1. Streaming instances # Basically, 1. may be a...to make your system scale. 9.1.1. Scaling with instances using...scikit-learn.org/stable/computing/scaling_strategies.html -
TransformedTargetRegressor — scikit-learn 1.7.2...
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 -
OrthogonalMatchingPursuit — scikit-learn 1.7.2 ...
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 -
MultinomialNB — scikit-learn 1.7.2 documentation
Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
SelfTrainingClassifier — scikit-learn 1.7.2 doc...
since version 1.6: base_estimator was deprecated in 1.6 and will...estimator_ attribute. Added in version 1.6: estimator was added to replace...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.SelfTrainingClassifier.html -
CalibratedClassifierCV — scikit-learn 1.7.2 doc...
means 1 unless in a joblib.parallel_backend context. -1 means...LinearSVC . Added in version 1.2. method {‘sigmoid’, ‘isotonic’},...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html