- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 801 - 810 of 2,291 for 2 (0.07 sec)
-
LarsCV — scikit-learn 1.7.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
sort_graph_by_row_values — scikit-learn 1.7.0 d...
2. ], ... [ 1. , 2. , 0. ]]) >>> X . data...data array([3., 1., 3., 2., 1., 2.]) >>> X_ = sort_graph_by_row_values...scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html -
gooランキング - あらゆるものをランキングで紹介!ランキングの総合サイト
ぶっちゃけ漢字で書けない都道府県ランキング 2位岐阜県 ぶっちゃけ漢字で書けない都道府県ランキング 2位岐阜県 地域 2018年01月04日...読めたらすごい!宮城の難読駅名ランキング!3位 榴ケ岡(つつじがおか)、2位 野蒜(のびる)、1位は… 2 一番好きな異世界転生アニメランキング!「転...ranking.goo.ne.jp/ -
ElasticNetCV — scikit-learn 1.7.0 documentation
objective is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
DBFlute : Migration : Basic
2から0.8.9.3への移行時の注意 *.NET版のみ DBFlute-0.8.9.1から0.8.9.2への移行時の注意...DBFlute-0.8.8.2から0.8.8.3への移行時の注意 DBFlute-0.8.8.1から0.8.8.2への移行時の注意 ...dbflute.seasar.org/ja/oldmigration/basic.html -
dict_learning_online — scikit-learn 1.7.0 docum...
_Fro ^ 2 + alpha * || U || _1 , 1 ( U , V ) with || V_k || _2 = 1...X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning_online.html -
accuracy_score — scikit-learn 1.7.0 documentation
2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>> accuracy_score...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 Gallery examples # Plot...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html -
mean_squared_log_error — scikit-learn 1.7.0 doc...
2 ], [ 7 , 6 ]] >>> y_pred = [[ 0.5 , 2 ], [ 1 , 2.5 ],...y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4 , 8 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html -
Gaussian Mixture Model Sine Curve — scikit-lear...
eigh ( covar ) v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...mean_precision_prior = 1e-2 , covariance_prior = 1e0 * np . eye ( 2 ), init_params...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_sin.html -
inplace_csr_column_scale — scikit-learn 1.7.0 d...
2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ]) >>>...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse . csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html