- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1071 - 1080 of 9,498 for 2 (0.37 seconds)
-
mean_absolute_percentage_error — scikit-l...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>..., 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 , 8....scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.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 -
Release Highlights for scikit-learn 0.24 —...
2. From 1.2, use # PartialDependenceDis...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery generated...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
TruncatedSVD — scikit-learn 1.8.0 documen...
TruncatedSVD ( n_components = 2 , * , algorithm = 'randomized'...Parameters : n_components int, default=2 Desired dimensionality of output...scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html -
decomposition.rst.txt
\frac{1}{2} ||X - Y||_{\mathrm{Fro}}^2 = \frac{1}{2} \sum_{i,j}...Y) = \frac{1}{2} ||X - Y||_{Fro}^2 = \frac{1}{2} \sum_{i,j} (X_{ij}...scikit-learn.org/stable/_sources/modules/decomposition.rst.txt -
Principal Component Regression vs Partial Least...
n_samples ) / 2 fig , axes = plt . subplots ( 1 , 2 , figsize =...) pca = PCA ( n_components = 2 ) . fit ( X ) plt . scatter (...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
Two-class AdaBoost — scikit-learn 1.8.0 d...
cov = 2.0 , n_samples = 200 , n_features = 2 , n_classes = 2 , random_state...= 300 , n_features = 2 , n_classes = 2 , random_state = 1 ) X...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html -
Plot the decision surfaces of ensembles of tree...
2 , w_pad = 0.2 , pad = 2.5 ) plt . show ()...pair in ([ 0 , 1 ], [ 0 , 2 ], [ 2 , 3 ]): for model in models...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
OPTICS — scikit-learn 1.8.0 documentation
2 (1999): 49-60. [ 2 ] Schubert, Erich, Michael...>>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...scikit-learn.org/stable/modules/generated/sklearn.cluster.OPTICS.html -
ElasticNet — scikit-learn 1.8.0 documenta...
\[\frac{1}{2 n_{\rm samples}} \cdot \|y - X w\|_2^2 + \alpha \cdot...is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html