- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 821 - 830 of 3,200 for 2 (0.5 sec)
-
chi2_kernel — scikit-learn 1.7.2 documentation
y) = exp(-gamma Sum [(x - y)^2 / (x + y)]) It can be interpreted...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html -
grid_to_graph — scikit-learn 1.7.2 documentation
'int64' with 2 stored elements and shape (2, 2)> Coords Values...= bool ) >>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>> graph =...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.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 -
移行 1.0.2 to 1.0.3 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate102to103.html -
Multi-dimensional scaling — scikit-learn 1.7.2 ...
X_true ** 2 ) . sum ()) / np . sqrt (( X_nmds ** 2 ) . sum ())...X_true = rng . randint ( 0 , 20 , 2 * n_samples ) . astype ( float...scikit-learn.org/stable/auto_examples/manifold/plot_mds.html -
Version 0.14 — scikit-learn 1.7.2 documentation
Roland 2 Diego Molla 2 Imran Haque 2 Jochen Wersdörfer 2 Sergey...Sergey Karayev 2 Yannick Schwartz 2 jamestwebber 1 Abhijeet Kolhe...scikit-learn.org/stable/whats_new/v0.14.html -
9.1. Strategies to scale computationally: bigge...
scikit-learn.org/stable/computing/scaling_strategies.html -
__sklearn_is_fitted__ as Developer API — scikit...
The__sklearn_is_fitted__ method is a convention used in scikit-learn for checking whether an estimator object has been fitted or not. This method is typically implemented in custom estimator classe...scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html -
Map data to a normal distribution — scikit-lear...
figaspect ( 2 )) axes = axes . flatten () axes_idxs..., 9 ), ( 1 , 4 , 7 , 10 ), ( 2 , 5 , 8 , 11 ), ( 12 , 15 , 18...scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html -
3.3. Tuning the decision threshold for class pr...
DecisionTreeClassifi ( max_depth = 2 , random_state = 0 ) . fit ( X...best_score_ np.float64(0.86) 3.3.1.2. Important notes regarding the...scikit-learn.org/stable/modules/classification_threshold.html