- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 901 - 910 of 3,230 for 1 (0.15 sec)
-
sklearn.neighbors — scikit-learn 1.7.1 document...
The k-nearest neighbors algorithms. User guide. See the Nearest Neighbors section for further details.scikit-learn.org/stable/api/sklearn.neighbors.html -
sklearn.multiclass — scikit-learn 1.7.1 documen...
Multiclass learning algorithms. one-vs-the-rest / one-vs-all, one-vs-one, error correcting output codes. The estimators provided in this module are meta-estimators: they require a base estimator to...scikit-learn.org/stable/api/sklearn.multiclass.html -
sklearn.tree — scikit-learn 1.7.1 documentation
Decision tree based models for classification and regression. User guide. See the Decision Trees section for further details. Exporting: Plotting:scikit-learn.org/stable/api/sklearn.tree.html -
sklearn.mixture — scikit-learn 1.7.1 documentation
Mixture modeling algorithms. User guide. See the Gaussian mixture models section for further details.scikit-learn.org/stable/api/sklearn.mixture.html -
get_config — scikit-learn 1.7.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version get_config # sklearn. get_config ( ) [source] # Retri...scikit-learn.org/stable/modules/generated/sklearn.get_config.html -
sklearn.utils — scikit-learn 1.7.1 documentation
Various utilities to help with development. Developer guide. See the Utilities for Developers section for further details. Input and parameter validation: Functions to validate input and parameters...scikit-learn.org/stable/api/sklearn.utils.html -
adjusted_mutual_info_score — scikit-learn 1.7.1...
1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_mutual_info_score...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html -
d2_absolute_error_score — scikit-learn 1.7.1 do...
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...User Guide . Added in version 1.1. Parameters : y_true array-like...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html -
config_context — scikit-learn 1.7.1 documentation
Added in version 1.1. enable_cython_pairwise_dist...configuration setting. Added in version 1.1. array_api_dispatch bool, default=None...scikit-learn.org/stable/modules/generated/sklearn.config_context.html -
Comparison of the K-Means and MiniBatchKMeans c...
centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] n_clusters...ax = fig . add_subplot ( 1 , 3 , 1 ) for k , col in zip ( range...scikit-learn.org/stable/auto_examples/cluster/plot_mini_batch_kmeans.html