Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 3,499 for 1 (0.06 sec)

  1. StratifiedKFold — scikit-learn 1.6.0 documentation

    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
    Fri Dec 20 11:14:16 UTC 2024
      124.5K bytes
      Cache
     
  2. MinCovDet — scikit-learn 1.7.dev0 documentation

    algorithm: (n_samples + n_features + 1) / 2 * n_samples . The parameter...parameter must be in the range (0, 1]. random_state int, RandomState...
    scikit-learn.org/dev/modules/generated/sklearn.covariance.MinCovDet.html
    Mon Dec 09 18:03:47 UTC 2024
      139.6K bytes
      Cache
      Similar Results (1)
     
  3. GroupShuffleSplit — scikit-learn 1.6.0 document...

    index=[0 1], group=[1 1] Fold 1: Train: index=[0 1 5 6 7], group=[1...shape = ( 8 , 1 )) >>> groups = np . array ([ 1 , 1 , 2 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Fri Dec 20 11:14:14 UTC 2024
      128.6K bytes
      Cache
     
  4. PrecisionRecallDisplay — scikit-learn 1.6.0 doc...

    Added in version 1.3. Attributes : line_ matplotlib...not plotted. Added in version 1.3. ax_ matplotlib Axes Axes with...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Fri Dec 20 11:14:14 UTC 2024
      149.3K bytes
      Cache
      Similar Results (1)
     
  5. 1. Supervised learning — scikit-learn 1.6.0 doc...

    version 1. Supervised learning # 1.1. Linear Models 1.1.1. Ordinary...Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task...
    scikit-learn.org/stable/supervised_learning.html
    Fri Dec 20 11:14:14 UTC 2024
      46.6K bytes
      Cache
     
  6. DetCurveDisplay — scikit-learn 1.6.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 Dec 20 11:14:14 UTC 2024
      135.1K bytes
      Cache
     
  7. LogisticRegressionCV — scikit-learn 1.7.dev0 do...

    means 1 unless in a joblib.parallel_backend context. -1 means...version 1.5: multi_class was deprecated in version 1.5 and will...
    scikit-learn.org/dev/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Mon Dec 09 18:03:47 UTC 2024
      167.2K bytes
      Cache
      Similar Results (1)
     
  8. silhouette_score — scikit-learn 1.7.dev0 docume...

    The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the mean...
    scikit-learn.org/dev/modules/generated/sklearn.metrics.silhouette_score.html
    Fri Dec 20 11:14:19 UTC 2024
      116.3K bytes
      Cache
      Similar Results (1)
     
  9. MLPClassifier — scikit-learn 1.6.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 Dec 20 11:14:14 UTC 2024
      158.8K bytes
      Cache
     
  10. MultiTaskLasso — scikit-learn 1.6.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 Dec 20 11:14:16 UTC 2024
      158.3K bytes
      Cache
     
Back to top