- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1491 - 1500 of over 10,000 for 2 (0.39 seconds)
-
lars_path_gram — scikit-learn 1.8.0 docum...
float64(2.220446049250313e-16) , copy_Gram...case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
Statistical comparison of models using grid sea...
factorial ( 2 ) * factorial ( len ( model_scores ) - 2 ) ) pairwise_t_test..."poly" ], "degree" : [ 2 , 3 ]}, { "kernel" :...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
Procedimientos de Actualización
mantenimiento recomendado : Total 2 ~ 4 horas Paso 1: Respaldo de...ckup/snapshot_1" Método 2: Respaldo de Todo el Directorio...fess.codelibs.org/es/15.5/install/upgrade.html -
Configuración de Memoria
export FESS_HEAP_SIZE = 2 g Unidades: m : megabytes g :.../etc/sysconfig/fess . FESS_HEAP_SIZE = 2 g Para paquetes DEB, edite /etc/default/fess...fess.codelibs.org/es/15.5/config/setup-memory.html -
adjusted_rand_score — scikit-learn 1.8.0 ...
scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html -
plot_classifier_comparison.ipynb
n n_features=2, n_redundant=0, n_informative=2, random_state=1,... = np.random.RandomState(2)\nX += 2 * rng.uniform(size=X.sha...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
Comparing different clustering algorithms on to...
xlim ( - 2.5 , 2.5 ) plt . ylim ( - 2.5 , 2.5 ) plt . xticks..."quantile" : 0.2 , "n_clusters" : 2 , "min_samples"...scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html -
plot_release_highlights_1_8_0.zip
2, 2) x2, y2 = S_scaling.T ax2.scatter(x2,...n\nax2 = fig.add_subplot(1, 2, 2)\nx2, y2 = S_scaling.T\nax2.scatter(x2,...scikit-learn.org/stable/_downloads/195570df7730e31327589be9e4984333/plot_release_highlights_1_8_0... -
robust_scale — scikit-learn 1.8.0 documen...
scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.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