Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 301 - 310 of over 10,000 for 1 (0.82 seconds)

Filter
  1. sort_graph_by_row_values — scikit-learn 1...

    1. ], ... [ 3. , 0. , 2. ], ... [ 1. , 2. , 0. ]])...>>> X . data array([3., 1., 3., 2., 1., 2.]) >>> X_ =...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html
    Mon Mar 09 16:03:58 UTC 2026
      13.2K bytes
      Cache
     
  2. KNeighborsTransformer — scikit-learn 1.8.0 docu...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Tue Mar 17 03:44:39 UTC 2026
      18.6K bytes
      Cache
     
  3. GaussianMixture — scikit-learn 1.8.0 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ],...GaussianMixture ( n_components = 1 , * , covariance_type = 'full'...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Tue Mar 17 03:44:36 UTC 2026
      18.7K bytes
      Cache
     
  4. dict_learning — scikit-learn 1.8.0 documentation

    1 ( U , V ) with || V_k || _2 = 1 for all 0 <= k...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html
    Tue Mar 17 03:44:39 UTC 2026
      15K bytes
      Cache
     
  5. SGDRegressor — scikit-learn 1.8.0 documentation

    l1_ratio <= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....passive-aggressive algorithm 1, see [1] . Only with loss='epsilon_insensitive'...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Tue Mar 17 03:44:39 UTC 2026
      21.9K bytes
      Cache
     
  6. r2_score — scikit-learn 1.8.0 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
    Tue Mar 17 03:44:39 UTC 2026
      15.6K bytes
      Cache
     
  7. check_increasing — scikit-learn 1.8.0 documenta...

    y = [ 1 , 2 , 3 , 4 , 5 ], [ 2 , 4 , 6...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html
    Tue Mar 17 03:44:39 UTC 2026
      13K bytes
      Cache
     
  8. RadiusNeighborsRegressor — scikit-learn 1.8.0 d...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Tue Mar 17 03:44:39 UTC 2026
      19.6K bytes
      Cache
     
  9. SVC — scikit-learn 1.8.0 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Tue Mar 17 03:44:39 UTC 2026
      24.1K bytes
      Cache
     
  10. MiniBatchNMF — scikit-learn 1.8.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html
    Tue Mar 17 03:44:39 UTC 2026
      20.3K bytes
      Cache
     
Back to Top