- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1031 - 1040 of 2,482 for 2 (0.11 sec)
-
nan_euclidean_distances — scikit-learn 1.7.2 do...
is: \[\sqrt{\frac{4}{2}((3-1)^2 + (6-5)^2)}\] If all the coordinates...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html -
Column Transformer with Heterogeneous Data Sour...
We will only use posts from 2 categories to speed up running...empty ( shape = ( len ( posts ), 2 ), dtype = object ) for i , text...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html -
Permutation Importance with Multicollinear or C...
n_jobs = 2 ) perm_sorted_idx = result . importances_mean...score ( X_test , y_test ) : .2 } " ) Baseline accuracy on test...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
Effect of transforming the targets in regressio...
subplots ( 2 , 2 , sharey = "row" , figsize =...ax1 ) = plt . subplots ( 1 , 2 ) ax0 . hist ( y , bins = 100...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
Recognizing hand-written digits — scikit-learn ...
turning each 2-D array of grayscale values from...0.99 0.99 88 1 0.99 0.97 0.98 91 2 0.99 0.99 0.99 86 3 0.98 0.87...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
Demo of HDBSCAN clustering algorithm — scikit-l...
2 , 0.35 , 1.35 , 1.35 ], random_state...fig , axes = plt . subplots ( 2 , 1 , figsize = ( 10 , 8 )) params...scikit-learn.org/stable/auto_examples/cluster/plot_hdbscan.html -
Image denoising using kernel PCA — scikit-learn...
(( X_test - X_test_noisy ) ** 2 ) : .2f } " ) Learn the PCA basis...X_test - X_reconstructed_pca ) ** 2 ) : .2f } " , ) plot_digits (...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
In Fess make Apache Solr based search Server-Mo...
fess.codelibs.org/articles/article-2.html -
Multilabel classification using a classifier ch...
yeast dataset which contains 2,417 datapoints each with 103 features...train_test_split ( X , Y , test_size = 0.2 , random_state = 0 ) Fit models...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
1.7. Gaussian Processes — scikit-learn 1.7.2 do...
log-transformed [[ -inf 2.30258509] [ -inf 2.30258509] [ -inf 2.30258509]]...\left(1 + \frac{d(x_i, x_j)^2}{2\alpha l^2}\right)^{-\alpha}\] The...scikit-learn.org/stable/modules/gaussian_process.html