Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 891 - 900 of 2,960 for 1 (1 sec)

  1. MultiOutputClassifier — scikit-learn 1.6.1 docu...

    ( X [ - 2 :]) array([[1, 1, 1], [1, 0, 1]]) fit ( X , Y , sample_weight...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html
    Mon Apr 21 17:07:39 UTC 2025
      142.3K bytes
      Cache
     
  2. MultiTaskLasso — scikit-learn 1.6.1 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
    Mon Apr 21 17:07:39 UTC 2025
      158.5K bytes
      Cache
     
  3. RepeatedKFold — scikit-learn 1.6.1 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
    Mon Apr 21 17:07:40 UTC 2025
      119.7K bytes
      Cache
     
  4. RANSACRegressor — scikit-learn 1.6.1 documentation

    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
    Mon Apr 21 17:07:39 UTC 2025
      144.2K bytes
      Cache
     
  5. TweedieRegressor — scikit-learn 1.6.1 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
    Mon Apr 21 17:07:39 UTC 2025
      142.4K bytes
      Cache
     
  6. ClassifierChain — scikit-learn 1.6.1 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
    Mon Apr 21 17:07:39 UTC 2025
      140.4K bytes
      Cache
     
  7. MLPClassifier — scikit-learn 1.6.1 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
    Mon Apr 21 17:07:39 UTC 2025
      159K bytes
      Cache
     
  8. BaggingClassifier — scikit-learn 1.6.1 document...

    max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html
    Mon Apr 21 17:07:40 UTC 2025
      151.8K bytes
      Cache
     
  9. BernoulliRBM — scikit-learn 1.6.1 documentation

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Mon Apr 21 17:07:40 UTC 2025
      136.2K bytes
      Cache
     
  10. LinearSVC — scikit-learn 1.6.1 documentation

    intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Mon Apr 21 17:07:39 UTC 2025
      163.7K bytes
      Cache
     
Back to top