Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 691 - 700 of over 10,000 for 1 (4.13 seconds)

Filter
  1. HuberRegressor — scikit-learn 1.8.0 documentation

    epsilon = 1.35 , max_iter = 100 , alpha =...Parameters : epsilon float, default=1.35 The parameter epsilon controls...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Tue Mar 17 03:44:39 UTC 2026
      18.4K bytes
      Cache
     
  2. shuffle — scikit-learn 1.8.0 documentation

    1.], [1., 0.]]) >>> y array([2, 1, 0]) >>>...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html
    Mon Mar 09 16:03:58 UTC 2026
      14.6K bytes
      Cache
     
  3. extract_patches_2d — scikit-learn 1.8.0 documen...

    max_patches is a float between 0 and 1, it is taken to be a proportion...patches: >>> print ( patches [ 1 ]) [[[174 201 231] [174 201 231]]...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html
    Tue Mar 17 03:44:36 UTC 2026
      14.1K bytes
      Cache
     
  4. OrthogonalMatchingPursuitCV — scikit-learn 1.8....

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also orthogonal_mp Solves...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Tue Mar 17 03:44:39 UTC 2026
      17.7K bytes
      Cache
     
  5. Nested versus non-nested cross-validation — sci...

    = { "C" : [ 1 , 10 , 100 ], "gamma" : [ 0.01 , 0.1 ]} # We will...Iris Dataset" , x = 0.5 , y = 1.1 , fontsize = "15" , ) # Plot...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Tue Mar 17 03:44:39 UTC 2026
      17.1K bytes
      Cache
     
  6. Comparison of F-test and mutual information — s...

    1 * N(0, 1), that is the third feature...sin ( 6 * np . pi * X [:, 1 ]) + 0.1 * np . random . randn ( 1000...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Tue Mar 17 03:44:39 UTC 2026
      15.6K bytes
      Cache
     
  7. Marvel Reference for 2.x and 1.x | Elastic

    x and 1.x: 2.1 Marvel Reference for 2.x and 1.x: 2.0 Marvel...Reference for 2.x and 1.x Marvel Reference for 2.x and 1.x: 2.4 Marvel...
    www.elastic.co/guide/en/marvel/index.html
    Mon Oct 20 16:32:32 UTC 2025
      8.2K bytes
      Cache
     
  8. Selecting dimensionality reduction with Pipelin...

    n_jobs=1, param_grid=[{'classify__C': [1, 10, 100, 1000],...`n_jobs` default changed from 1 to None 1 refit refit: bool, str, or...
    scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html
    Tue Mar 17 03:44:36 UTC 2026
      30.6K bytes
      Cache
     
  9. Face completion with a multi-output estimators ...

    shape [ 1 ] # Upper half of the faces X_train...X_train = train [:, : ( n_pixels + 1 ) // 2 ] # Lower half of the faces...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Tue Mar 17 03:44:39 UTC 2026
      16.1K bytes
      Cache
     
  10. Factor Analysis (with rotation) to visualize pa...

    vmin =- 1 , vmax = 1 ) ax . set_xticks ([ 0 , 1 , 2 , 3 ])...set_xticks ([ 0 , 1 ]) ax . set_xticklabels ([ "Comp. 1" , "Comp. 2"...
    scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html
    Tue Mar 17 03:44:39 UTC 2026
      16.3K bytes
      Cache
     
Back to Top