Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 1,998 for = (0.06 sec)

  1. 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
    Thu Jul 03 11:42:06 UTC 2025
      108.5K 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. 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
     
  5. Agglomerative clustering with different metrics...

    lines = plt . plot ( X [ y == l ] . T , c = color , alpha = 0.5...i , j ] = pairwise_distances ( X [ y == i ], X [ y == j ], metric...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering_metrics.html
    Thu Jul 03 11:42:05 UTC 2025
      111.2K bytes
      Cache
     
  6. 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
     
  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. 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
     
  9. Compressive sensing: tomography reconstruction ...

    hspace = 0.01 , wspace = 0.01 , top = 1 , bottom = 0 , left = 0 ,...x , dx = 1 , orig = 0 ): x = np . ravel ( x ) floor_x = np . floor...
    scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html
    Thu Jul 03 11:42:06 UTC 2025
      112.8K bytes
      Cache
     
  10. Simple 1D Kernel Density Estimation — scikit-le...

    if x == 0 : return "0" elif x == 1 : return "h" elif x == - 1...( left = 0.05 , right = 0.95 , hspace = 0.05 , wspace = 0.05 )...
    scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html
    Thu Jul 03 11:42:05 UTC 2025
      116.1K bytes
      Cache
     
Back to top