Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 2,897 for 1 (0.08 sec)

  1. check_scoring — scikit-learn 1.7.2 documentation

    Added in version 1.6. Returns : scoring callable...return_X_y = True ) >>> y *= - 1 >>> clf = DecisionTreeClassifi...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html
    Tue Nov 04 06:34:51 UTC 2025
      113.4K bytes
      Cache
     
  2. PolynomialFeatures — scikit-learn 1.7.2 documen...

    fit_transform ( X ) array([[ 1., 0., 1., 0., 0., 1.], [ 1., 2., 3., 4., 6.,...) array([[ 1., 0., 1., 0.], [ 1., 2., 3., 6.], [ 1., 4., 5., 20.]])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Tue Nov 04 06:34:51 UTC 2025
      139.9K bytes
      Cache
     
  3. 1.11. Ensembles: Gradient boosting, random fore...

    Gradient Boosting models 1.11.1.1.1. Usage # Most of the parameters...= [[ 1 , 0 ], ... [ 1 , 0 ], ... [ 1 , 0 ], ... [ 0 , 1 ]] >>>...
    scikit-learn.org/stable/modules/ensemble.html
    Tue Nov 04 06:34:51 UTC 2025
      229.2K bytes
      Cache
     
  4. RepeatedKFold — scikit-learn 1.7.2 documentation

    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
    Tue Nov 04 06:34:51 UTC 2025
      119.4K bytes
      Cache
     
  5. chi2 — scikit-learn 1.7.2 documentation

    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
    Tue Nov 04 06:34:51 UTC 2025
      111.2K bytes
      Cache
     
  6. RBFSampler — scikit-learn 1.7.2 documentation

    [ 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
    Tue Nov 04 06:34:51 UTC 2025
      130.9K bytes
      1 views
      Cache
     
  7. get_tags — scikit-learn 1.7.2 documentation

    Added in version 1.6. Parameters : estimator estimator...
    scikit-learn.org/stable/modules/generated/sklearn.utils.get_tags.html
    Fri Oct 31 16:42:55 UTC 2025
      105.7K bytes
      Cache
     
  8. Model Complexity Influence — scikit-learn 1.7.2...

    "tol" : 1e-1 , "n_iter_no_change" : 2 , },..."changing_param_values" : [ 0.05 , 0.1 , 0.2 , 0.35 , 0.5 ], "complexity_label"...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Tue Nov 04 06:34:51 UTC 2025
      126K bytes
      1 views
      Cache
     
  9. fast_logdet — scikit-learn 1.7.2 documentation

    1 ], [ 2 , 8 ]]) >>> fast_logdet...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.fast_logdet.html
    Sat Nov 01 09:15:33 UTC 2025
      106.4K bytes
      Cache
     
  10. Time-related feature engineering — scikit-learn...

    spring 0 1 0 False 6 False clear 9.84 14.395 0.81 0.0000 1 spring...spring 0 1 1 False 6 False clear 9.02 13.635 0.80 0.0000 2 spring...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Tue Nov 04 06:34:50 UTC 2025
      216.4K bytes
      Cache
     
Back to top