Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 561 - 570 of over 10,000 for 1 (0.2 seconds)

Filter
  1. Understanding the decision tree structure — sci...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Mon Mar 23 20:39:20 UTC 2026
      27.5K bytes
      Cache
     
  2. make_checkerboard — scikit-learn 1.8.0 document...

    shape[1]) The indicators for cluster membership...for biclustering. References [ 1 ] Kluger, Y., Basri, R., Chang,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_checkerboard.html
    Mon Mar 23 20:39:20 UTC 2026
      14.2K bytes
      Cache
     
  3. Version 0.22 — scikit-learn 1.8.0 documentation

    is given for both n_jobs=1 or n_jobs>1 both with shared memory...results between n_jobs=1 and n_jobs>1 due to the handling of...
    scikit-learn.org/stable/whats_new/v0.22.html
    Tue Mar 17 03:44:36 UTC 2026
      31.7K bytes
      Cache
     
  4. check_consistent_length — scikit-learn 1.8.0 do...

    check_consistent_length >>> a = [ 1 , 2 , 3 ] >>> b = [ 2 , 3 , 4...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.html
    Mon Mar 23 20:39:23 UTC 2026
      12.7K bytes
      Cache
     
  5. mean_gamma_deviance — scikit-learn 1.8.0 docume...

    1 , 4 ] >>> y_pred = [ 0.5 , 0.5...mean_gamma_deviance ( y_true , y_pred ) 1.0568... On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html
    Mon Mar 23 20:39:21 UTC 2026
      13.1K bytes
      Cache
     
  6. Visualizing the probabilistic predictions of a ...

    uniform ( low =- 1 , high = 1 , size = ( n_samples , 2...> 0 , xor [ "Feature #1" ] + noise [:, 1 ] > 0 ) X = xor [ feature_names...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Mon Mar 23 20:39:22 UTC 2026
      33.2K bytes
      Cache
     
  7. Feature agglomeration — scikit-learn 1.8.0 docu...

    - 1 )) connectivity = grid_to_graph...images . shape ) plt . figure ( 1 , figsize = ( 4 , 3.5 )) plt ....
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html
    Mon Mar 23 20:39:21 UTC 2026
      15.4K bytes
      Cache
     
  8. FastICA on 2D point clouds — scikit-learn 1.8.0...

    array ([[ 1 , 1 ], [ 0 , 2 ]]) # Mixing matrix...( 42 ) S = rng . standard_t ( 1.5 , size = ( 20000 , 2 )) S [:,...
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_vs_pca.html
    Mon Mar 23 20:39:21 UTC 2026
      16.8K bytes
      Cache
     
  9. Combine predictors using stacking — scikit-lear...

    versionadded:: 1.1 The 'prefit' option was added in 1.1 .. note::...versionchanged:: 1.1 Added option 'quantile'. .. versionchanged:: 1.3 Added...
    scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html
    Mon Mar 23 20:39:20 UTC 2026
      112.3K bytes
      Cache
     
  10. Agglomerative clustering with different metrics...

    1 , 1 ]) for l , color , n in zip...figure () plt . axes ([ 0 , 0 , 1 , 1 ]) for l , color in zip ( np...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering_metrics.html
    Mon Mar 23 20:39:22 UTC 2026
      17.6K bytes
      Cache
     
Back to Top