From start to finish, PandioML allows you to build a model in as little as 30 minutes by providing everything needed to access data, build a pipeline, train the model, and deploy to a production-like infrastructure, all without leaving your code editor of choice.
Go ahead and try it, follow these steps below:
`pip install pandioml`
`pandiocli register your@gmail.com`
`pandiocli function generate --project_name test_function`
Open `test_function/function.py` in your favorite editor, put your pipelines code in the `pipelines` method, select an algorithm to use, and go!
`pandiocli test --project_folder test_function --dataset_name FormSubmissionGenerator --loops 500`
FormSubmissionGenerator is used in this example, but any dataset or generator from `pandioml.data.*` can be used. Or you can build your own!