Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 701 - 710 of 3,451 for 1 (0.09 sec)

  1. RandomForestRegressor — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:32 UTC 2024
      171.9K bytes
      Cache
     
  2. TweedieRegressor — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:32 UTC 2024
      141K bytes
      Cache
     
  3. RocCurveDisplay — scikit-learn 1.5.2 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...([ 0 , 0 , 1 , 1 ]) >>> pred = np . array ([ 0.1 , 0.4 , 0.35...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Thu Oct 31 11:00:34 UTC 2024
      145.2K bytes
      Cache
     
  4. PCA — scikit-learn 1.5.2 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...more details. Added in version 1.1. power_iteration_normalizer {‘auto’,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Thu Oct 31 11:00:34 UTC 2024
      170.9K bytes
      Cache
     
  5. Perceptron — scikit-learn 1.5.2 documentation

    l1_ratio <= 1 . l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Thu Oct 31 11:00:32 UTC 2024
      162.1K bytes
      Cache
     
  6. fetch_covtype — scikit-learn 1.5.2 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the covertype...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_covtype.html
    Thu Oct 31 11:00:34 UTC 2024
      114.2K bytes
      Cache
     
  7. DictVectorizer — scikit-learn 1.5.2 documentation

    [{ 'foo' : 1 , 'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }] >>> X =...) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>> v . inverse_transform...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Thu Oct 31 11:00:34 UTC 2024
      140.4K bytes
      Cache
     
  8. fetch_20newsgroups_vectorized — scikit-learn 1....

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load and vectorize...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Thu Oct 31 11:00:32 UTC 2024
      117.2K bytes
      Cache
     
  9. GammaRegressor — scikit-learn 1.5.2 documentation

    alpha = 1.0 , fit_intercept = True , solver...Parameters : alpha float, default=1 Constant that multiplies the L2...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Thu Oct 31 11:00:32 UTC 2024
      138.3K bytes
      Cache
     
  10. MiniBatchKMeans — scikit-learn 1.5.2 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...0 , 1 ], [ 2 , 2 ], ... [ 3 , 2 ], [ 5 , 5 ], [ 1 , - 1 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Thu Oct 31 11:00:34 UTC 2024
      170.8K bytes
      Cache
     
Back to top