- Sort Score
- Num 10 results
- Language All
- Labels All
Results 941 - 950 of over 10,000 for 2 (0.25 seconds)
-
Release Highlights for scikit-learn 0.22 —...
2. From 1.2, use RocCurveDisplay instead....n_neighbors = 2 ) print ( imputer . fit_transform ( X )) [[1. 2. 4. ]...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html -
[B! slide] hatena.go #2 開催レポート - Hatena Develop...
go #2 開催レポート - Hatena Developer Blog プレビュー hatena.go #2 開催レポート....go #2 開催...」が注目されています。 気持ちをシェアしよう ツイートする hatena.go #2 開催レポート...b.hatena.ne.jp/entry/s/developer.hatenastaff.com/entry/2025/11/20/140000 -
Elasticsearch for Apache Hadoop version 8.2.0 |...
2.1 Elasticsearch for Apache Hadoop...Elasticsearch for Apache Hadoop version 8.2.0 IMPORTANT : This documentation...www.elastic.co/guide/en/elasticsearch/hadoop/8.19/eshadoop-8.2.0.html -
Release Highlights for scikit-learn 1.5 —...
nothing; each false negative costs 2; each false positive costs 0.1...."all" ) . ravel () return tp - 2 * fn - 0.1 * fp print ( "Untuned...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
Elasticsearch for Apache Hadoop version 8.14.2 ...
2 ES-Hadoop 8.14.2 is a version compatibility...for Apache Hadoop version 8.14.2 IMPORTANT : This documentation...www.elastic.co/guide/en/elasticsearch/hadoop/8.19/eshadoop-8.14.2.html -
Elasticsearch for Apache Hadoop version 8.16.2 ...
2 ES-Hadoop 8.16.2 is a version compatibility...for Apache Hadoop version 8.16.2 IMPORTANT : This documentation...www.elastic.co/guide/en/elasticsearch/hadoop/8.19/eshadoop-8.16.2.html -
Classification of text documents using sparse f...
(training set) 1353 documents - 2.87MB (test set) 4 categories vectorize...= RidgeClassifier ( tol = 1e-2 , solver = "sparse_cg"...scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
Sparse coding with a precomputed dictionary ...
) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html -
Gaussian Mixture Model Selection — scikit...
convert to degrees v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...random . randn ( n_samples , 2 ), C ) # general component_2 =...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html -
Demonstration of k-means assumptions — sc...
subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html