Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 31 for 1 (0.03 sec)

  1. ensemble.rst.txt

    1, 2, np.nan]).reshape(-1, 1) >>> y = [0, 0, 1, 1] >>> gbdt...np.nan, 1, 2, np.nan]).reshape(-1, 1) >>> y = [0, 1, 0, 0, 1] >>>...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Fri May 17 16:55:53 UTC 2024
      68.4K bytes
     
  2. neighbors.rst.txt

    array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]])...np.array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]])...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Fri May 17 16:55:51 UTC 2024
      37.8K bytes
     
  3. plot_kmeans_digits.rst.txt

    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/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt
    Fri May 17 16:55:52 UTC 2024
      10.2K bytes
      1 views
     
  4. 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
    Fri May 17 16:55:52 UTC 2024
      3.6K bytes
     
  5. 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
    Fri May 17 16:55:53 UTC 2024
      4.9K bytes
     
  6. testimonials.rst.txt

    v-box"> Scikit-learn is our #1 toolkit for all things machine...used for originating at least 1 billion GBP worth of Zopa loans....
    scikit-learn.org/stable/_sources/testimonials/testimonials.rst.txt
    Fri May 17 16:55:53 UTC 2024
      30.2K bytes
      4 views
     
  7. v1.3.rst.txt

    _changes_1_3_1: Version 1.3.1 ========== **September..... _release_notes_1_3: ========== Version 1.3 ========== For a...
    scikit-learn.org/stable/_sources/whats_new/v1.3.rst.txt
    Fri May 17 16:55:53 UTC 2024
      44.2K bytes
     
  8. install.rst.txt

    Scikit-learn 1.0 supported Python 3.7-3.10. Scikit-learn 1.1 and later...tralian-limit-2-data_version-1-status-deactivated.json.gz' In...
    scikit-learn.org/stable/_sources/install.rst.txt
    Fri May 17 16:55:51 UTC 2024
      13.5K bytes
      1 views
     
  9. v1.4.rst.txt

    _changes_1_4_1: Version 1.4.1.post1 ========== **February..... _release_notes_1_4: ========== Version 1.4 ========== For a...
    scikit-learn.org/stable/_sources/whats_new/v1.4.rst.txt
    Fri May 17 16:55:53 UTC 2024
      47K bytes
     
  10. roadmap.rst.txt

    cross-version safety from version 1.0. Note: Gael and Olivier think...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Fri May 17 16:55:52 UTC 2024
      11.7K bytes
     
Back to top