- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1121 - 1130 of 2,524 for 2 (0.09 sec)
-
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 -
Ridge coefficients as a function of the L2 Regu...
- X \beta \|^{2}_{2} + \alpha \| \beta \|^{2}_{2}\) where \(X\)...side (e.g. \(\|y - X\beta\|^{2}_{2}\) ) measures the squared difference...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
MultiTaskLassoCV — scikit-learn 1.6.0 documenta...
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ Fro_2 + alpha * ||...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
Java - map() and flatMap() | DBFlute
----> | 1 | | {2, "land"} | mb.getMemberId() | 2 | | {3, "piary"}...flatMap() ----> | {103, 2, ...} | | {2, "land"} | mb.getPurchaseList()...dbflute.seasar.org/ja/manual/topic/programming/java/java8/mapandflat.html -
RadiusNeighborsRegressor — scikit-learn 1.6.0 d...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
投票 - 一番おいしいカップ焼きそばは? - gooランキング
大阪、2位 神奈川、1位は… 2 子どもを連れて行きたい都道府県ランキング!5位 大阪、4位 千葉、3位 沖縄、2位 北海道、意外な1位は…...にか」、2位「孤狼の血」、1位は… 正直一番うまい『板チョコ』ランキング!3位「明治ブラックチョコレート」、2位「ガーナミルク」、1位は…...ranking.goo.ne.jp/vote/4323/ -
Probability Calibration curves — scikit-learn 1...
add_subplot ( gs [: 2 , : 2 ]) calibration_displays = {}...histogram grid_positions = [( 2 , 0 ), ( 2 , 1 ), ( 3 , 0 ), ( 3 ,...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html -
LabelEncoder — scikit-learn 1.7.dev0 documentation
array([2, 2, 1]...) >>> list ( le . inverse_transform ([ 2 , 2 ,...LabelEncoder () >>> le . fit ([ 1 , 2 , 2 , 6 ]) LabelEncoder() >>> le...scikit-learn.org/dev/modules/generated/sklearn.preprocessing.LabelEncoder.html -
d2_tweedie_score — scikit-learn 1.6.0 documenta...
Like R^2, D^2 score may be negative (it need..., power = 0 ) [source] # \(D^2\) regression score function, fraction...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html -
Ledoit-Wolf vs OAS estimation — scikit-learn 1....
subplot ( 2 , 1 , 2 ) plt . errorbar ( n_samples_range...shrinkage_ # plot MSE plt . subplot ( 2 , 1 , 1 ) plt . errorbar ( n_samples_range...scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html