Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 10 for 1 (0.03 sec)

  1. 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
    Sun May 19 20:00:38 UTC 2024
      6.4K bytes
     
  2. 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
    Sun May 19 20:00:39 UTC 2024
      5.6K bytes
     
  3. plot_classifier_comparison.rst.txt

    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/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon May 20 18:34:25 UTC 2024
      7.7K bytes
     
  4. user_guide.rst.txt

    toctree:: :numbered: :maxdepth: 1 metadata_routing.rst...
    scikit-learn.org/stable/_sources/user_guide.rst.txt
    Thu May 23 20:54:15 UTC 2024
      443 bytes
     
  5. whats_new.rst.txt

    1.rst whats_new/v1.0.rst whats_new/v0.24.rst...
    scikit-learn.org/stable/_sources/whats_new.rst.txt
    Wed May 22 15:20:10 UTC 2024
      818 bytes
     
  6. versions.rst.txt

    `scikit-learn 1.1.3 documentation <https://scikit-learn.org/1.1/>`_ (`ZIP...`scikit-learn 1.5.0rc1 documentation <https://scikit-learn.org/1.5/>`_...
    scikit-learn.org/dev/_sources/versions.rst.txt
    Mon May 20 18:34:24 UTC 2024
      2.7K bytes
      1 views
     
  7. test.mm

    1"> <node TEXT="Lorem ipsum. (&#12525;&#12...
    raw.githubusercontent.com/codelibs/fess-testdata/master/xml/test.mm
    Fri May 24 00:00:34 UTC 2024
      196 bytes
      2 views
     
  8. plot_pca_iris.rst.txt

    1].mean() + 1.5, X[y == label, 2].mean(),...np.choose(y, [1, 2, 0]).astype(float) ax.scatter(X[:, 0], X[:, 1], X[:,...
    scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt
    Sun May 19 20:00:39 UTC 2024
      3.6K bytes
     
  9. plot_adaboost_regression.rst.txt

    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/_sources/auto_examples/ensemble/plot_adaboost_regression.rst.txt
    Mon May 20 18:34:25 UTC 2024
      4.9K bytes
     
  10. whats_new.rst.txt

    1.rst whats_new/v1.0.rst whats_new/v0.24.rst...
    scikit-learn.org/dev/_sources/whats_new.rst.txt
    Thu May 23 20:54:14 UTC 2024
      840 bytes
     
Back to top