- Sort Score
- Num 10 results
- Language All
- Labels All
Results 2051 - 2060 of over 10,000 for 1 (0.59 seconds)
-
Examples based on real world datasets — s...
Applications to real world problems with some medium sized datasets or interactive user interface. Compressive sensing: tomography reconstruction with L1 prior (Lasso) Faces recognition example usi...scikit-learn.org/stable/auto_examples/applications/index.html -
Uses of Package org.springframework.expression....
use: package: org.springframework.expression.commondocs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/expression/common/pa... -
Uses of Package org.springframework.jdbc.dataso...
use: package: org.springframework.jdbc.datasourcedocs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/datasource/pack... -
MNIST classification using multinomial logistic...
version = 1 , return_X_y = True , as_frame...reshape (( X . shape [ 0 ], - 1 )) X_train , X_test , y_train...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
Demonstration of multi-metric evaluation on cro...
1 ) # Get the regular numpy array...sample_score_std , alpha = 0.1 if sample == "test"...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
Robust linear estimator fitting — scikit-...
time of the script: (0 minutes 1.829 seconds) Download Jupyter...scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html -
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 -
Comparison between grid search and successive h...
1e-1 , 1e-2 , 1e-3 , 1e-4 , 1e-5 , 1e-6 , 1e-7 ] Cs = [ 1 , 10...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html -
SVM-Anova: SVM with univariate feature selectio...
score_stds = list () percentiles = ( 1 , 3 , 6 , 10 , 15 , 20 , 30 ,...scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html -
Concatenating multiple feature extraction metho...
features__univ_select__k=1, svm__C=0.1 [CV 1/5; 1/18] END features_...nts=1, features__univ_select__k=1, svm__C=0.1;, score=1.000 total...scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html