- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 831 - 840 of 3,200 for 2 (0.16 sec)
-
Metadata Routing — scikit-learn 1.7.2 documenta...
2 , size = n_samples ) my_groups...scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html -
Density Estimation for a Gaussian mixture — sci...
2 ) + np . array ([ 20 , 20 ]) #...random . randn ( n_samples , 2 ), C ) # concatenate the two datasets...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_pdf.html -
Column Transformer with Mixed Types — scikit-le...
float64 dtypes: category(2), float64(2), int64(1) memory usage:...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery generated...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
Robust vs Empirical covariance estimate — sciki...
subplot ( 2 , 1 , 1 ) lw = 2 plt . errorbar ( range_n_outliers..."Error ($||\mu - \hat{\mu}||_2^2$)" ) plt . legend ( loc = "upper...scikit-learn.org/stable/auto_examples/covariance/plot_robust_vs_empirical_covariance.html -
Scaling the regularization parameter for SVCs —...
logspace ( - 2.3 , - 1.3 , 10 ) train_sizes =...param_range = Cs , cv = cv , n_jobs = 2 , ) results [ label ] = test_scores...scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html -
Gaussian Mixture Model Sine Curve — scikit-lear...
eigh ( covar ) v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...mean_precision_prior = 1e-2 , covariance_prior = 1e0 * np . eye ( 2 ), init_params...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_sin.html -
inplace_swap_column — scikit-learn 1.7.2 docume...
2 , 3 , 3 , 3 ]) >>> indices = np . array ([ 0 , 2 , 2 ])...>>> data = np . array ([ 8 , 2 , 5 ]) >>> csr = sparse . csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html -
ダウンロード
OpenSearch 2.1.0 ) Fess 14.2.0 ( Java 17 , Elasticsearch 8.2.2 , OpenSearch...7.15.2 ) Fess 13.14.1 ( Elasticsearch 7.14.2 ) Fess 13.13.2 ( Elasticsearch...fess.codelibs.org/ja/downloads.html -
inplace_row_scale — scikit-learn 1.7.2 document...
2 , 3 , 4 , 5 ]) >>> indices = np . array ([ 0 , 1 , 2 , 3...([ 8 , 1 , 2 , 5 , 6 ]) >>> scale = np . array ([ 2 , 3 , 4 ,...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html -
Neighborhood Components Analysis Illustration —...
n_features = 2 , n_informative = 2 , n_redundant = 0 ,...fit ( X , y ) plt . figure ( 2 ) ax2 = plt . gca () X_embedded...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html