Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 161 - 170 of over 10,000 for 1 (0.38 seconds)

  1. oas — scikit-learn 1.8.0 documentation

    References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...The regularised covariance is: (1 - shrinkage) * cov + shrinkage...
    scikit-learn.org/stable/modules/generated/oas-function.html
    Mon Dec 15 15:02:31 GMT 2025
      109.5K bytes
      Cache
     
  2. spectral_clustering — scikit-learn 1.8.0 ...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...random_state = 0 ... ) array([1, 1, 1, 0, 0, 0]) Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.spectral_clustering.html
    Mon Dec 15 15:02:33 GMT 2025
      121.6K bytes
      Cache
     
  3. train_test_split — scikit-learn 1.8.0 doc...

    1 3.5 1.4 0.2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6...4.2 1.3 105 7.6 3.0 6.6 2.1 66 5.6 3.0 4.5 1.5 0 5.1 3.5 1.4 0.2...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Mon Dec 15 15:02:31 GMT 2025
      165.4K bytes
      1 views
      Cache
     
  4. RepeatedStratifiedKFold — scikit-learn 1....

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rskf = RepeatedStratifiedKF...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Mon Dec 15 15:02:31 GMT 2025
      121.8K bytes
      Cache
     
  5. manhattan_distances — scikit-learn 1.8.0 ...

    array([[1.]]) >>> manhattan_distances ([[ 1 , 2 ], [...manhattan_distances ([[ 3 ]], [[ 2 ]]) array([[1.]]) >>> manhattan_distances...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html
    Mon Dec 15 15:02:31 GMT 2025
      107.9K bytes
      Cache
     
  6. accuracy_score — scikit-learn 1.8.0 docum...

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...= [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Mon Dec 15 15:02:33 GMT 2025
      116.8K bytes
      Cache
     
  7. pairwise_distances_chunked — scikit-learn...

    means 1 unless in a joblib.parallel_backend context. -1 means...D_chunk < r )) . mean ( axis = 1 ) ... return neigh , avg_dist...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html
    Mon Dec 15 15:02:31 GMT 2025
      118.6K bytes
      Cache
     
  8. root_mean_squared_error — scikit-learn 1....

    1 ],[ - 1 , 1 ],[ 7 , - 6 ]] >>>...User Guide . Added in version 1.4. Parameters : y_true array-like...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html
    Mon Dec 15 15:02:31 GMT 2025
      111.4K bytes
      Cache
     
  9. pairwise_distances — scikit-learn 1.8.0 d...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html
    Mon Dec 15 15:02:31 GMT 2025
      119K bytes
      Cache
     
  10. mean_absolute_error — scikit-learn 1.8.0 ...

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>>...>>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_error.html
    Mon Dec 15 15:02:31 GMT 2025
      113.3K bytes
      Cache
     
Back to Top