Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 541 - 550 of 3,230 for 1 (0.21 sec)

  1. label_binarize — scikit-learn 1.7.1 documentation

    label_binarize ([ 1 , 6 ], classes = [ 1 , 2 , 4 , 6 ]) array([[1, 0, 0,...label_binarize ([ 1 , 6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html
    Sat Aug 02 00:15:38 UTC 2025
      110.2K bytes
      Cache
     
  2. r2_score — scikit-learn 1.7.1 documentation

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : z float or ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Sat Aug 02 00:15:36 UTC 2025
      121.5K bytes
      Cache
     
  3. Polynomial and Spline interpolation — scikit-le...

    [ 1 , x_1 , x_1 ** 2 , x_1 ** 3 , ... , x_1 ** degree...), ... ], [ basis_1 ( x_1 ), basis_2 ( x_1 ), ... ], ... ] This...
    scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html
    Sat Aug 02 00:15:37 UTC 2025
      121.3K bytes
      Cache
     
  4. mean_shift — scikit-learn 1.7.1 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...array([[3.33, 6. ], [1.33, 0.66]]) >>> labels array([1, 1, 1, 0, 0, 0])...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html
    Sat Aug 02 00:15:35 UTC 2025
      111.8K bytes
      Cache
     
  5. set_config — 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.set_config.html
    Sat Aug 02 00:15:36 UTC 2025
      121.5K bytes
      Cache
     
  6. SVM Margins Example — scikit-learn 1.7.1 docume...

    0 ] * 20 + [ 1 ] * 20 # figure number fignum = 1 # fit the model...is sqrt(1+a^2) away vertically in # 2-d. margin = 1 / np . sqrt...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html
    Sat Aug 02 00:15:34 UTC 2025
      99.9K bytes
      Cache
     
  7. sklearn.compose — scikit-learn 1.7.1 documentation

    Meta-estimators for building composite models with transformers. In addition to its current contents, this module will eventually be home to refurbished versions of Pipeline and FeatureUnion. User ...
    scikit-learn.org/stable/api/sklearn.compose.html
    Sat Aug 02 00:15:36 UTC 2025
      116.5K bytes
      Cache
     
  8. Working with text documents — scikit-learn 1.7....

    Examples concerning the sklearn.feature_extraction.text module. Classification of text documents using sparse features Clustering text documents using k-means FeatureHasher and DictVectorizer Compa...
    scikit-learn.org/stable/auto_examples/text/index.html
    Sat Aug 02 00:15:37 UTC 2025
      75.1K bytes
      6 views
      Cache
     
  9. distance_metrics — scikit-learn 1.7.1 documenta...

    Skip to main content Back to top Ctrl + K GitHub Choose version distance_metrics # sklearn.metrics.pairwise. distance...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.distance_metrics.html
    Sat Aug 02 00:15:38 UTC 2025
      105.7K bytes
      Cache
     
  10. sklearn.base — scikit-learn 1.7.1 documentation

    Base classes for all estimators and various utility functions.
    scikit-learn.org/stable/api/sklearn.base.html
    Sat Aug 02 00:15:38 UTC 2025
      119.5K bytes
      Cache
     
Back to top