Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 1,996 for = (0.13 sec)

  1. Comparison of LDA and PCA 2D projection of Iris...

    [ y == i , 0 ], X_r2 [ y == i , 1 ], alpha = 0.8 , color = color...( X_r [ y == i , 0 ], X_r [ y == i , 1 ], color = color , alpha...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html
    Thu Jul 03 11:42:05 UTC 2025
      92.9K bytes
      Cache
     
  2. Isomap — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:05 UTC 2025
      138.9K bytes
      Cache
     
  3. ExtraTreesRegressor — scikit-learn 1.7.0 docume...

    n_estimators = 100 , * , criterion = 'squared_error' , max_depth = None...min_weight_fraction_leaf = 0.0 , max_features = 1.0 , max_leaf_nodes = None , ...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Thu Jul 03 11:42:06 UTC 2025
      162.2K 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
    Thu Jul 03 11:42:05 UTC 2025
      123.1K bytes
      Cache
     
  5. lars_path — scikit-learn 1.7.0 documentation

    alpha_min = 0 , method = 'lar' , copy_X = True , eps = np.float64...X , y , Xy = None , * , Gram = None , max_iter = 500 , alpha_min...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Thu Jul 03 11:42:06 UTC 2025
      120.5K bytes
      Cache
     
  6. 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
     
  7. LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute

    @Java // ========== // Verify Anything // ========== // ----------...transitionKey); } // ========== // Small Facade // ========== // ----------...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html
    Fri Jun 13 09:55:28 UTC 2025
      36.8K bytes
      1 views
      Cache
     
  8. 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
     
  9. 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
     
  10. 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
     
Back to top