Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 35 for 1 (0.06 sec)

  1. model_evaluation.rst.txt

    1, 1, 1, 1, 1] >>> y_pred = [0, 1, 0, 1, 0, 1, 0, 1] >>>...0, 0, 1, 1, 1, 1, 1] >>> y_pred = [0, 1, 0, 1, 0, 1, 0, 1] >>>...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Thu Dec 19 13:16:22 UTC 2024
      130.9K bytes
      2 views
     
  2. cross_validation.rst.txt

    [1., 1.], [-1., -1.], [2., 2.]]) >>> y = np.array([0, 1, 0,...3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Fri Dec 20 11:14:14 UTC 2024
      40K bytes
      6 views
     
  3. plot_discretization_strategies.rst.txt

    8]]) centers_1 = np.array([[0, 0], [3, 1]]) # construct the...len(strategies) + 1, i) ax.scatter(X[:, 0], X[:, 1], edgecolors="k")...
    scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt
    Fri Dec 20 11:14:14 UTC 2024
      5.8K bytes
     
  4. feature_selection.rst.txt

    1], [0, 1, 0], [1, 0, 0], [0, 1, 1], [0, 1, 0], [0, 1, 1]]...0], [0, 0], [1, 1], [1, 0], [1, 1]]) As expected, ``VarianceThreshold``...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Fri Dec 20 11:14:14 UTC 2024
      14.5K bytes
      1 views
     
  5. linear_model.rst.txt

    array([[1, 0, 0, 0], [1, 0, 1, 0], [1, 1, 0, 0], [1, 1, 1, 1]]) >>>...1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00, 1.e+01, 1.e+02, 1.e+03,...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Thu Dec 19 13:16:22 UTC 2024
      78.5K bytes
      9 views
     
  6. governance.rst.txt

    “about” page: Requires +1 by a maintainer, no -1 by a maintainer (lazy...changes** require +1 by two maintainers, no -1 by a maintainer (lazy...
    scikit-learn.org/stable/_sources/governance.rst.txt
    Thu Dec 19 13:16:22 UTC 2024
      10.1K bytes
     
  7. plot_multi_metric_evaluation.rst.txt

    1) # Get the regular numpy array...sample_score_mean + sample_score_std, alpha=0.1 if sample == "test" else 0, color=color,...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Fri Dec 20 11:14:14 UTC 2024
      6.6K bytes
     
  8. about.rst.txt

    :class-row: image-subgrid :gutter: 1 .. grid-item:: :class: sd-text-center...<a class="btn sk-btn-orange mb-1" href="https://numfocus.org/d...
    scikit-learn.org/stable/_sources/about.rst.txt
    Wed Dec 18 17:25:19 UTC 2024
      16.6K bytes
      3 views
     
  9. v1.7.rst.txt

    _release_notes_1_7: ========== Version 1.7 ========== .. --...ease_highlights_1_6_0.py`. .. DELETE WHEN 1.7.0 IS RELEASED Since...
    scikit-learn.org/dev/_sources/whats_new/v1.7.rst.txt
    Wed Dec 18 17:25:20 UTC 2024
      2.8K bytes
     
  10. feature_extraction.rst.txt

    array([[1, 1, 1, 0, 1, 1, 1, 0], [1, 1, 0, 1, 1, 1, 0, 1]]) In...array([[0, 1, 1, 1, 0, 0, 1, 0, 1], [0, 1, 0, 1, 0, 2, 1, 0, 1], [1,...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Thu Dec 19 13:16:22 UTC 2024
      43.3K bytes
     
Back to top