- Sort Score
- Num 10 results
- Language All
- Labels All
Results 711 - 720 of over 10,000 for 2 (1.06 seconds)
-
Gradient Boosting regularization — scikit...
2, max_features=2" , "magenta"..."learning_rate" : 0.2 , "max_features" : 2 }, ), ]: params...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html -
test.log
2024-11-13 10:00:05 INFO [worker-2] Indexing document: test.pdf 2024-11-13...2024-11-13 10:00:06 DEBUG [worker-2] Extracted text content: 吾輩は猫である。名前はまだない。...raw.githubusercontent.com/codelibs/fess-testdata/master/files/logs/test.log -
Type (Spring Framework 7.0.0 API)
2 for long and double , 0 for void...(argumentsSize << 2) | returnSize (argumentsSize is...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/asm/Type.html -
radius_neighbors_graph — scikit-learn 1.8...
p = 2 , metric_params = None , include_self...standard Euclidean distance when p = 2. See the documentation of scipy.spatial.distance...scikit-learn.org/stable/modules/generated/sklearn.neighbors.radius_neighbors_graph.html -
confusion_matrix_at_thresholds — scikit-l...
array([2., 1., 1., 0.]) >>> fps array([0., 1., 1., 2.])...>>> tps array([1., 1., 2., 2.]) >>> thresholds array([0.8...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix_at_thresholds.html -
MiniBatchNMF — scikit-learn 1.8.0 documen...
||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html -
LassoCV — scikit-learn 1.8.0 documentation
it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
inplace_csr_row_normalize_l2 — scikit-lea...
2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...>>> indptr = np . array ([ 0 , 2 , 3 , 4 ]) >>> indices...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
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 -
ClassifierMixin — scikit-learn 1.8.0 docu...
scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html