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!