Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 851 - 860 of 3,230 for 1 (0.18 sec)

  1. enable_halving_search_cv — scikit-learn 1.7.1 d...

    Enables Successive Halving search-estimators The API and results of these estimators might change without any deprecation cycle. Importing this file dynamically sets the HalvingRandomSearchCV and H...
    scikit-learn.org/stable/modules/generated/sklearn.experimental.enable_halving_search_cv.html
    Sat Aug 02 00:15:38 UTC 2025
      105.5K bytes
      Cache
     
  2. 3.1. Cross-validation: evaluating estimator per...

    3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/cross_validation.html
    Sat Aug 02 00:15:35 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  3. safe_sparse_dot — scikit-learn 1.7.1 documentation

    safe_sparse_dot >>> X = csr_matrix ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html
    Sat Aug 02 00:15:36 UTC 2025
      107.2K bytes
      Cache
     
  4. 8.3. Generated datasets — scikit-learn 1.7.1 do...

    1.1. Single label # make_blobs creates..."n_informative" : 1 , "n_clusters_per_class" : 1 , "n_classes" :...
    scikit-learn.org/stable/datasets/sample_generators.html
    Sat Aug 02 00:15:38 UTC 2025
      56.7K bytes
      Cache
     
  5. Robust covariance estimation and Mahalanobis di...

    where feature 1 has a standard deviation equal to 1 and feature...np . arange ( 1 , n_features ), np . arange ( 1 , n_features )]...
    scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html
    Sat Aug 02 00:15:37 UTC 2025
      117.3K bytes
      Cache
     
  6. Common pitfalls in the interpretation of coeffi...

    1.e-03, 1.e-02, 1.e-01, 1.e+00, 1.e+01, 1.e+02, 1.e+03, 1.e+04,...1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00, 1.e+01, 1.e+02, 1.e+03, 1.e+04,...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Sat Aug 02 00:15:37 UTC 2025
      325.8K bytes
      Cache
     
  7. estimator_checks_generator — scikit-learn 1.7.1...

    Added in version 1.6. Parameters : estimator estimator...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.estimator_checks_generat...
    Sat Aug 02 00:15:38 UTC 2025
      109.7K bytes
      Cache
     
  8. make_hastie_10_2 — scikit-learn 1.7.1 documenta...

    float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...[ i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Sat Aug 02 00:15:38 UTC 2025
      110.6K bytes
      1 views
      Cache
     
  9. inplace_swap_column — scikit-learn 1.7.1 docume...

    1 ) >>> csr . todense () matrix([[0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html
    Sat Aug 02 00:15:36 UTC 2025
      108K bytes
      Cache
     
  10. Compare the effect of different scalers on data...

    cutoffs_X1 [ 1 ]], axis = 1 ) plot_distribution ( axarr [ 1 ], X [ non_outliers_mask...left , width = 0.1 , 0.22 bottom , height = 0.1 , 0.7 bottom_h...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html
    Sat Aug 02 00:15:37 UTC 2025
      138.2K bytes
      Cache
     
Back to top