-
pip install pandioml -
pandiocli register your@gmail.com -
pandiocli function generate --project_name test_function -
Open
test_function/function.pyin your favorite editor, put your pipelines code in thepipelinesmethod. -
pandiocli test --project_folder test_function --dataset_name FormSubmissionGenerator --loops 100FormSubmissionGenerator is used in this example, but any dataset or generator from
pandioml.data.*can be used. Or you can build your own as described below.
Tip: Open up an example function.py to get a jumpstart inside one of the examples in the /examples directory