Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2291 - 2300 of over 10,000 for * (7.78 seconds)

Filter
  1. label_binarize — scikit-learn 1.8.0 documentation

    ([ 1 , 6 ], classes = [ 1 , 2 , 4 , 6 ]) array([[1, 0, 0, 0],...([ 1 , 6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0, 0],...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html
    Mon Mar 23 20:39:23 UTC 2026
      13.7K bytes
      Cache
     
  2. RegressorTags — scikit-learn 1.8.0 documentation

    R2 of 0.5 on make_regression(n_samples=200, n_features=10, n_informative=1,...n_informative=1, bias=5.0, noise=20, random_state=42) . The dataset...
    scikit-learn.org/stable/modules/generated/sklearn.utils.RegressorTags.html
    Mon Mar 23 20:39:21 UTC 2026
      12.8K bytes
      Cache
     
  3. Bunch — scikit-learn 1.8.0 documentation

    import Bunch >>> b = Bunch ( a = 1 , b = 2 ) >>> b [ 'b' ] 2 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Mon Mar 23 20:39:21 UTC 2026
      14.5K bytes
      Cache
     
  4. MinMaxScaler — scikit-learn 1.8.0 documentation

    ] [0.25 0.25] [0.5 0.5 ] [1. 1. ]] >>> print ( scaler . transform...data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ], [ 1 , 18 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html
    Mon Mar 23 20:39:21 UTC 2026
      18.8K bytes
      Cache
     
  5. scale — scikit-learn 1.8.0 documentation

    independently array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> scale ( X...- 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> scale ( X , axis = 0 ) # scaling...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Mon Mar 23 20:39:21 UTC 2026
      14.3K bytes
      Cache
     
  6. gen_batches — scikit-learn 1.8.0 documentation

    min_batch_size = 0 )) [slice(0, 3, None), slice(3, 6, None),...batch_size , * , min_batch_size = 0 ) [source] # Generator to create...
    scikit-learn.org/stable/modules/generated/sklearn.utils.gen_batches.html
    Mon Mar 23 20:39:23 UTC 2026
      13K bytes
      Cache
     
  7. safe_mask — scikit-learn 1.8.0 documentation

    csr_matrix >>> data = csr_matrix ([[ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_mask.html
    Mon Mar 23 20:39:23 UTC 2026
      12.8K bytes
      Cache
     
  8. has_fit_parameter — scikit-learn 1.8.0 document...

    Skip to main content Back to top Ctrl + K GitHub Choose version has_fit_parameter # sklearn.utils.validation. has_fit...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.has_fit_parameter.html
    Mon Mar 23 20:39:20 UTC 2026
      12.7K bytes
      Cache
     
  9. estimator_html_repr — scikit-learn 1.8.0 docume...

    Skip to main content Back to top Ctrl + K GitHub Choose version estimator_html_repr # sklearn.utils. estimator_html_r...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_html_repr.html
    Mon Mar 23 20:39:23 UTC 2026
      12.7K bytes
      Cache
     
  10. DecisionTreeRegressor — scikit-learn 1.8.0 docu...

    array([-0.39, -0.46, 0.02, 0.06, -0.50, 0.16, 0.11, -0.73, -0.30,...min_impurity_decrease = 0.0 , ccp_alpha = 0.0 , monotonic_cst = None...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      21.4K bytes
      Cache
     
Back to Top