Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plot Animated Learning Curves! #56

Open
Steviey opened this issue Jul 6, 2023 · 0 comments
Open

Plot Animated Learning Curves! #56

Steviey opened this issue Jul 6, 2023 · 0 comments

Comments

@Steviey
Copy link

Steviey commented Jul 6, 2023

Plot Animated Learning Curves!

There is a 'ready to go Python-code' to plot learning curves.
How could we intigrate this into the 'reticulate version'?

awslabs/gluonts#2220

I have done this with some other R-models already.
H2o has a convenient API for this too.

It looks very cool with ggplot's...

myPlot<-myPlot + transition_reveal(Training_Rounds)

...and can offer so much insights into cv/training,
possible under- and overfitting of a model.

I would do it myself- but need some guidance where and how
to place and trigger the python function (callback) and collect the data into R.

callback_list<-list(modeltime.gluonts::TrainingHistory())

'TrainingHistory' is not an exported object from 'namespace:modeltime.gluonts'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant