Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4141 - 4150 of 4,744 for * (2.51 sec)

  1. 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
     
  2. 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
     
  3. 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
     
  4. 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
     
  5. 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
     
  6. inplace_column_scale scikit-learn 1.7.1 docum...

    todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) >>>...todense () matrix([[16, 3, 4], [ 0, 0, 10], [ 0, 0, 0], [ 0, 0, 0]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_column_scale.html
    Sat Aug 02 00:15:38 UTC 2025
      108.5K bytes
      Cache
     
  7. paired_euclidean_distances scikit-learn 1.7.1...

    = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> paired_euclidean_distances ( X , Y ) array([1.,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html
    Sat Aug 02 00:15:38 UTC 2025
      106.7K bytes
      Cache
     
  8. Statistical comparison of models using grid sea...

    ': ['linear']}, {'degree': [2, 3], 'kernel': ['poly']}, {'kernel':...{'degree': [2, 3], 'kernel': ['poly']}, ...] scoring 'roc_auc' n_jobs...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Sat Aug 02 00:15:37 UTC 2025
      192K bytes
      Cache
     
  9. 7.1. Pipelines and composite estimators sciki...

    (), SVC ()) Pipeline(steps=[('pca', PCA()), ('svc', SVC())])...pipeline. 7.1.1.1. Usage # 7.1.1.1.1. Build a pipeline # The Pipeline...
    scikit-learn.org/stable/modules/compose.html
    Sat Aug 02 00:15:38 UTC 2025
      114K bytes
      Cache
     
  10. confusion_matrix scikit-learn 1.7.1 documenta...

    [ "ant" , "bird" , "cat" ]) array([[2, 0, 0], [0, 0, 1], [1, 0,...0 , 1 , 0 , 1 ], [ 1 , 1 , 1 , 0 ]) . ravel () . tolist () >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Sat Aug 02 00:15:38 UTC 2025
      117.7K bytes
      Cache
     
Back to top