- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1071 - 1080 of 2,486 for 2 (0.07 sec)
-
Release Highlights for scikit-learn 1.5 — sciki...
nothing; each false negative costs 2; each false positive costs 0.1...."all" ) . ravel () return tp - 2 * fn - 0.1 * fp print ( "Untuned...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.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 -
移行 0.9.8.2 to 0.9.8.3 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate0982to0983.html -
set_config — scikit-learn 1.7.2 documentation
2. transform_output str, default=None...“default”. Added in version 1.2. Added in version 1.4: "polars"...scikit-learn.org/stable/modules/generated/sklearn.set_config.html -
移行 0.9.6.2 to 0.9.6.3 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate0962to0963.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 -
移行 0.9.5.2 to 0.9.5.3 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate0952to0953.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 -
Compare BIRCH and MiniBatchKMeans — scikit-lear...
000 samples and 2 features generated using make_blobs....scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.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