Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 2,000 for = (0.07 sec)

  1. 1.10. Decision Trees — scikit-learn 1.7.0 docum...

    >>> X = [[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>> clf = tree...filled = True , rounded = True , ... special_characters = True...
    scikit-learn.org/stable/modules/tree.html
    Thu Jul 03 11:42:05 UTC 2025
      94.5K bytes
      Cache
     
  2. RidgeCV — scikit-learn 1.7.0 documentation

    scoring = None , cv = None , gcv_mode = None , store_cv_results...X , y = load_diabetes ( return_X_y = True ) >>> clf = RidgeCV...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Thu Jul 03 11:42:06 UTC 2025
      150.3K bytes
      Cache
     
  3. permutation_test_score — scikit-learn 1.7.0 doc...

    groups = None , cv = None , n_permutations = 100 , n_jobs = None...random_state = 0 , verbose = 0 , scoring = None , fit_params = None ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Thu Jul 03 11:42:06 UTC 2025
      121.8K bytes
      Cache
     
  4. BayesianGaussianMixture — scikit-learn 1.7.0 do...

    reg_covar = 1e-06 , max_iter = 100 , n_init = 1 , init_params = 'kmeans'...n_components = 1 , covariance_type = 'full' , tol = 0.001 , reg_covar...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Thu Jul 03 11:42:05 UTC 2025
      152.9K bytes
      Cache
     
  5. LassoLarsIC — scikit-learn 1.7.0 documentation

    criterion = 'aic' , * , fit_intercept = True , verbose = False ,..., precompute = 'auto' , max_iter = 500 , eps = np.float64(2....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Thu Jul 03 11:42:05 UTC 2025
      146K bytes
      Cache
     
  6. Lars — scikit-learn 1.7.0 documentation

    fit_intercept = True , verbose = False , precompute = 'auto' , n_nonzero_coefs...6) , copy_X = True , fit_path = True , jitter = None , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Thu Jul 03 11:42:06 UTC 2025
      139.1K bytes
      Cache
     
  7. FeatureUnion — scikit-learn 1.7.0 documentation

    n_jobs = None , transformer_weights = None , verbose = False ,...union = FeatureUnion ([( "pca" , PCA ( n_components = 1 )), ......
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html
    Thu Jul 03 11:42:05 UTC 2025
      134.5K bytes
      Cache
     
  8. GaussianProcessClassifier — scikit-learn 1.7.0 ...

    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
    Thu Jul 03 11:42:05 UTC 2025
      149.1K bytes
      Cache
     
  9. QuantileTransformer — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:05 UTC 2025
      137.8K bytes
      Cache
     
  10. KFold — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:05 UTC 2025
      123.2K bytes
      Cache
     
Back to top