Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4081 - 4090 of 4,744 for * (3.31 sec)

  1. NearestCentroid scikit-learn 1.7.1 documentation

    np . array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1...1 , 1 ], [ 2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 ,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Sat Aug 02 00:15:38 UTC 2025
      136.4K bytes
      Cache
     
  2. 1.12. Multiclass and multioutput algorithms s...

    = np . array ([ 'apple' , 'pear' , 'apple' , 'orange' ]) >>> print...array ([ 'apple' , 'pear' , 'apple' , 'orange' ]) >>> y_dense = LabelBinarizer...
    scikit-learn.org/stable/modules/multiclass.html
    Sat Aug 02 00:15:36 UTC 2025
      107.2K bytes
      Cache
     
  3. 11. Common pitfalls and recommended practices ...

    StandardScaler()), ('linearregression', LinearRegression())]) >>> mean_squared_error...mean_squared_error ( y_test , model . predict ( X_test )) 0.90... Pipelines...
    scikit-learn.org/stable/common_pitfalls.html
    Sat Aug 02 00:15:36 UTC 2025
      102.8K bytes
      Cache
     
  4. 14. External Resources, Videos and Talks scik...

    Videos and Talks # 14.1. The scikit-learn MOOC # If you are new to...scikit-learn MOOC (Massive Open Online Course) . The MOOC, created...
    scikit-learn.org/stable/presentations.html
    Sat Aug 02 00:15:36 UTC 2025
      33.8K bytes
      Cache
     
  5. 1.15. Isotonic regression scikit-learn 1.7.1 ...

    \hat{y}_j\) whenever \(X_i \le X_j\) , where the weights \(w_i\) are...Ctrl + K GitHub Choose version 1.15. Isotonic regression # The...
    scikit-learn.org/stable/modules/isotonic.html
    Sat Aug 02 00:15:35 UTC 2025
      32.9K bytes
      1 views
      Cache
     
  6. KBinsDiscretizer scikit-learn 1.7.1 documenta...

    >>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5 ],...“hazen, weibull, linear, median_unbiased, normal_unbiased”},...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Sat Aug 02 00:15:36 UTC 2025
      152.6K bytes
      Cache
     
  7. PolynomialCountSketch scikit-learn 1.7.1 docu...

    1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SGDClassifier(max_iter=10) >>> clf . score ( X_features , y ) 1.0 For...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Sat Aug 02 00:15:36 UTC 2025
      133.7K bytes
      1 views
      Cache
     
  8. fastica scikit-learn 1.7.1 documentation

    to unit-variance in 1.3. fun {logcosh, exp, cube} or...neg-entropy. Could be either logcosh, exp, or cube. You...
    scikit-learn.org/stable/modules/generated/fastica-function.html
    Sat Aug 02 00:15:36 UTC 2025
      117.5K bytes
      Cache
     
  9. normalize scikit-learn 1.7.1 documentation

    array([[-0.4, 0.2, 0.4], [-0.5, 0. , 0.5]]) >>> normalize ( X , norm =...array([[-0.67, 0.33, 0.67], [-0.71, 0. , 0.71]]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html
    Sat Aug 02 00:15:36 UTC 2025
      109.5K bytes
      Cache
     
  10. davies_bouldin_score scikit-learn 1.7.1 docum...

    [[ 0 , 1 ], [ 1 , 1 ], [ 3 , 4 ]] >>> labels = [ 0 , 0 , 1 ]...davies_bouldin_score ( X , labels ) 0.12... On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.davies_bouldin_score.html
    Sat Aug 02 00:15:38 UTC 2025
      107.3K bytes
      Cache
     
Back to top