- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1411 - 1420 of over 10,000 for 2 (0.64 seconds)
Filter
-
SVM: Weighted samples — scikit-learn 1.8....
n_features = 2 , n_informative = 2 , n_redundant = 0 ,..., axes = plt . subplots ( 1 , 2 , figsize = ( 14 , 6 )) plot_decision_function...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
Species distribution modeling — scikit-le...
s = 2 ** 2 , c = "black" , marker...[ "dd lat" ], s = 2 ** 2 , c = "black" , marker...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
OR 检索
如果想搜索包含”搜索词1”或”搜索词2”的文档,在搜索表单中输入如下内容: 搜索词1 OR 搜索词2 也可以用 OR 连接多个词。...fess.codelibs.org/zh-cn/15.5/user/search-or.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 -
Product — scikit-learn 1.8.0 documentation
= Product ( ConstantKernel ( 2 ), RBF ()) >>> gpr =...1.0 >>> kernel 1.41**2 * RBF(length_scale=1) __call__...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Product.html -
Configuración de Registro
/^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level&g...fess.codelibs.org/es/15.3/config/admin-logging.html -
CountVectorizer — scikit-learn 1.8.0 docu...
2) means unigrams and bigrams, and (2, 2) means only...'word' , ngram_range = ( 2 , 2 )) >>> X2 = vectorizer2...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html -
CSV-Konnektor
Nachrichten 2 Artikel 2 Dies ist der Inhalt von Artikel 2 Blog Parameter:.../usr/share/fess/app/WEB-INF/lib/ Methode 2: Über die Administrationsoberfäche...fess.codelibs.org/de/15.5/config/datastore/ds-csv.html -
chi2 — scikit-learn 1.8.0 documentation
2 , 2 ]) >>> chi2_stats ,...[ 5 , 4 , 1 ], ... [ 6 , 6 , 2 ], ... [ 1 , 4 , 0 ], ... [ 0...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html -
SVC — scikit-learn 1.8.0 documentation
[ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...>>> y = np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.svm...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html