Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of 8,475 for 2 (0.1 seconds)

  1. MLPRegressor — scikit-learn 1.7.2 documen...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...array-like of shape(n_layers - 2,), default=(100,) The ith element...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Wed Nov 19 12:47:09 GMT 2025
      163K bytes
      Cache
     
  2. safe_mask — scikit-learn 1.7.2 documentation

    [ 2 ], [ 3 ], [ 4 ], [ 5 ]]) >>>...[ mask ] . toarray () array([[2], [3], [5]]) On this page This...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_mask.html
    Wed Nov 19 12:47:09 GMT 2025
      106.5K bytes
      Cache
     
  3. 2.1. Gaussian mixture models — scikit-lea...

    2.1.2. Variational Bayesian Gaussian...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...
    scikit-learn.org/stable/modules/mixture.html
    Wed Nov 19 04:33:04 GMT 2025
      58.5K bytes
      Cache
     
  4. MeanShift — scikit-learn 1.7.2 documentation

    complexity will tend towards O(T*n^2). Scalability can be boosted by...X = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Wed Nov 19 09:10:34 GMT 2025
      127.4K bytes
      Cache
     
  5. make_hastie_10_2 — scikit-learn 1.7.2 doc...

    2. The ten features are standard...= 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Wed Nov 19 09:10:34 GMT 2025
      110.6K bytes
      Cache
     
  6. KMeans — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For examples of common...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
    Wed Nov 19 09:10:32 GMT 2025
      160.7K bytes
      Cache
     
  7. label_binarize — scikit-learn 1.7.2 docum...

    2 , 4 , 6 ]) array([[1, 0, 0, 0],...6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0, 0], [0, 1,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html
    Wed Nov 19 12:47:09 GMT 2025
      110.2K bytes
      Cache
     
  8. OutputCodeClassifier — scikit-learn 1.7.2...

    Artificial Intelligence Research 2, 1995. [ 2 ] “The error coding method...n_features = 4 , ... n_informative = 2 , n_redundant = 0 , ... random_state...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html
    Wed Nov 19 12:47:09 GMT 2025
      132.1K bytes
      Cache
     
  9. FeatureUnion — scikit-learn 1.7.2 documen...

    n_components = 2 ))]) >>> X = [[ 0. , 1. , 3 ], [ 2. , 2. , 5...parameters. Added in version 1.2. n_features_in_ int Number of...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html
    Wed Nov 19 12:47:09 GMT 2025
      134.5K bytes
      Cache
     
  10. load_breast_cancer — scikit-learn 1.7.2 d...

    Classes 2 Samples per class 212(M),357(B)...target_names ndarray of shape (2,) The names of target classes....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html
    Wed Nov 19 09:10:33 GMT 2025
      115.1K bytes
      Cache
     
Back to Top