- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 851 - 860 of 2,291 for 2 (0.11 sec)
-
Comparison of Calibration of Classifiers — scik...
only 2 are informative, 2 are # redundant (random...20 , n_informative = 2 , n_redundant = 2 , random_state = 42 )...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
1.10. Decision Trees — scikit-learn 1.7.0 docum...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...scikit-learn.org/stable/modules/tree.html -
PoissonRegressor — scikit-learn 1.7.0 documenta...
determination R^2. R^2 uses squared error and D^2 uses the deviance...PoissonRegressor () >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html -
『広島カープ』パレデス、獲得か - いまトピランキング
ムをフォローしていたことが判明し、支配下登録枠68人中残り2人という状況も手伝って、「次の一手はパレデスか」と一気に盛り...れている。あくまで「期待値」の域を出ないものの、広島の残り2枠をめぐる駆け引きは、これから一気に熱を帯びることだろう。 ...news.goo.ne.jp/iw/268662/『広島カープ』パレデス、獲得か -
indexable — scikit-learn 1.7.0 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 -
dbscan — scikit-learn 1.7.0 documentation
2 ], [ 2 , 2 ], [ 2 , 3 ], [ 8 , 7 ], [ 8...min_samples = 2 ) >>> core_samples array([0, 1, 2, 3, 4]) >>> labels...scikit-learn.org/stable/modules/generated/dbscan-function.html -
Dimensionality Reduction with Neighborhood Comp...
( n_components = 2 )) # Reduce dimension to 2 with NeighborhoodComponen...the different samples on the 2 first principal components. Linear...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
PLSRegression — scikit-learn 1.7.0 documentation
[ 2. , 2. , 2. ], [ 2. , 5. , 4. ]] >>> y =...= [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 , 12.3...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html -
TransformedTargetRegressor — scikit-learn 1.7.0...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...The function needs to return a 2-dimensional array. inverse_func...scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.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