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

Upload new datasets from the app #59

Open
vrodriguezf opened this issue Sep 24, 2021 · 3 comments
Open

Upload new datasets from the app #59

vrodriguezf opened this issue Sep 24, 2021 · 3 comments
Assignees

Comments

@vrodriguezf
Copy link
Owner

vrodriguezf commented Sep 24, 2021

Things to consider:

  • The app should call the notebook 01_create_artifact to register the user dataset in wandb. This can be done with papermill
  • Since the app is going to get bigger, having everything in just two files (server.R and ui.R) is not going to scale well. Instead, we should use shiny modules. See more here
  • We can use a shiny navbar element for this module, or a shinydashboard tab if we move to shinydashboard.
  • For now we can assume that the data comes as a table (rows=timesteps, columns=variables) in a csv-like file, and that timesteps are evenly spaced.
  • It would be very handy to show the data with the same widget that is used in the embeddings projector, in order to select the intervals for training/validation/test
  • Explore the "import dataset" Rstudio button and see if it can be called from code
@vrodriguezf
Copy link
Owner Author

@vrodriguezf
Copy link
Owner Author

It sould be handy to have an option here to have the validation set =
train set. This can be useful in cases in which the tool wants to be
used to analyse the whole dataset at hand, without predictive or
future purposes.

@vrodriguezf
Copy link
Owner Author

Have a look to https://dreamrs.github.io/datamods

There are modules to import and validate dataset in shiny easily

@vrodriguezf vrodriguezf added the enhancement New feature or request label Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants