- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 951 - 960 of 2,291 for 2 (0.09 sec)
-
single_source_shortest_path_length — scikit-lea...
2: 2} >>> graph = np . ones (( 6...h ( graph , 2 ) . items ()) [(0, 1), (1, 1), (2, 0), (3, 1),...scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length.... -
inplace_csr_row_normalize_l2 — scikit-learn 1.7...
2 , 3 , 4 ]) >>> indices = np . array ([ 0 , 1 , 2 , 3 ])...>>> data = np . array ([ 1.0 , 2.0 , 3.0 , 4.0 ]) >>> X = csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
はてなブックマーク
新じゃがいも 1個(150g程度) ごま油 大さじ1/2 粗びき黒こしょう 小さじ1/2+お好みの量 暮らし 2025/06/06 09:07...年はかなり厳しい気がする。 いや、5年後ももはやわからない。 ここ 1,2 年の間に就職すれば、その会社で 5 年以上はまだ働けるかもしれない。...b.hatena.ne.jp/ -
LastaFluteのJakarta対応 (Java21) | LastaFlute
Taglib 2.0.0 (2024/08/21) JettyBoot 2.0.0 (まだ) TomcatBoot 2.0.0...LastaFluteのライブラリは、全体的に 2.0.0 以降がJakarta対応です。 リリース一覧 LastaFlute 2.0.0 (2024/08/21)...dbflute.seasar.org/ja/lastaflute/howto/upgrade/lakarta.html -
Ridge — scikit-learn 1.7.0 documentation
function: || y - Xw ||^ 2_2 + alpha * || w ||^ 2_2 This model solves...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.Ridge.html -
AffinityPropagation — scikit-learn 1.7.0 docume...
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...cluster_centers_ array([[1, 2], [4, 2]]) For an example usage, see...scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html -
PolynomialCountSketch — scikit-learn 1.7.0 docu...
degree = 2 , coef0 = 0 , n_components = 100...approximated. degree int, default=2 Degree of the polynomial kernel...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html -
RationalQuadratic — scikit-learn 1.7.0 document...
x_j)^2 }{ 2\alpha l^2}\right)^{-\alpha}\] where...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.8881, 0.0566, 0.05518],...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html -
all_estimators — scikit-learn 1.7.0 documentation
<class 'tuple'> >>> estimators [: 2 ] [('ARDRegression', <class '..."classifier" ) >>> classifiers [: 2 ] [('AdaBoostClassifier', <class...scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_estimators.html -
Using KBinsDiscretizer to discretize continuous...
subplots ( ncols = 2 , sharey = True , figsize = (...predict ( line ), linewidth = 2 , color = "green" , label = "linear...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html