📄️ Main class
This library has a maser class called IAFlow, that has functions to management model creation and training. In this section, we will see the CRUD for models.
📄️ Management models
The instance created by the Main class allow to manage the models, in this section we will see the CRUD for models.
📄️ Management datasets
The instance created by the Main class allow to manage the datasets, in this section we will see the CRUD for datasets.
📄️ Train model
The instance created by the Main class allow to train a model, in this section we will see how to use the train method.