- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 991 - 1000 of 2,296 for 2 (0.36 sec)
-
fetch_openml — scikit-learn 1.6.1 documentation
2 Release Highlights for scikit-learn 1.2 Release Highlights...selected. Added in version 1.2. Changed in version 1.4: The default...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html -
MultiOutputRegressor — scikit-learn 1.6.1 docum...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination \(R^2\) is defined as \((1 - \frac{u}{v})\)...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html -
indexable — scikit-learn 1.6.1 documentation
2 , 3 ], np . array ([ 2 , 3 , 4 ]), None ,...indexable ( * iterables ) [[1, 2, 3], array([2, 3, 4]), None, <...Sparse...dtype...scikit-learn.org/stable/modules/generated/sklearn.utils.indexable.html -
「WindowsPC設定作業(追加)-(5)」の仕事依頼【ジョブハブ】
PCデータ移行作業:2,000円/台 ※1日当たり12台を目標に作業をしていただきます。 ◆作業可能日 2019年2月9日(土)...2019年2月9日(土) 9:00~17:30 2019年2月10日(日) 9:00~17:30 2019年2月11日(月) ※予備日 ※1日だけの稼働でもエントリー可能です。...jobhub.jp/jobs/37589 -
Successive Halving Iterations — scikit-learn 1....
"min_samples_split" : randint ( 2 , 11 ), "bootstrap" : [ True ,...param_distributions = param_dist , factor = 2 , random_state = rng ) rsh . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
maihamadb properties
- info 2 The log level for logback production - info 2 The log...off 2 The log console level for logback production - off 2 The...dbflute.seasar.org/ja/data/doc/harbor/properties-maihamadb.html -
check_consistent_length — scikit-learn 1.6.1 do...
2 , 3 ] >>> b = [ 2 , 3 , 4 ] >>> check_consistent_length...scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.html -
roc_curve — scikit-learn 1.6.1 documentation
2 , 2 ]) >>> scores = np . array ([...Returns : fpr ndarray of shape (>2,) Increasing false positive rates...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html -
LassoLars — scikit-learn 1.6.1 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html -
Comparison of kernel ridge regression and SVR —...
1e-2 , 1e-3 ], "gamma" : np . logspace ( - 2 , 2 , 5 )},..."gamma" : np . logspace ( - 2 , 2 , 5 )}, ) kr = GridSearchCV...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html