- Sort Score
- Num 10 results
- Language All
- Labels All
Results 791 - 800 of over 10,000 for 1 (0.21 seconds)
-
MBeanServerConnectionFactoryBean (Spring Framew...
FactoryBean that creates a JMX 1.2 MBeanServerConnectio to a remote...MBeanServer for bean references. Since: 1.2 Author: Rob Harrop, Juergen...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jmx/support/MBeanSer... -
Tweedie regression on insurance claims — ...
tweedie_powers = [ 1.5 , 1.7 , 1.8 , 1.9 , 1.99 , 1.999 , 1.9999 ] scores_product_model...dev p=1.9990 1.914574e+03 1.914370e+03 1.914537e+03 1.914388e+03...scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html -
AbstractListenerWriteProcessor (Spring Framewor...
1 Method Details getLogPrefix public...configured log prefix. Since: 5.1 onSubscribe public final ...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/server/reactive... -
HuberRegressor vs Ridge on dataset with strong ...
) epsilon_values = [ 1 , 1.5 , 1.75 , 1.9 ] for k , epsilon in...n_samples = 20 , n_features = 1 , random_state = 0 , noise = 4.0...scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.html -
AbstractHttpMessageConverter (Spring Framework ...
1 supports protected abstract ...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/converter/Abstr... -
Robust linear model estimation using RANSAC ...
n_features = 1 , n_informative = 1 , noise = 10 , coef...normal ( size = ( n_outliers , 1 )) y [: n_outliers ] = - 3 + 10...scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html -
SpringValidatorAdapter (Spring Framework 7.0.1 ...
1.8 See Also: getArgumentsForConst(String,...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/validation/beanvalid... -
Post-tuning the decision threshold for cost-sen...
array([1.e-06, 1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00,...array([1.e-06, 1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00,...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
Comparison of kernel ridge and Gaussian process...
reshape ( - 1 , 1 ) target = np . sin ( data )...ExpSineSquared(length_scale=1, periodicity=1) Our kernel has two parameters:...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html -
3.2. Tuning the hyper-parameters of an estimato...
loguniform(1, 100) can be used instead of [1, 10, 100] . Mirroring...reference to the literature. 3.2.1. Exhaustive Grid Search # The...scikit-learn.org/stable/modules/grid_search.html