question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Predict multiple columns

See original GitHub issue

Is 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 ys to predict with same ds How can i achieve my goal?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
cwilligvcommented, Jan 19, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found