- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 611 - 620 of 4,604 for * (3.17 sec)
-
Dataset examples — scikit-learn 1.7.2 documenta...
top Ctrl + K GitHub Choose version Dataset examples # Examples...concerning the sklearn.datasets module. Plot randomly generated...scikit-learn.org/stable/auto_examples/datasets/index.html -
Decision Trees — scikit-learn 1.7.2 documentation
top Ctrl + K GitHub Choose version Decision Trees # Examples...Examples concerning the sklearn.tree module. Decision Tree Regression...scikit-learn.org/stable/auto_examples/tree/index.html -
Multioutput methods — scikit-learn 1.7.2 docume...
top Ctrl + K GitHub Choose version Multioutput methods # Examples...concerning the sklearn.multioutput module. Multilabel classification...scikit-learn.org/stable/auto_examples/multioutput/index.html -
KMeans — scikit-learn 1.7.2 documentation
cluster. KMeans ( n_clusters = 8 , * , init = 'k-means++' , n_init...clustering . init {‘k-means++’, ‘random’}, callable or array-like of...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
CalibrationDisplay — scikit-learn 1.7.2 documen...
CalibrationDisplay ( prob_true , prob_pred , y_prob ) >>> disp . plot () <...>...from_estimator ( estimator , X , y , * , n_bins = 5 , strategy = 'uniform'...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html -
set_config — scikit-learn 1.7.2 documentation
print ‘SVC(C=1.0, cache_size=200, …)’ with all the non-changed...to True. display {‘text’, ‘diagram’}, default=None If ‘diagram’,...scikit-learn.org/stable/modules/generated/sklearn.set_config.html -
Pipelines and composite estimators — scikit-lea...
from other estimators. See the User Guide . Column Transformer...main content Back to top Ctrl + K GitHub Choose version Pipelines...scikit-learn.org/stable/auto_examples/compose/index.html -
Matern — scikit-learn 1.7.2 documentation
array([[0.8513, 0.0368, 0.1117], [0.8086, 0.0693, 0.1220]]) __call__...length_scale_bounds = (1e-05, 100000.0) , nu = 1.5 ) [source] # Matern kernel....scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html -
IsotonicRegression — scikit-learn 1.7.2 documen...
iso_reg . predict ([ .1 , .2 ]) array([1.8628, 3.7256]) fit ( X ,...estimate’s sign. out_of_bounds {‘nan’, ‘clip’, ‘raise’}, default=’nan’...scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html -
FrozenEstimator — scikit-learn 1.7.2 documentation
array(...) fit ( X , y , * args , ** kwargs ) [source] # No-op....FrozenEstimator ( clf ) >>> frozen_clf . fit ( X , y ) # No-op Froze...scikit-learn.org/stable/modules/generated/sklearn.frozen.FrozenEstimator.html