Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 2,638 for 2 (0.12 sec)

  1. GaussianProcessRegressor — scikit-learn 1.5.2 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...implementation is based on Algorithm 2.1 of [RW2006] . In addition to...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Tue Sep 17 17:21:49 UTC 2024
      158.3K bytes
      Cache
     
  2. ledoit_wolf — scikit-learn 1.5.2 documentation

    2 ], [ .2 , .8 ]]) >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Tue Sep 17 17:21:49 UTC 2024
      108.8K bytes
      Cache
     
  3. SGDOneClassSVM — scikit-learn 1.5.2 documentation

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> clf =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Tue Sep 17 17:21:49 UTC 2024
      154.1K bytes
      Cache
     
  4. PolynomialCountSketch — scikit-learn 1.5.2 docu...

    degree = 2 , coef0 = 0 , n_components = 100...approximated. degree int, default=2 Degree of the polynomial kernel...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Tue Sep 17 17:21:47 UTC 2024
      132.9K bytes
      1 views
      Cache
     
  5. AffinityPropagation — scikit-learn 1.5.2 docume...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...cluster_centers_ array([[1, 2], [4, 2]]) fit ( X , y = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Wed Sep 18 20:56:26 UTC 2024
      129.5K bytes
      1 views
      Cache
     
  6. FeatureUnion — scikit-learn 1.5.2 documentation

    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
    Mon Sep 16 17:00:49 UTC 2024
      135.6K bytes
      Cache
     
  7. OutputCodeClassifier — scikit-learn 1.5.2 docum...

    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
    Tue Sep 17 17:21:48 UTC 2024
      131.4K bytes
      Cache
     
  8. homogeneity_score — scikit-learn 1.5.2 document...

    2 ])) 1.000000 >>> print ( " %.6f...([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 2 , 3 ])) 1.000000 Clusters that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html
    Wed Sep 18 20:56:23 UTC 2024
      113.8K bytes
      Cache
     
  9. ClassifierMixin — scikit-learn 1.5.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Tue Sep 17 17:21:49 UTC 2024
      113.1K bytes
      Cache
      Similar Results (1)
     
  10. MinMaxScaler — scikit-learn 1.5.2 documentation

    transform ([[ 2 , 2 ]])) [[1.5 0. ]] fit ( X , y...MinMaxScaler >>> data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ],...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html
    Mon Sep 16 17:00:49 UTC 2024
      142.5K bytes
      Cache
     
Back to top