Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 3,774 for 1 (1.6 sec)

  1. 8.3. Generated datasets — scikit-learn 1.7.2 do...

    1.1. Single label # make_blobs creates..."n_informative" : 1 , "n_clusters_per_class" : 1 , "n_classes" :...
    scikit-learn.org/stable/datasets/sample_generators.html
    Thu Oct 09 16:57:45 UTC 2025
      56.7K bytes
      Cache
     
  2. LearningCurveDisplay — scikit-learn 1.7.2 docum...

    1, 0.33, 0.55, 0.78, 1.]) , cv = None , scoring...(n_ticks,), default=np.linspace(0.1, 1.0, 5) Relative or absolute numbers...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Thu Oct 09 16:57:48 UTC 2025
      144.5K bytes
      Cache
     
  3. load_wine — scikit-learn 1.7.2 documentation

    1, 2]) >>> list ( data . target_names...[np.str_('class_0'), np.str_('class_1'), np.str_('class_2')] Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_wine.html
    Thu Oct 09 16:57:49 UTC 2025
      112.5K bytes
      Cache
     
  4. TransformedTargetRegressor — scikit-learn 1.7.2...

    reshape ( - 1 , 1 ) >>> y = np . exp ( 2 * X )...all strings. Added in version 1.0. See also sklearn.preproces...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Thu Oct 09 16:57:48 UTC 2025
      143.1K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.5 — sciki...

    array([[-1.1, 1.1, 1.1], [ 3.9, -1.2, 1.1], [ 0.1, 1.3, 1.1], [-0.1,...[-0.1, -1.4, -1.4], [-4.9, 1.5, -1.5], [ 0.1, 1.6, 1.6]]) Pairwise...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Thu Oct 09 16:57:45 UTC 2025
      123.1K bytes
      Cache
     
  6. CountVectorizer — scikit-learn 1.7.2 documentation

    [[0 1 1 1 0 0 1 0 1] [0 2 0 1 0 1 1 0 1] [1 0 0 1 1 0 1 1 1] [0...[[0 0 1 1 0 0 1 0 0 0 0 1 0] [0 1 0 1 0 1 0 1 0 0 1 0 0] [1 0 0...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Thu Oct 09 16:57:48 UTC 2025
      143.5K bytes
      Cache
     
  7. 1.2. Linear and Quadratic Discriminant Analysis...

    equal to \(\frac{1}{n - 1} X_k^tX_k = \frac{1}{n - 1} V S^2 V^t\)...\frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2} (x-\mu_k)^t...
    scikit-learn.org/stable/modules/lda_qda.html
    Thu Oct 09 16:57:45 UTC 2025
      53.8K bytes
      Cache
     
  8. NearestNeighbors — scikit-learn 1.7.2 documenta...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Thu Oct 09 16:57:45 UTC 2025
      151.7K bytes
      Cache
     
  9. ExpSineSquared — scikit-learn 1.7.2 documentation

    ExpSineSquared ( length_scale = 1.0 , periodicity = 1.0 , length_scale_bounds...ExpSineSquared ( length_scale = 1 , periodicity = 1 ) >>> gpr = GaussianProcessRegre...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ExpSineSquared.html
    Thu Oct 09 16:57:48 UTC 2025
      128.4K bytes
      Cache
     
  10. LabelBinarizer — scikit-learn 1.7.2 documentation

    array([[1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 1, 0]]) fit ( y ) [source]...array([1, 2, 4, 6]) >>> lb . transform ([ 1 , 6 ]) array([[1, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Thu Oct 09 16:57:45 UTC 2025
      135.3K bytes
      Cache
     
Back to top