Quick Start with A Public Dataset
If you want to train a model with a public dataset, you can follow this tutorial.
1. Create a new project
mle new <project-name>
cd <project-name>2. Start the project
mle start3. Use public datasets

Next Steps
You can follow the Train an Edge Model with Your Own CSV Dataset tutorial for the rest of details.