Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 24 for 1 (0.03 sec)

  1. decomposition.rst.txt

    array([[1, 1], [2, 1], [3, 1.2], [4, 1], [5, 0.8], [6, 1]]) >>>...np.array([[1, 0], [1, 6.1], [1, 0], [1, 4], [3.2, 1], [0, 4]])...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Fri May 31 14:06:04 UTC 2024
      45.8K bytes
      1 views
     
  2. grid_search.rst.txt

    {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1, 10,...``loguniform(1, 100)`` can be used instead of ``[1, 10, 100]``....
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Fri May 31 14:06:06 UTC 2024
      32.8K bytes
      2 views
     
  3. 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 31 14:06:06 UTC 2024
      72.8K bytes
     
  4. 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 31 14:06:04 UTC 2024
      37.9K bytes
     
  5. 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
     
  6. testimonials.rst.txt

    text-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 31 14:06:06 UTC 2024
      25.7K 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 31 14:06:06 UTC 2024
      44.2K bytes
     
  8. install.rst.txt

    Scikit-learn 1.0 supported Python 3.7-3.10. Scikit-learn 1.1, 1.2 and...and 1.3 support Python 3.8-3.12 Scikit-learn 1.4 requires Python...
    scikit-learn.org/stable/_sources/install.rst.txt
    Fri May 31 14:06:06 UTC 2024
      12.6K bytes
      1 views
     
  9. v1.4.rst.txt

    _changes_1_4_1: Version 1.4.1 ========== **February..... _release_notes_1_4: ========== Version 1.4 ========== For a...
    scikit-learn.org/stable/_sources/whats_new/v1.4.rst.txt
    Fri May 31 14:06:06 UTC 2024
      46.8K bytes
     
  10. getting_started.rst.txt

    dataset is easy array([1., 1., 1., 1., 1.]) Automatic parameter...ransform(X) array([[-1., 1.], [ 1., -1.]]) Sometimes, you want...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Fri May 31 14:06:06 UTC 2024
      10K bytes
     
Back to top