- Sort Score
- Num 10 results
- Language All
- Labels All
Results 241 - 250 of 8,775 for 10 (0.49 seconds)
Filter
-
cross_validation.rst.txt
12 13 14] [ 2 3 10 15 16 17] [ 1 2 3 8 9 10 12 13 14 15 16 17]...training size in question, then 5 or 10-fold cross validation can overestimate...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
Evaluation of outlier detection estimators — sc...
encoded with labels from 1 to 10. Here we set class 3 (the minority...squeeze = False , figsize = ( 10 , rows * 4 )) for ax , dataset_name...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
Quantile regression — scikit-learn 1.8.0 docume...
stop = 10 , num = 100 ) X = x [:, np ..... newaxis ] y_true_mean = 10 + 0.5 * x We will create two subsequent...scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html -
SkewedChi2Sampler — scikit-learn 1.8.0 document...
n_components = 10 , ... random_state = 0 ) >>>...= SGDClassifier ( max_iter = 10 , tol = 1e-3 ) >>> clf . fit...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.SkewedChi2Sampler.html -
sparse_encode — scikit-learn 1.8.0 documentation
n_nonzero_coefs=int(n_features / 10) . alpha float, default=None...( X , dictionary , alpha = 1e-10 ) array([[ 0., 0., -1., 0., 0.],...scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html -
8.1. Toy datasets — scikit-learn 1.8.0 document...
Number of Attributes : First 10 columns are numeric predictive...sugar level Note: Each of these 10 feature variables have been mean...scikit-learn.org/stable/datasets/toy_dataset.html -
크롤러 고급 설정
size 기호 단어의 최대 길이 10 crawler.document.duplicate.term.removed...crawler.hotthread.snapshots 스냅샷 수 10 crawler.hotthread.threads 모니터링...fess.codelibs.org/ko/15.5/config/crawler-advanced.html -
Comparison of kernel ridge regression and SVR —...
gamma = 10 ), "SVR" : SVR ( kernel = "rbf"..."rbf" , C = 1e2 , gamma = 10 ), } . items (): train_time = [] test_time...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
Class Likelihood Ratios to measure classificati...
minority (in this case around 10%) does: from sklearn.datasets...people carrying the disease: 10.37% A machine learning model...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
Sample pipeline for text feature extraction and...
is less than 1e-10, it will set alpha to 1e-10. If True, alpha...when alpha is between \(10^{-6}\) and \(10^0\) , regardless of the...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html