- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 911 - 920 of 3,200 for 2 (0.31 sec)
-
safe_sparse_dot — scikit-learn 1.7.2 documentation
2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html -
Overview of multiclass training meta-estimators...
code_size = 2 ) cv_results_tree = cross_validate..., X , y , cv = cv , n_jobs = 2 ) cv_results_ovo = cross_validate...scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.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 -
Single estimator versus bagging: bias-variance ...
- ( x ** 2 )) + 1.5 * np . exp ( - (( x - 2 ) ** 2 )) def generate...{0} : {1:.4f} (error) = {2:.4f} (bias^2) " " + {3:.4f} (var) +...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html -
Biclustering documents with the Spectral Co-clu...
veal bicluster 2 : 1259 documents, 3534 words categories...scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html -
髙橋藍、人気俳優とのバースデー2ショットを披露→「お似合い」「絵になる2人」と大反響
髙橋藍、人気俳優とのバースデー2ショットを披露→「お似合い」「絵になる2人」と大反響 バレーボール男子日本代表の髙橋藍選手が9月2日にIns...バレーボール男子日本代表の髙橋藍選手が9月2日にInstagramを更新。俳優の高橋文哉さんとの2ショットを披露しました。 髙橋藍選手(時事)...www.buzzfeed.com/jp/yukiadachi/takahashiran-birthday2shot -
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 -
label_ranking_loss — scikit-learn 1.7.2 documen...
2 , 0.1 ]] >>> label_ranking_loss...scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html -
HuberRegressor vs Ridge on dataset with strong ...
2.0 , size = 4 ) X_outliers [: 2 , :] += X . max...y_outliers [: 2 ] += y . min () - y . mean () / 4.0 y_outliers [ 2 :] +=...scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.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