prediction
What are some good approaches to predicting the completion time of a long process?
tl;dr: I want to predict file copy completion. What are good methods given the start time and the current progress?[详细]
2023-04-10 21:07 分类:问答how to guess the nationality of a person from the surname?
What approach can I use to predict the nationality of a person from the surname? I have a huge list of texts and surnames of authors. I would like to identify which texts have been written by latin-l[详细]
2023-04-09 06:24 分类:问答Using google API's from Appengine (OAuth)
I want to use Google Prediction from a Python Google App Engine Application. Google Prediction requires you to store your \"prediction models\" in Google Storage for Developers, in effect meaning that[详细]
2023-04-01 21:03 分类:问答Java Support for PMML
I am new in PMML: Predictive Model Markup Language (www.dmg.org) and I was wondering if there is some kind of Java s开发者_如何学Goupport (Open Source / professional) for creating/parsing PMML files.[详细]
2023-04-01 18:49 分类:问答R: make pls calibration models from n number of subset and use them to predict different test sets
I am trying to apply a function I wrote that uses the \'pls\' package to make a开发者_如何学Go model and then use it[详细]
2023-03-28 22:37 分类:问答How to predict number sequences i.e. Excel?
In Excel, there is a nice feature where if you enter 1, 2, 3 in three consecutive cells and then select the cells and drag down, it automatically fills in the rest of the cells as 4, 5, 6, 7, etc. It[详细]
2023-03-22 19:05 分类:问答R: how to make a confusion matrix for a predictive model?
I have a dataframe.first column contains my the predictive score (range from 0 to 100, smaller values is expected to be in class A, larger values is expected to be in class B) for my model, 2nd column[详细]
2023-03-18 09:02 分类:问答I want forecast/ prediction algorithms lists that I can try for the sample experiment [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-12 10:19 分类:问答Latent Dirichlet Allocation (LDA) implementation
does someone know if there exists some implementation of LDA algorithm (no matter if library or application) for Win32 platform? Maybe in C/C++ or other language that can be com开发者_JAVA技巧piled?We[详细]
2023-03-10 11:01 分类:问答Topic prediction using Latent Dirichlet Allocation
I have used LDA on a corpus of documents and found some Topics. The output of my code is two matrices containing probabilities. one doc-topic probabilities and the other word-topic probabilities. But[详细]
2023-02-23 07:19 分类:问答