Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. roadmap.rst.txt

    cross-version safety from version 1.0. Note: Gael and Olivier think...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Thu May 23 20:54:14 UTC 2024
      11.7K bytes
     
  2. 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
     
  3. 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
     
  4. contributing.rst.txt

    to set up your git repository: 1. `Create an account <https://github.com/join>`_...ikit-learn.git # add --depth 1 if your connection is slow cd...
    scikit-learn.org/dev/_sources/developers/contributing.rst.txt
    Thu May 23 20:54:13 UTC 2024
      60K bytes
      1 views
     
  5. 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
     
  6. 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
     
  7. 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
    Tue May 21 18:58:19 UTC 2024
      72.8K bytes
     
  8. 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
    Thu May 23 20:54:15 UTC 2024
      37.9K bytes
     
  9. 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
    Sun May 19 20:00:38 UTC 2024
      10.2K bytes
      1 views
     
  10. 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
     
Back to top