Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4221 - 4230 of 4,807 for * (0.4 sec)

  1. SelectFpr scikit-learn 1.7.1 documentation

    generated: ["x0", "x1", ..., "x(n_features_in_ - 1)"] . If input_features...SelectFpr ( chi2 , alpha = 0.01 ) . fit_transform ( X , y ) >>> X_new...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Mon Aug 04 12:41:05 UTC 2025
      132.7K bytes
      Cache
     
  2. fastica scikit-learn 1.7.1 documentation

    to unit-variance in 1.3. fun {logcosh, exp, cube} or...neg-entropy. Could be either logcosh, exp, or cube. You...
    scikit-learn.org/stable/modules/generated/fastica-function.html
    Mon Aug 04 12:41:03 UTC 2025
      117.5K bytes
      Cache
     
  3. shrunk_covariance scikit-learn 1.7.1 document...

    = np . array ([[ .8 , .3 ], [ .3 , .4 ]]) >>> rng = np . random...shrunk_covariance ( empirical_covariance ( X )) array([[0.739, 0.254], [0.254,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.shrunk_covariance.html
    Mon Aug 04 12:41:05 UTC 2025
      108.5K bytes
      Cache
     
  4. sklearn.decomposition scikit-learn 1.7.1 docu...

    Factorization (NMF). PCA Principal component analysis (PCA). SparseCoder...algorithms. These include PCA, NMF, ICA, and more. Most of the...
    scikit-learn.org/stable/api/sklearn.decomposition.html
    Mon Aug 04 12:41:01 UTC 2025
      121.4K bytes
      Cache
     
  5. sklearn.calibration scikit-learn 1.7.1 docume...

    top Ctrl + K GitHub Choose version sklearn.calibration # Methods...curve (also known as reliability diagram) visualization....
    scikit-learn.org/stable/api/sklearn.calibration.html
    Mon Aug 04 12:41:03 UTC 2025
      115.4K bytes
      Cache
     
  6. LeavePGroupsOut scikit-learn 1.7.1 documentation

    enumerate ( lpgo . split ( X , y , groups )): ... print ( f "Fold {...1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ]) >>> lpgo...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Mon Aug 04 12:41:03 UTC 2025
      122.7K bytes
      Cache
     
  7. mean_squared_log_error scikit-learn 1.7.1 doc...

    mean_squared_log_error ( y_true , y_pred ) 0.039... >>> y_true = [[ 0.5 , 1 ], [...multioutput = 'raw_values' ) array([0.00462428, 0.08377444]) >>> me...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html
    Mon Aug 04 12:41:03 UTC 2025
      109.5K bytes
      Cache
     
  8. sample_without_replacement scikit-learn 1.7.1...

    nt ( 10 , 5 , random_state = 42 ) array([8, 1, 5, 0, 7]) On this...“reservoir_sampling, pool}, default=auto If method == auto, the ratio...
    scikit-learn.org/stable/modules/generated/sklearn.utils.random.sample_without_replacement.html
    Mon Aug 04 12:41:03 UTC 2025
      108K bytes
      Cache
     
  9. inplace_column_scale scikit-learn 1.7.1 docum...

    todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) >>>...todense () matrix([[16, 3, 4], [ 0, 0, 10], [ 0, 0, 0], [ 0, 0, 0]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_column_scale.html
    Mon Aug 04 12:41:03 UTC 2025
      108.5K bytes
      Cache
     
  10. resample scikit-learn 1.7.1 documentation

    X_sparse . toarray () array([[1., 0.], [2., 1.], [1., 0.]]) >>> y...= np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>> y...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Mon Aug 04 12:41:01 UTC 2025
      112.7K bytes
      Cache
     
Back to top