- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 761 - 770 of 2,291 for 2 (0.09 sec)
-
resample — scikit-learn 1.7.0 documentation
2)> >>> X_sparse . toarray () array([[1., 0.], [2., 1.],...= np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>> y =...scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html -
Matern — scikit-learn 1.7.0 documentation
\frac{1}{\Gamma(\nu)2^{\nu-1}}\Bigg( \frac{\sqrt{2\nu}}{l} d(x_i ,...the RBF kernel. When \(\nu = 1/2\) , the Matérn kernel becomes...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html -
Theil-Sen Regression — scikit-learn 1.7.0 docum...
Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html -
DBFluteの移行情報 | DBFlute
2.5 から 1.2.6 への移行 *ポイントあり DBFlute-1.2.0 から 1.2.1 への移行...DBFlute-1.1.2 から 1.1.4 への移行 *ポイントあり DBFlute-1.1.1 から 1.1.2 への移行 *ポイントあり...dbflute.seasar.org/ja/environment/upgrade/migration/index.html -
Plot classification probability — scikit-learn ...
figsize = ( 4 * 2.2 , n_classifiers * 2.2 ), ) evaluation_results...load_iris () X = iris . data [:, 0 : 2 ] # we only take the first two...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
unique_labels — scikit-learn 1.7.0 documentation
2 , 3 , 4 ], [ 2 , 2 , 3 , 4 ]) array([1, 2, 3, 4]) >>>...unique_labels ([ 1 , 2 , 10 ], [ 5 , 11 ]) array([ 1, 2, 5, 10, 11])...scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.unique_labels.html -
Java - map() and flatMap() | DBFlute
----> | 1 | | {2, "land"} | mb.getMemberId() | 2 | | {3, "piary"}...flatMap() ----> | {103, 2, ...} | | {2, "land"} | mb.getPurchaseList()...dbflute.seasar.org/ja/manual/topic/programming/java/java8/mapandflat.html -
RadiusNeighborsRegressor — scikit-learn 1.7.0 d...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
Groovy API | Elastic
API: 2.4 Groovy API: 2.3 Groovy API: 2.2 Groovy API: 2.1 Groovy...Groovy API: 2.0 Groovy API: 1.7 Groovy API: 1.6 Groovy API: 1.5...www.elastic.co/guide/en/elasticsearch/client/groovy-api/index.html -
Illustration of prior and posterior Gaussian pr...
0 ] - 2.5 ) ** 2 ) n_samples = 5 Kernel cookbook...0.799**2 * ExpSineSquared(length_scale=0.791, periodicity=2.87)...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_prior_posterior.html