Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 3 of 3 for 10 (0.02 sec)

  1. plot_multi_metric_evaluation.rst.txt

    datasets import make_hastie_10_2 from sklearn.metrics import...code-block:: Python X, y = make_hastie_10_2(n_samples=8000, random_state=42)...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Tue Apr 30 16:14:29 UTC 2024
      6.4K bytes
     
  2. plot_discretization_strategies.rst.txt

    n_samples // 10, n_samples * 4 // 10, n_samples // 10, n_samples...n_samples * 4 // 10, ], cluster_std=0.5, centers=centers_0, random_state=random_state,...
    scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt
    Thu May 02 15:42:32 UTC 2024
      5.6K bytes
     
  3. plot_classifier_comparison.rst.txt

    n_estimators=10, max_features=1, random_state=42...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon Apr 29 15:57:10 UTC 2024
      7.7K bytes
     
Back to top