Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 901 - 910 of 3,230 for 1 (0.15 sec)

  1. 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
    Sat Aug 02 00:15:38 UTC 2025
      120.1K bytes
      Cache
     
  2. 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
    Sat Aug 02 00:15:38 UTC 2025
      116.4K bytes
      Cache
     
  3. 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
    Sat Aug 02 00:15:38 UTC 2025
      116.9K bytes
      Cache
     
  4. 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
    Sat Aug 02 00:15:38 UTC 2025
      114.4K bytes
      Cache
     
  5. 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
    Sat Aug 02 00:15:38 UTC 2025
      106K bytes
      Cache
     
  6. 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
    Sat Aug 02 00:15:38 UTC 2025
      149.5K bytes
      Cache
     
  7. 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
    Sat Aug 02 00:15:36 UTC 2025
      116.2K bytes
      Cache
     
  8. 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
    Sat Aug 02 00:15:38 UTC 2025
      113.1K bytes
      Cache
     
  9. 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
    Sat Aug 02 00:15:35 UTC 2025
      117K bytes
      Cache
     
  10. 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
    Sat Aug 02 00:15:34 UTC 2025
      105.8K bytes
      Cache
     
Back to top