- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of 1,998 for = (0.06 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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