- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 951 - 960 of 3,200 for 2 (0.24 sec)
-
dump_svmlight_file — scikit-learn 1.7.2 documen...
Skip to main content Back to top Ctrl + K GitHub Choose version dump_svmlight_file # sklearn.datasets. dump_svmlight_...scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html -
get_scorer_names — scikit-learn 1.7.2 documenta...
Skip to main content Back to top Ctrl + K GitHub Choose version get_scorer_names # sklearn.metrics. get_scorer_names ...scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer_names.html -
3.5. Validation curves: plotting scores to eval...
function \(f(x) = \cos (\frac{3}{2} \pi x)\) and some noisy samples...is usually not possible. 3.5.2. Learning curve # A learning curve...scikit-learn.org/stable/modules/learning_curve.html -
Comparison between grid search and successive h...
1e-2 , 1e-3 , 1e-4 , 1e-5 , 1e-6 ,...param_grid = param_grid , factor = 2 , random_state = rng ) gsh . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html -
Glossary of Common Terms and API Elements — sci...
2], 2 is the positive class; of [‘no’,...array whose .shape has length 2. Often represents a matrix. API...scikit-learn.org/stable/glossary.html -
Multi-class AdaBoosted Decision Trees — scikit-...
class (quantiles of the \(\chi^2\) distribution). from sklearn.datasets...make_gaussian_quantiles ( n_samples = 2_000 , n_features = 10 , n_classes...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html -
Swiss Roll And Swiss-Hole Reduction — scikit-le...
n_components = 2 ) sr_tsne = manifold . TSNE ( n_components = 2 , perplexity...n_components = 2 ) sh_tsne = manifold . TSNE ( n_components = 2 , perplexity...scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html -
オープンソース全文検索サーバー - ニュース一覧
2.2 リリース 2017-06-30 Fess 11.2.1 リリース 2017-06-15...2016-11-07 Fess 10.2.2 リリース 2016-10-02 Fess 10.2.1 リリース 2016-08-30...fess.codelibs.org/ja/news.html -
Sample pipeline for text feature extraction and...
to index 2 transform_funcs [ "norm" ] = lambda x : 2 if x == "l2"...Loading 20 newsgroups dataset for 2 categories: ['alt.atheism', '...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
7.9. Transforming the prediction target (y) — s...
array([2, 2, 1]) >>> list ( le . inverse_transform ([ 2 , 2 , 1...y = [[ 2 , 3 , 4 ], [ 2 ], [ 0 , 1 , 3 ], [ 0 , 1 , 2 , 3 , 4...scikit-learn.org/stable/modules/preprocessing_targets.html