Predict multiple columns
See original GitHub issueIs it possible to predict multiple columns in a CSV file?
I know prophet works well with ds
and y
in a CSV file.
In my case i have multiple y
s to predict with same ds
How can i achieve my goal?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Predicting Multiple Columns in a Table (Multi-Label ...
In multi-label prediction, we wish to predict multiple columns of a table (i.e. labels) based on the values in the remaining columns. Here...
Read more >how to predict multiple dependent columns from 1 ...
Problem Statement: I have to predict 5 factors(cEXT, cNEU,cAGR, cCON, cOPN) on the basis of STATUS column, so input variable will be STATUS...
Read more >neural network - Predicting multiple columns in Keras
In Keras I have to predict 47 columns and my query is below: from keras.models import Sequential from keras.layers import Dense, ...
Read more >How to predict what "ORDER BY" multiple columns will ...
Whichever column you list first will break into groups of like values with all values and groups falling into ascending or descending order ......
Read more >Add predictions to a data frame — add_predictions • modelr
adds two columns .model and .pred , and repeats the input rows for each model. Examples.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I know it’s been years since this was posted but just for everyone’s interest in this. Someone wrote a package around prophet called MultiProphet which I think aims at multi-output problems. Haven’t tried it yet but it looks promising. link here: https://github.com/vonum/multi-prophet
@Saranya0721 a documentation update moved the link to here: https://facebook.github.io/prophet/docs/seasonality,_holiday_effects,_and_regressors.html#additional-regressors