Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 391 - 400 of 2,585 for 2 (0.08 sec)

  1. LedoitWolf — scikit-learn 1.7.1 documentation

    2 ], ... [ .2 , .8 ]]) >>> np . random...Multivariate Analysis, Volume 88, Issue 2, February 2004, pages 365-411....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Wed Aug 06 18:27:57 UTC 2025
      133.5K bytes
      Cache
     
  2. QuantileRegressor — scikit-learn 1.7.1 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
    Wed Aug 06 18:27:58 UTC 2025
      139K bytes
      Cache
     
  3. plot_classifier_comparison.py

    make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Wed Aug 06 18:27:58 UTC 2025
      4.8K bytes
      1 views
     
  4. adjusted_rand_score — scikit-learn 1.7.1 docume...

    2 ], [ 0 , 0 , 1 , 1 ]) 0.57 ARI..., 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ]) 0.57 If classes members are...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Wed Aug 06 18:27:57 UTC 2025
      117.6K bytes
      1 views
      Cache
     
  5. v_measure_score — scikit-learn 1.7.1 documentation

    2 ], [ 0 , 0 , 1 , 1 ])) 0.8 >>>...% v_measure_score ([ 0 , 1 , 2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.67...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Wed Aug 06 18:27:57 UTC 2025
      121.5K bytes
      Cache
     
  6. Vector Database - Elasticsearch Labs

    Integrations Generative AI + 2 June 16, 2025 Elasticsearch open...models in Elasticsearch - part 2 This article explores techniques...
    www.elastic.co/search-labs/blog/category/vector-database
    Thu Aug 07 01:03:52 UTC 2025
      126.7K bytes
      Cache
     
  7. ExtraTreesRegressor — scikit-learn 1.7.1 docume...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Wed Aug 06 18:27:58 UTC 2025
      162.2K bytes
      Cache
     
  8. PCA — scikit-learn 1.7.1 documentation

    [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>> pca . fit (...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Wed Aug 06 18:27:58 UTC 2025
      171.7K bytes
      Cache
     
  9. lars_path — scikit-learn 1.7.1 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...copy_X = True , eps = np.float64(2.220446049250313e-16) , copy_Gram...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Wed Aug 06 18:27:58 UTC 2025
      120.5K bytes
      Cache
     
  10. Bunch — scikit-learn 1.7.1 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 Aug 06 18:27:58 UTC 2025
      118.3K bytes
      Cache
     
Back to top