Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 3,325 for 1 (0.1 sec)

  1. sklearn.feature_selection.chi2 — scikit-learn 1...

    array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 , 1 ], ......y = np . array ([ 1 , 1 , 0 , 0 , 2 , 2 ]) >>> chi2_stats , p_values...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Wed May 15 13:59:42 UTC 2024
      20.6K bytes
      Cache
     
  2. sklearn.model_selection.RepeatedKFold — scikit-...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Wed May 15 13:59:41 UTC 2024
      30.1K bytes
      Cache
     
  3. 1.12. Multiclass and multioutput algorithms — s...

    1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...
    scikit-learn.org/stable/modules/multiclass.html
    Wed May 15 13:59:40 UTC 2024
      78.9K bytes
      Cache
     
  4. sklearn.impute.IterativeImputer — scikit-learn ...

    Menu Prev Up Next scikit-learn 1.4.2 Other versions Please cite...is met once max(abs(X_t - X_{t-1}))/max(abs(X[known_vals])) < tol...
    scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html
    Wed May 15 13:59:41 UTC 2024
      61.8K bytes
      Cache
     
  5. sklearn.kernel_approximation.RBFSampler — sciki...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Wed May 15 13:59:41 UTC 2024
      43.6K bytes
      Cache
     
  6. sklearn.inspection.permutation_importance — sci...

    permutation_importance >>> X = [[ 1 , 9 , 9 ],[ 1 , 9 , 9 ],[ 1 , 9 , 9 ], ... [...],[ 0 , 9 , 9 ]] >>> y = [ 1 , 1 , 1 , 0 , 0 , 0 ] >>> clf = LogisticRegression...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html
    Wed May 15 13:59:42 UTC 2024
      31.5K bytes
      Cache
     
  7. sklearn.ensemble.StackingRegressor — scikit-lea...

    in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Wed May 15 13:59:42 UTC 2024
      70.9K bytes
      Cache
     
  8. sklearn.inspection.partial_dependence — scikit-...

    version 1.3: The key values has been deprecated in 1.3 and will...[[ 0 , 0 , 2 ], [ 1 , 0 , 0 ]] >>> y = [ 0 , 1 ] >>> from sklearn.ensemble...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Wed May 15 13:59:41 UTC 2024
      37.9K bytes
      Cache
     
  9. 1.5. Stochastic Gradient Descent — scikit-learn...

    Practical Use 1.5.8. Mathematical formulation 1.5.8.1. SGD 1.5.9. Implementation...the software. 1.5. Stochastic Gradient Descent 1.5.1. Classification...
    scikit-learn.org/stable/modules/sgd.html
    Wed May 15 13:59:42 UTC 2024
      68K bytes
      Cache
     
  10. sklearn.neural_network.BernoulliRBM — scikit-le...

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...Menu Prev Up Next scikit-learn 1.4.2 Other versions Please cite...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Wed May 15 13:59:42 UTC 2024
      48.9K bytes
      Cache
     
Back to top