Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 53 for 1 (0.07 sec)

  1. colors.css

    --sk-cyan-tint-1: #4bb4e5; --sk-cyan: #29abe2; --sk-cyan-shades-1: #2294c4;...--sk-orange-tint-1: #f99f44; --sk-orange: #f7931e; --sk-orange-shades-1: #d77f19;...
    scikit-learn.org/dev/_static/styles/colors.css
    Fri Jun 07 19:49:37 UTC 2024
      1.5K bytes
      Similar Results (1)
     
  2. plot_discretization_strategies.ipynb

    8]])\ncenters_1 = np.array([[0, 0], [3, 1]])\n\n# construct...len(strategies) + 1, i)\n ax.scatter(X[:, 0], X[:, 1], edgecolors=\"k\")\n...
    scikit-learn.org/stable/_downloads/adc9be3b7acc279025dad9ee4ce92038/plot_discretization_strategie...
    Thu Jun 06 17:04:46 UTC 2024
      3.8K bytes
     
  3. sg_gallery.css

    sphinx themes Tested for Sphinx 1.3.1 for all themes: default, alabaster,...--sg-download-a-hover-box-shadow-1: rgba(255, 255, 255, 0.1); --sg-download-...
    scikit-learn.org/dev/_static/sg_gallery.css
    Fri Jun 07 19:49:37 UTC 2024
      9.3K bytes
      Similar Results (2)
     
  4. plot_adaboost_regression.py

    random_state=rng ) regr_1.fit(X, y) regr_2.fit(X, y) y_1 = regr_1.predict(X)...plt.plot(X, y_1, color=colors[1], label="n_estimators=1", linewidth=2)...
    scikit-learn.org/stable/_downloads/2da78c80da33b4e0d313b0a90b923ec8/plot_adaboost_regression.py
    Mon May 20 18:34:25 UTC 2024
      2.4K bytes
     
  5. plot_multi_metric_evaluation.py

    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/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Wed Jun 05 00:53:46 UTC 2024
      3.6K bytes
     
  6. plot_adaboost_regression.ipynb

    \nregr_1.fit(X, y)\nregr_2.fit(X, y)\n\ny_1 = regr_1.predict(X)\ny_2...samples\")\nplt.plot(X, y_1, color=colors[1], label=\"n_estimators=1\", linew...
    scikit-learn.org/stable/_downloads/38e826c9e3778d7de78b2fc671fd7903/plot_adaboost_regression.ipynb
    Mon May 20 18:34:25 UTC 2024
      3.6K bytes
     
  7. plot_classifier_comparison.ipynb

    C=1, random_state=42),\n GaussianProcessClass(1.0 * RBF(1.0),...max_features=1, random_state=42\n ),\n MLPClassifier(alpha=1, max_iter=1000,...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Thu Jun 06 17:04:46 UTC 2024
      5.8K bytes
     
  8. plot_kmeans_digits.py

    1].min() - 1, reduced_data[:, 1].max() + 1 xx, yy =...reduced_data[:, 0].min() - 1, reduced_data[:, 0].max() + 1 y_min, y_max =...
    scikit-learn.org/stable/_downloads/5a87b25ba023ee709595b8d02049f021/plot_kmeans_digits.py
    Thu Jun 06 17:04:47 UTC 2024
      6.7K bytes
      1 views
     
  9. copybutton.css

    3em; width: 1.7em; height: 1.7em; opacity: 0; transition:...stroke: currentColor; width: 1.5em; height: 1.5em; padding: 0.1em; }...
    scikit-learn.org/stable/_static/copybutton.css
    Mon May 20 18:34:24 UTC 2024
      2K bytes
      1 views
      Similar Results (2)
     
  10. plot_classifier_comparison.py

    C=1, random_state=42), GaussianProcessClass(1.0 * RBF(1.0),...max_features=1, random_state=42 ), MLPClassifier(alpha=1, max_iter=1000,...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Thu Jun 06 17:04:45 UTC 2024
      4.9K bytes
      1 views
     
Back to top