Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 1,971 for = (0.58 sec)

  1. KFold — scikit-learn 1.7.2 documentation

    n_splits = 5 , * , shuffle = False , random_state = None ) [source]...KFold(n_splits=2, random_state=None, shuffle=False) >>> for i...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Sat Oct 11 07:51:25 UTC 2025
      123.2K bytes
      Cache
     
  2. AdditiveChi2Sampler — scikit-learn 1.7.2 docume...

    y = load_digits ( return_X_y = True ) >>> chi2sampler = AdditiveChi2Sampler...>>> clf = SGDClassifier ( max_iter = 5 , random_state = 0 , tol...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html
    Sat Oct 11 07:51:25 UTC 2025
      129K bytes
      Cache
     
  3. QuantileTransformer — scikit-learn 1.7.2 docume...

    ( loc = 0.5 , scale = 0.25 , size = ( 25 , 1 )), axis = 0 ) >>>...ignore_implicit_zeros = False , subsample = 10000 , random_state = None , copy...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.QuantileTransformer.html
    Sat Oct 11 07:51:25 UTC 2025
      137.8K bytes
      Cache
     
  4. GaussianProcessClassifier — scikit-learn 1.7.2 ...

    n_restarts_optimizer = 0 , max_iter_predict = 100 , warm_start = False , copy_X_train...copy_X_train = True , random_state = None , multi_class = 'one_vs_rest'...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Sat Oct 11 07:51:25 UTC 2025
      149K bytes
      Cache
     
  5. QuantileRegressor — scikit-learn 1.7.2 document...

    quantile = 0.5 , alpha = 1.0 , fit_intercept = True , solver = 'highs'...n_samples , n_features = 10 , 2 >>> rng = np . random . RandomState...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Sat Oct 11 07:51:25 UTC 2025
      139K bytes
      Cache
     
  6. InputTags — scikit-learn 1.7.2 documentation

    bool = False , sparse : bool = False , categorical : bool = False...bool = False , dict : bool = False , positive_only : bool = False...
    scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html
    Fri Oct 10 15:14:35 UTC 2025
      112K bytes
      Cache
     
  7. Probabilistic predictions with Gaussian process...

    train_size = 50 rng = np . random . RandomState ( 0 ) X = rng . uniform...train_size ], c = "k" , label = "Train data" , edgecolors = ( 0 , 0 ,...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html
    Sat Oct 11 07:51:25 UTC 2025
      110.7K bytes
      Cache
     
  8. Matern — scikit-learn 1.7.2 documentation

    length_scale = 1.0 , length_scale_bounds = (1e-05, 100000.0) , nu = 1.5...>>> X , y = load_iris ( return_X_y = True ) >>> kernel = 1.0 * Matern...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html
    Sat Oct 11 07:51:26 UTC 2025
      126.9K bytes
      Cache
     
  9. CategoricalNB — scikit-learn 1.7.2 documentation

    alpha = 1.0 , force_alpha = True , fit_prior = True , class_prior...class_prior = None , min_categories = None ) [source] # Naive Bayes...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Sat Oct 11 07:51:27 UTC 2025
      151.9K bytes
      Cache
     
  10. Factor Analysis (with rotation) to visualize pa...

    cmap = "RdBu_r" , vmin =- 1 , vmax = 1 ) ax . set_xticks...ncols = len ( methods ), figsize = ( 10 , 8 ), sharey = True )...
    scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html
    Sat Oct 11 07:51:26 UTC 2025
      96.1K bytes
      Cache
     
Back to top