- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 911 - 920 of 2,956 for 1 (0.26 sec)
-
Inductive Clustering — scikit-learn 1.6.1 docum...
cluster_std = [ 1.0 , 1.0 , 0.5 ], centers = [( - 5.... scatter ( X [:, 0 ], X [:, 1 ], c = color , alpha = alpha ,...scikit-learn.org/stable/auto_examples/cluster/plot_inductive_clustering.html -
Model-based and sequential feature selection — ...
027 1.058 concavity (worst): 0.0 1.252 concave points...search in the space of 1-4 features and 1-3 separating planes....scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html -
EmpiricalCovariance — scikit-learn 1.6.1 docume...
scikit-learn.org/stable/modules/generated/sklearn.covariance.EmpiricalCovariance.html -
Plot different SVM classifiers in the iris data...
plot the support vectors C = 1.0 # SVM regularization parameter...) X0 , X1 = X [:, 0 ], X [:, 1 ] for clf , title , ax in zip...scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html -
sklearn.covariance — scikit-learn 1.6.1 documen...
Methods and algorithms to robustly estimate covariance. They estimate the covariance of features at given sets of points, as well as the precision matrix defined as the inverse of the covariance. C...scikit-learn.org/stable/api/sklearn.covariance.html -
show_versions — scikit-learn 1.6.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version show_versions # sklearn. show_versions ( ) [source] #...scikit-learn.org/stable/modules/generated/sklearn.show_versions.html -
load_linnerud — scikit-learn 1.6.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version load_linnerud # sklearn.datasets. load_linnerud ( * ,...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_linnerud.html -
sklearn.multioutput — scikit-learn 1.6.1 docume...
Multioutput regression and classification. The estimators provided in this module are meta-estimators: they require a base estimator to be provided in their constructor. The meta-estimator extends ...scikit-learn.org/stable/api/sklearn.multioutput.html -
gen_batches — scikit-learn 1.6.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version gen_batches # sklearn.utils. gen_batches ( n , batch_...scikit-learn.org/stable/modules/generated/sklearn.utils.gen_batches.html -
sklearn.inspection — scikit-learn 1.6.1 documen...
Tools for model inspection. User guide. See the Inspection section for further details. Plotting:scikit-learn.org/stable/api/sklearn.inspection.html