Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 2,446 for 2 (0.07 sec)

  1. inplace_csr_column_scale — scikit-learn 1.7.2 d...

    2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ]) >>>...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse . csr_matrix...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html
    Sat Nov 01 09:15:34 UTC 2025
      108.5K bytes
      Cache
     
  2. robust_scale — scikit-learn 1.7.2 documentation

    robust_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> robust_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Sat Nov 01 09:15:33 UTC 2025
      112.9K bytes
      Cache
     
  3. orthogonal_mp — scikit-learn 1.7.2 documentation

    n_nonzero_coefs : argmin ||y - Xgamma||^2 subject to ||gamma||_0 <= n_{nonzero...||gamma||_0 subject to ||y - Xgamma||^2 <= tol Read more in the User Guide...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html
    Mon Nov 03 14:20:04 UTC 2025
      112.3K bytes
      1 views
      Cache
     
  4. 7.1. Pipelines and composite estimators — sciki...

    2. Access pipeline steps # The estimators...'select' , SelectKBest ( k = 2 )), ... ( 'clf' , LogisticRegression...
    scikit-learn.org/stable/modules/compose.html
    Mon Nov 03 14:20:05 UTC 2025
      114K bytes
      Cache
     
  5. Image denoising using kernel PCA — scikit-learn...

    (( X_test - X_test_noisy ) ** 2 ) : .2f } " ) Learn the PCA basis...X_test - X_reconstructed_pca ) ** 2 ) : .2f } " , ) plot_digits (...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Mon Nov 03 14:20:03 UTC 2025
      102.6K bytes
      Cache
     
  6. 7. Dataset transformations — scikit-learn 1.7.2...

    2.2. Feature hashing 7.2.3. Text feature extraction...Composite Estimators 7.2. Feature extraction 7.2.1. Loading features...
    scikit-learn.org/stable/data_transforms.html
    Mon Nov 03 14:20:04 UTC 2025
      40.3K bytes
      Cache
     
  7. Compare cross decomposition methods — scikit-le...

    [: n // 2 ] Y_train = Y [: n // 2 ] X_test = X [ n // 2 :] Y_test...that: Y = XB + Err) [[1 1 1] [2 2 2] [0 0 0] [0 0 0] [0 0 0] [0...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Mon Nov 03 14:20:04 UTC 2025
      127.4K bytes
      Cache
     
  8. Comparing Random Forests and Histogram Gradient...

    col = 2 ) fig . add_trace ( line_trace , row = 1 , col = 2 ) fig..." ) Number of physical cores: 2 Unlike RF, HGBT models offer an...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Mon Nov 03 14:20:04 UTC 2025
      126.8K bytes
      Cache
     
  9. Multilabel classification using a classifier ch...

    yeast dataset which contains 2,417 datapoints each with 103 features...train_test_split ( X , Y , test_size = 0.2 , random_state = 0 ) Fit models...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Mon Nov 03 14:20:04 UTC 2025
      105.1K bytes
      Cache
     
  10. Plotting Learning Curves and Checking Models’ S...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 16 , 12 ),...subplots ( nrows = 1 , ncols = 2 , figsize = ( 10 , 6 ), sharey...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Mon Nov 03 14:20:03 UTC 2025
      111.8K bytes
      1 views
      Cache
     
Back to top