Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 91 - 100 of over 10,000 for 1 (0.17 seconds)

  1. KNeighborsTransformer — scikit-learn 1.7....

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...rs=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Sat Nov 29 17:35:26 GMT 2025
      146.1K bytes
      Cache
     
  2. LogisticRegressionCV — scikit-learn 1.7.2...

    means 1 unless in a joblib.parallel_backend context. -1 means...version 1.5: multi_class was deprecated in version 1.5 and will...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Sat Nov 29 17:35:25 GMT 2025
      167.4K bytes
      Cache
     
  3. BaseEstimator — scikit-learn 1.7.2 docume...

    array ([ 1 , 0 , 1 ]) >>> estimator...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html
    Sat Nov 29 17:35:25 GMT 2025
      118.4K bytes
      Cache
     
  4. SVC — scikit-learn 1.7.2 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
    Sat Nov 29 17:35:26 GMT 2025
      176.5K bytes
      Cache
     
  5. r2_score — scikit-learn 1.7.2 documentation

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>>...cross-validation). Added in version 1.1. Returns : z float or ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Sat Nov 29 17:35:26 GMT 2025
      121.5K bytes
      Cache
     
  6. QuadraticDiscriminantAnalysis — scikit-le...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Sat Nov 29 17:35:26 GMT 2025
      141.5K bytes
      Cache
     
  7. MeanShift — scikit-learn 1.7.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Sat Nov 29 17:35:26 GMT 2025
      127.4K bytes
      Cache
     
  8. gen_even_slices — scikit-learn 1.7.2 docu...

    1, None), slice(1, 2, None), ..., slice(9,...list ( gen_even_slices ( 10 , 1 )) [slice(0, 10, None)] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html
    Sat Nov 29 17:35:26 GMT 2025
      109.1K bytes
      Cache
     
  9. Birch — scikit-learn 1.7.2 documentation

    1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) For a comparison of the BIRCH...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html
    Sat Nov 29 17:35:26 GMT 2025
      138.5K bytes
      Cache
     
  10. MDS — scikit-learn 1.7.2 documentation

    n_init will change from 4 to 1 in version 1.9. max_iter int, default=300...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html
    Sat Nov 29 17:35:26 GMT 2025
      136.7K bytes
      Cache
     
Back to Top