Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 3,325 for 1 (0.06 sec)

  1. sklearn.naive_bayes.GaussianNB — scikit-learn 1...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> Y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Wed May 15 13:59:40 UTC 2024
      69.3K bytes
      Cache
     
  2. sklearn.model_selection.StratifiedKFold — sciki...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> skf = StratifiedKFold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Wed May 15 13:59:42 UTC 2024
      34.9K bytes
      Cache
     
  3. sklearn.ensemble.StackingClassifier — scikit-le...

    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.StackingClassifier.html
    Wed May 15 13:59:40 UTC 2024
      77.6K bytes
      Cache
     
  4. sklearn.linear_model.RANSACRegressor — scikit-l...

    min_samples int (>= 1) or float ([0, 1]), default=None Minimum...min_samples is chosen as X.shape[1] + 1 . This parameter is highly...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Wed May 15 13:59:42 UTC 2024
      52.8K bytes
      Cache
     
  5. sklearn.neural_network.MLPClassifier — scikit-l...

    :]) 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
    Wed May 15 13:59:41 UTC 2024
      71.2K bytes
      Cache
     
  6. sklearn.linear_model.MultiTaskLasso — scikit-le...

    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
    Wed May 15 13:59:42 UTC 2024
      69.7K bytes
      Cache
     
  7. sklearn.linear_model.TweedieRegressor — scikit-...

    intercept_ 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
    Wed May 15 13:59:42 UTC 2024
      54.4K bytes
      Cache
     
  8. sklearn.linear_model.Perceptron — scikit-learn ...

    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
    Wed May 15 13:59:40 UTC 2024
      77.1K bytes
      Cache
     
  9. LastaFlute移行 1.0.9 to 1.1.0 | LastaFlute

    Author's Blog LastaFlute移行 1.0.9 to 1.1.0 SwaggerAction で独立オプション...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/...
    Mon Mar 18 15:47:33 UTC 2024
      9.1K bytes
      Cache
     
  10. sklearn.datasets.make_regression — scikit-learn...

    scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Release...Menu Prev Up Next scikit-learn 1.4.2 Other versions Please cite...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html
    Wed May 15 13:59:41 UTC 2024
      28.6K bytes
      Cache
     
Back to top