Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 1,971 for = (1.45 sec)

  1. sparse_encode — scikit-learn 1.7.2 documentation

    n_nonzero_coefs = None , alpha = None , copy_cov = True , init = None ,...dictionary , * , gram = None , cov = None , algorithm = 'lasso_lars' ,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html
    Sun Oct 12 02:56:17 UTC 2025
      118.6K bytes
      Cache
     
  2. fastica — scikit-learn 1.7.2 documentation

    fun = 'logcosh' , fun_args = None , max_iter = 200 , tol = 0.0001...n_components = None , * , algorithm = 'parallel' , whiten = 'unit-variance'...
    scikit-learn.org/stable/modules/generated/fastica-function.html
    Sun Oct 12 02:56:14 UTC 2025
      117.5K bytes
      Cache
     
  3. SVM: Weighted samples — scikit-learn 1.7.2 docu...

    n_features = 2 , n_informative = 2 , n_redundant = 0 , n_clusters_per_class...n_clusters_per_class = 1 , class_sep = 1.1 , weights = [ 0.9 , 0.1 ],...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Sun Oct 12 02:56:16 UTC 2025
      93.7K bytes
      Cache
     
  4. Release Highlights for scikit-learn 1.5 — sciki...

    n_features = 100 , tail_strength = 0.1 , random_state = 0 ) pca = PCA...random_state = 0 ) pca = PCA ( n_components = 10 , svd_solver = "covariance_eigh"...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Sun Oct 12 02:56:17 UTC 2025
      123.1K bytes
      Cache
     
  5. Isomap — scikit-learn 1.7.2 documentation

    eigen_solver = 'auto' , tol = 0 , max_iter = None , path_method = 'auto'...neighbors_algorithm = 'auto' , n_jobs = None , metric = 'minkowski' , p = 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html
    Sun Oct 12 02:56:16 UTC 2025
      138.9K bytes
      Cache
     
  6. Selecting dimensionality reduction with Pipelin...

    LinearSVC(dual=False, max_iter=10000))]), n_jobs=1, param_grid=[{'classify__C':...LinearSVC X , y = load_digits ( return_X_y = True ) pipe = Pipeline...
    scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html
    Sun Oct 12 02:56:16 UTC 2025
      135.6K bytes
      Cache
     
  7. Face completion with a multi-output estimators ...

    targets = fetch_olivetti_faces ( return_X_y = True ) train = data...n_faces = 5 rng = check_random_state ( 4 ) face_ids = rng . randint...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Sun Oct 12 02:56:17 UTC 2025
      99.2K bytes
      Cache
     
  8. Shrinkage covariance estimation: LedoitWolf vs ...

    color = "magenta" , linewidth = 3 , label = "Ledoit-Wolf...loglik_oa , color = "purple" , linewidth = 3 , label = "OAS estimate"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Sun Oct 12 02:56:14 UTC 2025
      108.5K bytes
      Cache
     
  9. LogisticRegressionCV — scikit-learn 1.7.2 docum...

    Cs = 10 , fit_intercept = True , cv = None , dual = False...penalty = 'l2' , scoring = None , solver = 'lbfgs' , tol = 0.0001...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Sun Oct 12 02:56:17 UTC 2025
      167.4K bytes
      Cache
     
  10. Kernel PCA — scikit-learn 1.7.2 documentation

    y = make_circles ( n_samples = 1_000 , factor = 0.3 , noise...test_ax ) = plt . subplots ( ncols = 2 , sharex = True , sharey...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Sun Oct 12 02:56:17 UTC 2025
      107.5K bytes
      Cache
     
Back to top