Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 2,869 for 1 (0.2 sec)

  1. Lasso — scikit-learn 1.7.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
    Fri Jul 18 16:24:00 UTC 2025
      167.5K bytes
      Cache
     
  2. LinearRegression — scikit-learn 1.7.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
    Fri Jul 18 16:24:00 UTC 2025
      151.4K bytes
      Cache
     
  3. AgglomerativeClustering — scikit-learn 1.7.1 do...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...clustering . labels_ array([1, 1, 1, 0, 0, 0]) For a comparison...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Fri Jul 18 16:24:01 UTC 2025
      135.9K bytes
      Cache
     
  4. StandardScaler — scikit-learn 1.7.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
    Fri Jul 18 16:24:00 UTC 2025
      195.7K bytes
      Cache
     
  5. ColumnTransformer — scikit-learn 1.7.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
    Fri Jul 18 16:24:00 UTC 2025
      160.6K bytes
      Cache
     
  6. Testimonials — scikit-learn 1.7.1 documentation

    Group # Scikit-learn is our #1 toolkit for all things machine...used for originating at least 1 billion GBP worth of Zopa loans....
    scikit-learn.org/stable/testimonials/testimonials.html
    Fri Jul 18 16:23:59 UTC 2025
      54.4K bytes
      Cache
     
  7. lars_path — scikit-learn 1.7.1 documentation

    the case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y -...Xw ||^ 2_2 + alpha * || w || _1 in the case of method=’lar’, the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Fri Jul 18 16:24:00 UTC 2025
      120.5K bytes
      Cache
     
  8. MiniBatchDictionaryLearning — scikit-learn 1.7....

    * || 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
    Fri Jul 18 16:24:00 UTC 2025
      149.7K bytes
      Cache
     
  9. SplineTransformer — scikit-learn 1.7.1 document...

    n_splines=n_knots + degree - 1 ( n_knots - 1 for extrapolation="periodic"...degree - 1 for non-periodic splines and n_knots - 1 for periodic...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html
    Fri Jul 18 16:24:00 UTC 2025
      143.4K bytes
      Cache
     
  10. v_measure_score — scikit-learn 1.7.1 documentation

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> v_measure_score...v_measure_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Fri Jul 18 16:24:01 UTC 2025
      121.5K bytes
      Cache
     
Back to top