Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 2,896 for 1 (0.18 sec)

  1. ClassifierChain — scikit-learn 1.7.0 documentation

    X_test ) array([[1., 1., 0.], [1., 0., 0.], [0., 1., 0.]]) >>> chain...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Fri Jun 06 09:13:46 UTC 2025
      141K bytes
      Cache
     
  2. DetCurveDisplay — scikit-learn 1.7.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Fri Jun 06 09:13:47 UTC 2025
      137.8K bytes
      Cache
     
  3. RegressorMixin — scikit-learn 1.7.0 documentation

    array ([ - 1 , 0 , 1 ]) >>> estimator . fit ( X...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Fri Jun 06 09:13:46 UTC 2025
      115.7K bytes
      Cache
     
  4. class_likelihood_ratios — scikit-learn 1.7.0 do...

    1 , 0 , 1 , 0 ], [ 1 , 1 , 0 , 0 , 0 ]) (1.5, 0.75)...LR+ ranges from 1.0 to infinity. A LR+ of 1.0 indicates that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Fri Jun 06 09:13:47 UTC 2025
      122.5K bytes
      Cache
     
  5. MultiTaskLasso — scikit-learn 1.7.0 documentation

    1 ) >>> clf . fit ([[ 0 , 1 ], [ 1 , 2 ], [ 2 ,...0 ], [ 1 , 1 ], [ 2 , 3 ]]) MultiTaskLasso(alpha=0.1) >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Fri Jun 06 09:13:46 UTC 2025
      157.2K bytes
      Cache
     
  6. MLPClassifier — scikit-learn 1.7.0 documentation

    :]) array([1, 0, 1, 0, 1]) >>> clf . score ( X_test..., validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 ,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Fri Jun 06 09:13:47 UTC 2025
      166.3K bytes
      Cache
     
  7. GradientBoostingRegressor — scikit-learn 1.7.0 ...

    1 , n_estimators = 100 , subsample = 1.0 , criterion...in the range [1, inf) . subsample float, default=1.0 The fraction...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      172.2K bytes
      Cache
     
  8. TweedieRegressor — scikit-learn 1.7.0 documenta...

    float64(1.600) >>> clf . predict ([[ 1 , 1 ], [ 3 , 4 ]])...Power Distribution 0 Normal 1 Poisson (1,2) Compound Poisson Gamma...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      142K bytes
      Cache
     
  9. RandomForestRegressor — scikit-learn 1.7.0 docu...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      170.6K bytes
      Cache
     
  10. make_swiss_roll — scikit-learn 1.7.0 documentation

    algorithm is from Marsland [1]. References [ 1 ] S. Marsland, “Machine...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_swiss_roll.html
    Fri Jun 06 09:13:47 UTC 2025
      109.6K bytes
      Cache
     
Back to top