Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 1,938 for = (0.12 sec)

  1. NMF — scikit-learn 1.6.1 documentation

    random_state = None , alpha_W = 0.0 , alpha_H = 'same' , l1_ratio = 0.0...n_components = 'auto' , * , init = None , solver = 'cd' , beta_loss...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Tue May 20 15:10:55 UTC 2025
      146.3K bytes
      Cache
     
  2. plot_pca_iris.rst.txt

    py: ========== Principal Component Analysis...Analysis (PCA) on Iris Dataset ========== This example shows a well...
    scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt
    Wed May 14 09:35:39 UTC 2025
      6.4K bytes
     
  3. graphical_lasso — scikit-learn 1.6.1 documentation

    mode = 'cd' , tol = 0.0001 , enet_tol = 0.0001 , max_iter = 100...100 , verbose = False , return_costs = False , eps = np.float64...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.graphical_lasso.html
    Tue May 20 15:10:56 UTC 2025
      114K bytes
      Cache
     
  4. GroupKFold — scikit-learn 1.6.1 documentation

    index=[2 3], group=[2 2] Test: index=[0 1 4 5], group=[0 0 3...index=[0 1 4 5], group=[0 0 3 3] Test: index=[2 3], group=[2 2]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Tue May 20 15:10:56 UTC 2025
      127.7K bytes
      Cache
     
  5. RepeatedStratifiedKFold — scikit-learn 1.6.1 do...

    n_splits = 5 , n_repeats = 10 , random_state = None ) [source]...( n_splits = 2 , n_repeats = 2 , ... random_state = 36851234 )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Tue May 20 15:10:57 UTC 2025
      121.6K bytes
      Cache
     
  6. KernelPCA — scikit-learn 1.6.1 documentation

    degree = 3 , coef0 = 1 , kernel_params = None , alpha = 1.0 , ...fit_inverse_transform = False , eigen_solver = 'auto' , tol = 0 , max_iter = None...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.html
    Tue May 20 15:10:56 UTC 2025
      147.9K bytes
      Cache
     
  7. StratifiedShuffleSplit — scikit-learn 1.6.1 doc...

    n_splits = 10 , * , test_size = None , train_size = None , random_state...( n_splits = 5 , test_size = 0.5 , random_state = 0 ) >>> sss...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Tue May 20 15:10:56 UTC 2025
      122.4K bytes
      Cache
     
  8. PassiveAggressiveClassifier — scikit-learn 1.6....

    C = 1.0 , fit_intercept = True , max_iter = 1000 , tol = 0.001...n_iter_no_change = 5 , shuffle = True , verbose = 0 , loss = 'hinge' ,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Tue May 20 15:10:55 UTC 2025
      159.6K bytes
      Cache
     
  9. LocalOutlierFactor — scikit-learn 1.6.1 documen...

    n_neighbors = 20 , * , algorithm = 'auto' , leaf_size = 30 , metric...metric = 'minkowski' , p = 2 , metric_params = None , contamination...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html
    Tue May 20 15:10:56 UTC 2025
      151.7K bytes
      Cache
     
  10. Caching nearest neighbors — scikit-learn 1.6.1 ...

    y = load_digits ( return_X_y = True ) n_neighbors_list = [ 1...graph_model = KNeighborsTransforme ( n_neighbors = max ( n_neighbors_list...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Tue May 20 15:10:55 UTC 2025
      93.5K bytes
      Cache
     
Back to top