- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1271 - 1280 of 2,486 for 2 (0.07 sec)
-
median_absolute_error — scikit-learn 1.6.0 docu...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...]] >>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>> median_absolute_error...scikit-learn.org/stable/modules/generated/sklearn.metrics.median_absolute_error.html -
LassoLars — scikit-learn 1.6.0 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 -
ハンズオンセクション 3 | DBFlute
[2] 会員ステータスと会員セキュリティ情報も取得して会員を検索...※カージナリティを意識しましょう [3] 会員セキュリティ情報のリマインダ質問で2という文字が含まれている会員を検索 会員セキュリティ情報のデータ自体は要らない...dbflute.seasar.org/ja/tutorial/handson/section03.html -
Sum — scikit-learn 1.6.0 documentation
takes two kernels \(k_1\) and \(k_2\) and combines them via \[k_{sum}(X,...\[k_{sum}(X, Y) = k_1(X, Y) + k_2(X, Y)\] Note that the __add__ magic...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html -
Understanding the decision tree structure — sci...
3] = 2.4) > 0.800000011920929) decision node 2 : (X_test[0,...0.800000011920929 else to node 2. node=1 is a leaf node with value=[[1....scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html -
OrdinalEncoder — scikit-learn 1.6.0 documentation
transform ( X_test ) array([[2.], [0.], [1.], [2.], [3.], [4.]]) fit (...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Categorical...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html -
VotingRegressor — scikit-learn 1.6.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4 , 16 ],...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html -
murmurhash3_32 — scikit-learn 1.6.0 documentation
to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>> from...to an unsigned int from 0 to 2 ** 32 - 1 False: the results is...scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html -
PolynomialCountSketch — scikit-learn 1.6.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 -
AffinityPropagation — scikit-learn 1.6.0 docume...
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...cluster_centers_ array([[1, 2], [4, 2]]) fit ( X , y = None ) [source]...scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html