Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 2,634 for 2 (0.07 sec)

  1. QuantileRegressor — scikit-learn 1.5.2 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples , n_features = 10 , 2 >>> rng = np . random . RandomState...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Tue Sep 17 17:21:49 UTC 2024
      139K bytes
      Cache
     
  2. Bunch — scikit-learn 1.5.2 documentation

    b = 2 ) >>> b [ 'b' ] 2 >>> b . b 2 >>> b . a = 3 >>>...return a (key, value) pair as a 2-tuple. Pairs are returned in LIFO...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Wed Sep 18 20:56:26 UTC 2024
      116.9K bytes
      Cache
     
  3. RandomizedSearchCV — scikit-learn 1.5.2 documen...

    2 0.84 … 3 ‘rbf’ 0.3 0.70 … 2 will be represented...verbose = 0 , pre_dispatch = '2*n_jobs' , random_state = None...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Tue Sep 17 17:21:48 UTC 2024
      169.2K bytes
      Cache
     
  4. IsotonicRegression — scikit-learn 1.5.2 documen...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...Operations Research Vol. 14, No. 2 (May, 1989), pp. 303-308 Isotone...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Tue Sep 17 17:21:48 UTC 2024
      155.8K bytes
      Cache
     
  5. Kernel — scikit-learn 1.5.2 documentation

    length_scale = 2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]])..., X if Y is None else Y ) ** 2 ... def diag ( self , X ): ......
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Tue Sep 17 17:21:49 UTC 2024
      121.4K bytes
      Cache
     
  6. RationalQuadratic — scikit-learn 1.5.2 document...

    x_j)^2 }{ 2\alpha l^2}\right)^{-\alpha}\] where...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.8881..., 0.0566...,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html
    Tue Sep 17 17:21:48 UTC 2024
      126.4K bytes
      Cache
     
  7. OrthogonalMatchingPursuit — scikit-learn 1.5.2 ...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination \(R^2\) is defined as \((1 - \frac{u}{v})\)...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Tue Sep 17 17:21:48 UTC 2024
      133.3K bytes
      2 views
      Cache
     
  8. NuSVR — scikit-learn 1.5.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...for Support Vector Machines [ 2 ] Platt, John (1999). “Probabilistic...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Tue Sep 17 17:21:49 UTC 2024
      143.2K bytes
      Cache
     
  9. MLPRegressor — scikit-learn 1.5.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Tue Sep 17 17:21:48 UTC 2024
      149.8K bytes
      Cache
     
  10. AgglomerativeClustering — scikit-learn 1.5.2 do...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...AgglomerativeCluster ( n_clusters = 2 , * , metric = 'euclidean' , memory...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Tue Sep 17 17:21:49 UTC 2024
      134.8K bytes
      Cache
     
Back to top