- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1101 - 1110 of 8,237 for 2 (0.16 seconds)
-
DictionaryLearning — scikit-learn 1.8.0 d...
X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html -
Recognizing hand-written digits — scikit-...
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 -
Support Matrix | Elastic
2.2-11 and 5.2.2-13 are affected by a known...since 7.9.2 due to glibc incompatibilities. FIPS 140-2 mode requires...www.elastic.co/support/matrix -
BayesianGaussianMixture — scikit-learn 1....
2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [ 12 , 4 ],...>>> bgm . means_ array([[2.49 , 2.29], [8.45, 4.52 ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html -
adjusted_mutual_info_score — scikit-learn...
JMLR [ 2 ] Wikipedia entry for the Adjusted...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ]) 0.0 Gallery examples #...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html -
SelectorMixin — scikit-learn 1.8.0 docume...
mask [: 2 ] = True # select the first two...fit_transform ( X , y ) . shape (150, 2) fit_transform ( X , y = None...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html -
Installation sur Linux (Procédure détaillée)
2/opensearch-3.3.2-linux-x64.tar.gz $ tar...opensearch-3.3.2-linux-x64.tar.gz $ cd opensearch-3.3.2 Note Cet exemple...fess.codelibs.org/fr/15.4/install/install-linux.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 -
Programador de Tareas
configuración de rastreo web son 1 y 2, y el ID de configuración de rastreo...webConfigIds ([ "1" , "2" ] as String []) . fileConfigIds...fess.codelibs.org/es/15.3/admin/scheduler-guide.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