tl;dr: I want to predict file copy completion. What are good methods given the start time and the current progress?
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
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
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.
I am trying to apply a function I wrote that uses the \'pls\' package to make a开发者_如何学Go model and then use it
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
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
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
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
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