-
Notifications
You must be signed in to change notification settings - Fork 33
Allow data preprocessing #1197
Copy link
Copy link
Open
Labels
priority-1Needed for production useNeeded for production usescope-cliRelated to the CLI moduleRelated to the CLI modulescope-discojsRelated to Disco.jsRelated to Disco.jsscope-webapp-functionnalityRelated to the browser environmentRelated to the browser environmentscope-webapp-visualstype-featureNew feature or requestNew feature or request
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
priority-1Needed for production useNeeded for production usescope-cliRelated to the CLI moduleRelated to the CLI modulescope-discojsRelated to Disco.jsRelated to Disco.jsscope-webapp-functionnalityRelated to the browser environmentRelated to the browser environmentscope-webapp-visualstype-featureNew feature or requestNew feature or request
Mother issue about offering data pre-processing inside the platform.
For now, connecting data and clicking the "train" button is very easy. On the other hand, the data that gets connected has to be at least partly pre-processed already.
To harmonize the DISCO experience, we want the entire process from Step 1 (having raw data and wanting to coordinate with other users to train a model) to Step n (inference on new raw data) to have a consistent requirement in terms of technical knowledge (close to zero).
One of the things that is missing to achieve this is transforming raw data to pre-processed, ml-ready data.
Steps
Related issues
#649, #1062, #1063