- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1111 - 1120 of 2,385 for 2 (0.07 sec)
-
Release Highlights for scikit-learn 1.4 — sciki...
2 Release Highlights for scikit-learn 1.2 Release Highlights...fetch_openml ( "adult" , version = 2 , return_X_y = True ) # Remove...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html -
Release Highlights for scikit-learn 1.3 — sciki...
gamma ( shape = 2 , scale = np . exp ( X @ coef ) / 2 ) gbdt = HistGradientBoosting...] * 30 + [ 20.4 ] * 20 + [ 21.2 ] * 38 enc = TargetEncoder ( random_state...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html -
inplace_csr_row_normalize_l2 — scikit-learn 1.7...
2 , 3 , 4 ]) >>> indices = np . array ([ 0 , 1 , 2 , 3 ])...>>> data = np . array ([ 1.0 , 2.0 , 3.0 , 4.0 ]) >>> X = csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
single_source_shortest_path_length — scikit-lea...
2: 2} >>> graph = np . ones (( 6...h ( graph , 2 ) . items ()) [(0, 1), (1, 1), (2, 0), (3, 1),...scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length.... -
MNIST classification using multinomial logistic...
subplot ( 2 , 5 , i + 1 ) l1_plot . imshow...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
移行 0.9.7.1 to 0.9.7.2 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate0971to0972.html -
A demo of K-Means clustering on the handwritten...
can use PCA to project into a 2-dimensional space and plot the...reduced_data = PCA ( n_components = 2 ) . fit_transform ( data ) kmeans...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html -
Nested versus non-nested cross-validation — sci...
This example compares non-nested and nested cross-validation strategies on a classifier of the iris data set. Nested cross-validation (CV) is often used to train a model in which hyperparameters al...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html -
Comparison of the K-Means and MiniBatchKMeans c...
2 ) for k , col in zip ( range (...scikit-learn.org/stable/auto_examples/cluster/plot_mini_batch_kmeans.html -
Clustering text documents using k-means — sciki...
moon like mission just Cluster 2: god jesus bible believe christian...) = plt . subplots ( ncols = 2 , figsize = ( 16 , 6 ), sharey...scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html