Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 311 - 320 of over 10,000 for 1 (2.03 seconds)

Filter
  1. classification_report — scikit-learn 1.8.0 docu...

    50 1.00 0.67 1 class 1 0.00 0.00 0.00 1 class 2 1.00 0.67...>>> y_pred = [ 1 , 1 , 0 ] >>> y_true = [ 1 , 1 , 1 ] >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Tue Mar 17 03:44:39 UTC 2026
      15.6K bytes
      Cache
     
  2. Feature discretization — scikit-learn 1.8.0 doc...

    logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (..."linearsvc__C" : np . logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Tue Mar 17 03:44:36 UTC 2026
      18.9K bytes
      Cache
     
  3. TimeSeriesSplit — scikit-learn 1.8.0 docu...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Mon Mar 09 14:07:53 UTC 2026
      16.1K bytes
      Cache
     
  4. single_source_shortest_path_length — scik...

    1), (1, 1), (2, 0), (3, 1), (4, 1), (5, 1)] On this...([[ 0 , 1 , 0 , 0 ], ... [ 1 , 0 , 1 , 0 ], ... [ 0 , 1 , 0 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length....
    Mon Feb 02 09:23:44 UTC 2026
      109.1K bytes
      Cache
     
  5. mean_shift — scikit-learn 1.8.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...array([[3.33, 6. ], [1.33, 0.66]]) >>> labels array([1, 1, 1, 0, 0, 0])...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html
    Tue Mar 17 03:44:36 UTC 2026
      14.2K bytes
      Cache
     
  6. roc_curve — scikit-learn 1.8.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html
    Tue Mar 17 03:44:36 UTC 2026
      15.6K bytes
      Cache
     
  7. Classifier comparison — scikit-learn 1.8.0 docu...

    C = 1 , random_state = 42 ), GaussianProcessClass ( 1.0 * RBF...max_features = 1 , random_state = 42 ), MLPClassifier ( alpha = 1 , max_iter...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Tue Mar 17 03:44:38 UTC 2026
      17.5K bytes
      Cache
     
  8. LassoLarsCV — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Tue Mar 17 03:44:39 UTC 2026
      18.8K bytes
      Cache
     
  9. ShuffleSplit — scikit-learn 1.8.0 documen...

    array ([ 1 , 2 , 1 , 2 , 1 , 2 ]) >>> rs...Train: index=[1 3 0 4] Test: index=[5 2] Fold 1: Train: index=[4...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Mon Mar 09 14:07:54 UTC 2026
      15.5K bytes
      Cache
     
  10. det_curve — scikit-learn 1.8.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Tue Mar 17 03:44:39 UTC 2026
      14.8K bytes
      Cache
     
Back to Top