- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1491 - 1500 of 8,717 for 2 (0.22 seconds)
-
3. Model selection and evaluation — sciki...
2.2. Randomized Parameter Optimization 3.2.3. Searching...score 3.2. Tuning the hyper-parameters of an estimator 3.2.1. Exhaustive...scikit-learn.org/stable/model_selection.html -
Lucene Change Log
releases before 2.3, but was broken in 2.3 and 2.4, and is now...FST can now be larger than 2.1 GB / 2.1 B nodes. (James Dyer, Mike...lucene.apache.org/core/4_7_0/changes/Changes.html -
RepeatedStratifiedKFold — scikit-learn 1....
index=[1 2] Fold 2: Train: index=[1 3] Test: index=[0 2] Fold 3:...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
Release Highlights for scikit-learn 0.23 —...
2. From 1.2, use # PartialDependenceDis...lam = np . exp ( X [:, 5 ]) / 2 ) X_train , X_test , y_train ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html -
Forecasting of CO2 level on Mona Loa dataset us...
co2_kernel 50**2 * RBF(length_scale=50) + 2**2 * RBF(length_scale=100)...GaussianProcessRegre(kernel=50**2 * RBF(length_scale=50) + 2**2 * RBF(length_scale=100)...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_co2.html -
mean_gamma_deviance — scikit-learn 1.8.0 ...
2. , 2. ] >>> mean_gamma_deviance...with the power parameter power=2 . It is invariant to scaling of...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html -
CachingConnectionFactory (Spring Framework 7.0....
JMS 2.0 JMSContext calls and therefore requires the JMS 2.0 API...(bound to the JMS 2.0 API) as long as no actual JMS 2.0 calls are triggered...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jms/connection/Cachi... -
Gaussian Mixture Model Ellipsoids — sciki...
eigh ( covar ) v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...n_samples , 2 ), C ), 0.7 * np . random . randn ( n_samples , 2 ) + np...scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html -
Single estimator versus bagging: bias-variance ...
- ( x ** 2 )) + 1.5 * np . exp ( - (( x - 2 ) ** 2 )) def generate...{0} : {1:.4f} (error) = {2:.4f} (bias^2) " " + {3:.4f}...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html -
d2_tweedie_score — scikit-learn 1.8.0 doc...
Like R^2, D^2 score may be negative (it need..., power = 0 ) [source] # \(D^2\) regression score function, fraction...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html