- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1141 - 1150 of 2,524 for 2 (0.12 sec)
-
ermaster-b-eclipse-plugin.zip
2, 3, 3, 2, 2, 3, 2, 4, 3, 3, 3, 3, 3, 3, 2, 3, 3, 4,...font.Gradl.widths=4, 4, 3, 4, 3, 2, 4, 4, 2, 2, 4, 2, 5, 4, 4, 4, 4, 3, 3,...dbflute.seasar.org/download/misc/friends/ermaster-b-eclipse-plugin.zip -
ライフランキング一覧9件中 1件から9件 - gooランキング
東京都、2位 福岡県、1位に選ばれたのは? 8 近所にあったらうれしい飲食チェーンランキング!3位 餃子の王将、2位 マクドナルド、1位は…...ランキング!5位 新潟、4位 大分、3位 秋田、2位 東京、1位は… 2 アニメ史上最も有能な艦長ランキング!ヤン・ウェ...ranking.goo.ne.jp/category/12/ -
type_of_target — scikit-learn 1.6.0 documentation
2.0 ]) 'binary' >>> type_of_target ([ 1 , 0 , 2 ]) 'multiclass'...> 1. ‘binary’: y contains <= 2 discrete values and is 1d or a...scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html -
d2_pinball_score — scikit-learn 1.6.0 documenta...
Notes Like \(R^2\) , \(D^2\) score may be negative (it...'uniform_average' ) [source] # \(D^2\) regression score function, fraction...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html -
lars_path_gram — scikit-learn 1.6.0 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...copy_X = True , eps = np.float64(2.220446049250313e-16) , copy_Gram...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
Manifold Learning methods on a severed sphere —...
2 sec MDS: 0.78 sec Spectral Embedding:...projections with matplotlib < 3.2 import mpl_toolkits.mplot3d #...scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html -
Novelty detection with Local Outlier Factor (LO...
2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html -
Post-tuning the decision threshold for cost-sen...
# (2) in Elkan paper [2]_. gain_matrix = np...metric" , ) axs [ 2 ] . legend () axs [ 2 ] . set_xlabel ( "Decision...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
fbeta_score — scikit-learn 1.7.dev0 documentation
2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...\frac{(1 + \beta^2) \text{tp}} {(1 + \beta^2) \text{tp} + \text{fp}...scikit-learn.org/dev/modules/generated/sklearn.metrics.fbeta_score.html -
inplace_column_scale — scikit-learn 1.6.0 docum...
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_column_scale.html