Questions tagged [prediction]
The prediction tag has no summary.
9 questions
4 votes
1 answer
339 views
When do regression models outperform naive methods?
Case1: I have the following task to do: Training by the consecutive 3 days to predict the each 4th day. Each day data represents one CSV file which has dimension 24x25. Every datapoints of each CSV ...
0 votes
1 answer
331 views
Complex Math Formula: Predict the value of variable if result is known
I have a very complex math formula/equation which involves exponential. Formula: X + 2 = Y *PS: The above is just an example to illustrate my problem. The real formula is way more complex than this....
0 votes
2 answers
790 views
Looking to simulate the rolling of a ball around a roulette wheel, while the resulting number is already known
I want to make a roulette board with a ball spinning and landing on a certain field. The catch is that the field the ball will land on, is known beforehand. I want the animation to look somewhat ...
6 votes
2 answers
2k views
Transaction classification. Artificial intelligence
For a project, I have to classify a list of banking transactions based on their description. Supose I have 2 categories: health and entertainment. Initially, the transactions will have basic ...
5 votes
6 answers
217 views
Is timing exactly how much time each team member spends on a story useful in Scrum?
One of my colleagues has suggested timing how much time each team member spends on each user story. This seems to me likely confusing for the dev team during the iteration, and misleading as a metric ...