Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 921 - 930 of over 10,000 for 2 (0.24 seconds)

  1. Gradient Boosting regularization — scikit...

    2, max_features=2" , "magenta"..."learning_rate" : 0.2 , "max_features" : 2 }, ), ]: params...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Mon Jan 19 11:28:25 GMT 2026
      96K bytes
      Cache
     
  2. LocallyLinearEmbedding — scikit-learn 1.8...

    (n_components + 1) / 2 . see reference [2] modified : use the...n_neighbors = 5 , n_components = 2 , reg = 0.001 , eigen_solver =...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Mon Jan 19 11:28:24 GMT 2026
      137.2K bytes
      Cache
     
  3. LabelEncoder — scikit-learn 1.8.0 documen...

    2 , 2 , 6 ]) LabelEncoder() >>>...array([1, 2, 6]) >>> le . transform ([ 1 , 1 , 2 , 6 ])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Mon Jan 19 11:28:24 GMT 2026
      123.7K bytes
      Cache
     
  4. make_blobs — scikit-learn 1.8.0 documenta...

    2) >>> y array([0, 1, 2, 0, 2, 2, 2, 1, 1, 0])...shape ) (10, 2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0])...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html
    Mon Jan 19 11:28:24 GMT 2026
      129.1K bytes
      Cache
     
  5. d2_tweedie_score — scikit-learn 1.8.0 doc...

    Like R^2, D^2 score may be negative (it need..., power = 0 ) [source] # \(D^2\) regression score function, fraction...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html
    Mon Jan 19 11:28:23 GMT 2026
      110.7K bytes
      Cache
     
  6. Illustration of prior and posterior Gaussian pr...

    0 ] - 2.5 ) ** 2 ) n_samples = 5 Kernel cookbook...0.799**2 * ExpSineSquared(length_scale=0.791, periodicity=2.87)...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_prior_posterior.html
    Mon Jan 19 11:28:23 GMT 2026
      135.5K bytes
      Cache
     
  7. BaggingRegressor — scikit-learn 1.8.0 doc...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...the method is known as Bagging [2] . When random subsets of the...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Mon Jan 19 11:28:23 GMT 2026
      149.4K bytes
      Cache
     
  8. GroupShuffleSplit — scikit-learn 1.8.0 do...

    0: Train: index=[2 3 4 5 6 7], group=[2 2 2 3 3 3] Test: index=[0...3 3 3] Test: index=[2 3 4], group=[2 2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Mon Jan 19 11:28:23 GMT 2026
      129K bytes
      Cache
     
  9. cluster_optics_xi — scikit-learn 1.8.0 do...

    2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...samples (rounded to be at least 2). min_cluster_size int > 1...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_xi.html
    Mon Jan 19 11:28:24 GMT 2026
      113.3K bytes
      Cache
     
  10. MiniBatchNMF — scikit-learn 1.8.0 documen...

    ||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html
    Mon Jan 19 11:28:24 GMT 2026
      155.6K bytes
      Cache
     
Back to Top