Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 3,757 for 1 (0.77 sec)

  1. dcg_score — scikit-learn 1.7.2 documentation

    asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by default ties...to have a score between 0 and 1. References Wikipedia entry for...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html
    Wed Sep 17 19:57:58 UTC 2025
      112.5K bytes
      Cache
     
  2. power_transform — scikit-learn 1.7.2 documentation

    'box-cox' )) [[-1.332 -0.707] [ 0.256 -0.707] [ 1.076 1.414]] Warning...Available methods are: ‘yeo-johnson’ [1] , works with positive and negative...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html
    Mon Sep 15 09:31:45 UTC 2025
      112.6K bytes
      Cache
     
  3. Caching nearest neighbors — scikit-learn 1.7.2 ...

    = True ) n_neighbors_list = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 ,...fig , axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) axes...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Wed Sep 17 19:57:59 UTC 2025
      93.5K bytes
      Cache
     
  4. Successive Halving Iterations — scikit-learn 1....

    "max_features" : randint ( 1 , 6 ), "min_samples_split" : randint...min_samples_split 5 min_samples_leaf 1 min_weight_fraction_leaf 0.0 max_features...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Wed Sep 17 19:57:59 UTC 2025
      127.1K bytes
      Cache
     
  5. Importance of Feature Scaling — scikit-learn 1....

    0 and 1,000; whereas the variable “hue” varies between 1 and 10....it has a standard deviation of 1 and a mean of 0. Even if tree...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Wed Sep 17 19:58:00 UTC 2025
      122.5K bytes
      Cache
     
  6. plot_release_highlights_1_7_0.zip

    plot_release_highlights_1_7_0.py # ruff: noqa: CPY001 """ ==========...Release Highlights for scikit-learn 1.7 ========== .. currentmodule::...
    scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0...
    Tue Sep 16 14:38:54 UTC 2025
      11.1K bytes
     
  7. Faces dataset decompositions — scikit-learn 1.7...

    mean ( axis = 1 ) . reshape ( n_samples , - 1 ) print ( "Dataset...n_components = n_components , alpha = 0.1 , max_iter = 100 , batch_size...
    scikit-learn.org/stable/auto_examples/decomposition/plot_faces_decomposition.html
    Wed Sep 17 19:58:00 UTC 2025
      130.2K bytes
      Cache
     
  8. Recursive feature elimination — scikit-learn 1....

    n_features_to_select = 1 , step = 1 )), ] ) pipe . fit ( X ,...(( len ( digits . images ), - 1 )) y = digits . target pipe =...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html
    Wed Sep 17 19:57:59 UTC 2025
      91.4K bytes
      Cache
     
  9. fetch_kddcup99 — scikit-learn 1.7.2 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the kddcup99...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html
    Wed Sep 17 19:57:58 UTC 2025
      113.8K bytes
      Cache
     
  10. min_pos — scikit-learn 1.7.2 documentation

    - 1 , 2 , 3 , - 4 , 5 ]) >>> min_pos...
    scikit-learn.org/stable/modules/generated/sklearn.utils.arrayfuncs.min_pos.html
    Wed Sep 17 19:57:59 UTC 2025
      105.8K bytes
      Cache
     
Back to top