- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1441 - 1450 of over 10,000 for 2 (0.18 seconds)
-
Ingest data with Python | Elastic Docs
'_shards': {'total': 2, 'successful': 1, 'failed': 0},...'created', '_shards': {'total': 2, 'successful': 1, 'failed': 0},...www.elastic.co/docs/manage-data/ingest/ingesting-data-from-applications/ingest-data-with-python-o... -
Plot classification probability — scikit-...
figsize = ( 4 * 2.2 , n_classifiers * 2.2 ), ) evaluation_results...load_iris () X = iris . data [:, 0 : 2 ] # we only take the first two...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
SpectralBiclustering — scikit-learn 1.8.0...
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralBiclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html -
Memory Configuration
export FESS_HEAP_SIZE = 2 g Units: m : megabytes g : gigabytes.../etc/sysconfig/fess . FESS_HEAP_SIZE = 2 g For DEB packages, edit /etc/default/fess...fess.codelibs.org/15.3/config/setup-memory.html -
ClassifierMixin — scikit-learn 1.8.0 docu...
scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html -
Visualizing the stock market structure — ...
2.7825594 , 5.27499706, 10. ]))...versionadded:: 1.3 np.float64(2....049250313e-16) assume_centered...scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html -
追加词汇
第2行及以后记录追加词汇。 "SuggestWord"...上传 以CSV格式注册词汇。 CSV内容 第1行是标题行。 第2行及以后描述追加词汇。 "SuggestWord"...fess.codelibs.org/zh-cn/15.4/admin/elevateword-guide.html -
test.tex
\begin{equation} x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \end{equation} Einstein's...equation: \begin{equation} E = mc^2 \end{equation} \section{Lists...raw.githubusercontent.com/codelibs/fess-testdata/master/files/latex/test.tex -
Evaluate the performance of a classifier with C...
set_printoptions ( precision = 2 ) # Plot non-normalized confusion...n_redundant = 0 , n_classes = 2 , random_state = 42 , ) X_train...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
average_precision_score — scikit-learn 1....
2 , 2 ]) >>> y_scores = np...], ... [ 0.2 , 0.3 , 0.5 ], ... [ 0.4 , 0.4 , 0.2 ], ... [ 0.1...scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html