Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 461 - 470 of 1,998 for = (0.13 sec)

  1. Kernel PCA — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:06 UTC 2025
      107.5K bytes
      Cache
     
  2. plot_release_highlights_1_7_0.py

    """ ========== Release Highlights for scikit-learn 1.7 ==========...========== .. currentmodule:: sklearn We are pleased to announce the...
    scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py
    Thu Jul 03 11:42:05 UTC 2025
      4.7K bytes
     
  3. decomposition.rst.txt

    _decompositions: ========== Decomposing signals in components...(matrix factorization problems) ========== .. currentmodule:: sklearn.decomposition...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Thu Jul 03 11:42:07 UTC 2025
      45.8K bytes
      5 views
     
  4. OOB Errors for Random Forests — scikit-learn 1....

    y = make_classification ( n_samples = 500 , n_features = 25...n_clusters_per_class = 1 , n_informative = 15 , random_state = RANDOM_STATE...
    scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html
    Thu Jul 03 11:42:05 UTC 2025
      93.9K bytes
      Cache
     
  5. LogisticRegressionCV — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:05 UTC 2025
      167.2K bytes
      Cache
     
  6. plot_release_highlights_1_7_0.rst.txt

    y: ========== Release Highlights for scikit-learn 1.7 ==========...========== .. currentmodule:: sklearn We are pleased to announce the...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_7_0.r...
    Thu Jul 03 11:42:05 UTC 2025
      66.3K bytes
     
  7. OPTICS — scikit-learn 1.7.0 documentation

    min_samples = 5 , max_eps = inf , metric = 'minkowski' , p = 2 , metric_params...metric_params = None , cluster_method = 'xi' , eps = None , xi = 0.05...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.OPTICS.html
    Thu Jul 03 11:42:05 UTC 2025
      136K bytes
      Cache
     
  8. Plot the support vectors in LinearSVC — scikit-...

    clf = LinearSVC ( C = C , loss = "hinge" , random_state = 42 )...1 ], c = y , s = 30 , cmap = plt . cm . Paired ) ax = plt . gca...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Thu Jul 03 11:42:05 UTC 2025
      91.7K bytes
      Cache
     
  9. MDS — scikit-learn 1.7.0 documentation

    n_components = 2 , * , metric = True , n_init = 'warn' , max_iter = 300...verbose = 0 , eps = 1e-06 , n_jobs = None , random_state = None...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html
    Thu Jul 03 11:42:06 UTC 2025
      136.9K bytes
      Cache
     
  10. CalibratedClassifierCV — scikit-learn 1.7.0 doc...

    estimator = None , * , method = 'sigmoid' , cv = None , n_jobs = None..., y = make_classification ( n_samples = 100 , n_features = 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Thu Jul 03 11:42:05 UTC 2025
      154.7K bytes
      Cache
     
Back to top