Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 631 - 640 of over 10,000 for 2 (0.99 seconds)

  1. Search - scikit-learn 1.7.2 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version Search Ctrl + K
    scikit-learn.org/stable/search.html
    Fri Dec 05 17:52:55 GMT 2025
      17.6K bytes
      Cache
     
  2. contingency_matrix — scikit-learn 1.7.2 d...

    2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0...0 , 2 ] >>> contingency_matrix ( labels_true , labels_pred...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html
    Fri Dec 05 17:52:55 GMT 2025
      109.4K bytes
      Cache
     
  3. ExtraTreeRegressor — scikit-learn 1.7.2 d...

    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.tree.ExtraTreeRegressor.html
    Thu Dec 04 11:53:53 GMT 2025
      160.8K bytes
      Cache
     
  4. randomized_range_finder — scikit-learn 1....

    size = 2 , n_iter = 2 , random_state = 42 ) array([[-0.214,...normalization if n_iter <= 2 and switches to LU otherwise....
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Thu Dec 04 11:53:55 GMT 2025
      109.1K bytes
      Cache
     
  5. lars_path_gram — scikit-learn 1.7.2 docum...

    float64(2.220446049250313e-16) , copy_Gram...case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html
    Fri Dec 05 17:52:54 GMT 2025
      118.4K bytes
      Cache
     
  6. murmurhash3_32 — scikit-learn 1.7.2 docum...

    to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>>...to an unsigned int from 0 to 2 ** 32 - 1 False: the results is...
    scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html
    Tue Dec 02 16:12:16 GMT 2025
      105.7K bytes
      Cache
     
  7. check_increasing — scikit-learn 1.7.2 doc...

    2 , 3 , 4 , 5 ], [ 2 , 4 , 6 , 8 , 10 ] >>>...>>> y = [ 10 , 8 , 6 , 4 , 2 ] >>> check_increasing...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html
    Fri Dec 05 17:52:54 GMT 2025
      107.2K bytes
      Cache
     
  8. Sum — scikit-learn 1.7.2 documentation

    kernel = Sum ( ConstantKernel ( 2 ), RBF ()) >>> gpr =...1.0 >>> kernel 1.41**2 + RBF(length_scale=1) __call__...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html
    Fri Dec 05 17:52:54 GMT 2025
      122.1K bytes
      Cache
     
  9. safe_sqr — scikit-learn 1.7.2 documentation

    Returns : X ** 2 element wise square Return the...>>> safe_sqr ([ 1 , 2 , 3 ]) array([1, 4, 9]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html
    Tue Dec 02 16:12:17 GMT 2025
      105.4K bytes
      Cache
     
  10. make_spd_matrix — scikit-learn 1.7.2 docu...

    make_spd_matrix ( n_dim = 2 , random_state = 42 ) array([[2.093, 0.346], [0.346,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_spd_matrix.html
    Fri Dec 05 17:52:55 GMT 2025
      106.6K bytes
      Cache
     
Back to Top