Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 2,950 for 1 (0.08 sec)

  1. Lasso — scikit-learn 1.6.1 documentation

    1 ) >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2...* || W || _11 where \(||W||_{1,1}\) is the sum of the magnitude...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Sat Apr 19 00:31:22 UTC 2025
      168.5K bytes
      Cache
     
  2. LinearRegression — scikit-learn 1.6.1 documenta...

    ([[ 1 , 1 ], [ 1 , 2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html
    Sat Apr 19 00:31:20 UTC 2025
      151.1K bytes
      Cache
     
  3. AgglomerativeClustering — scikit-learn 1.6.1 do...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...clustering . labels_ array([1, 1, 1, 0, 0, 0]) fit ( X , y = None...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Sat Apr 19 00:31:21 UTC 2025
      135.7K bytes
      Cache
     
  4. StandardScaler — scikit-learn 1.6.1 documentation

    ( data )) [[-1. -1.] [-1. -1.] [ 1. 1.] [ 1. 1.]] >>> print (...0 , 0 ], [ 0 , 0 ], [ 1 , 1 ], [ 1 , 1 ]] >>> scaler = StandardScaler...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Sat Apr 19 00:31:22 UTC 2025
      194.7K bytes
      Cache
     
  5. ColumnTransformer — scikit-learn 1.6.1 document...

    1. , 2. , 2. ], ... [ 1. , 1. , 0. , 1. ]]) >>> #...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Sat Apr 19 00:31:22 UTC 2025
      162.3K bytes
      Cache
     
  6. HistGradientBoostingClassifier — scikit-learn 1...

    that categorical values of 1.0 and 1 are treated as the same category....integer values: 1: monotonic increase 0: no constraint -1: monotonic...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Sat Apr 19 00:31:21 UTC 2025
      167.8K bytes
      Cache
     
  7. MiniBatchDictionaryLearning — scikit-learn 1.6....

    * || U || _1 , 1 ( U , V ) with || V_k || _2 <= 1 for all 0 <=...the Frobenius norm and ||.||_1,1 stands for the entry-wise matrix...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html
    Sat Apr 19 00:31:22 UTC 2025
      148.4K bytes
      Cache
     
  8. SplineTransformer — scikit-learn 1.6.1 document...

    n_splines=n_knots + degree - 1 ( n_knots - 1 for extrapolation="periodic"...available with scipy>=1.8 . Added in version 1.2. Attributes : bsplines_...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html
    Sat Apr 19 00:31:21 UTC 2025
      142.7K bytes
      Cache
     
  9. LabelSpreading — scikit-learn 1.6.1 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...Clamping factor. A value in (0, 1) that specifies the relative amount...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Sat Apr 19 00:31:21 UTC 2025
      136.4K bytes
      Cache
     
  10. 1.17. Neural network models (supervised) — scik...

    [ 1. , 1. ]] >>> y = [[ 0 , 1 ], [ 1 , 1 ]] >>> clf...= [[ 0. , 0. ], [ 1. , 1. ]] >>> y = [ 0 , 1 ] >>> clf = MLPClassifier...
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Sat Apr 19 00:31:21 UTC 2025
      66.5K bytes
      Cache
     
Back to top