Creating Training Datasets
Once your connection is established, you can create training datasets by specifying the relevant details of the data you wish to use. Here is an example of how to create a training dataset for a 'demo-amazon-beauty-data' using a connection:
Example Output
The training set URI outputted from the code above will be used to train a model.
Repulling Training Datasets
In scenarios where the data in the connected database has been updated or changed, and you need to update your training dataset accordingly, PigeonsAI provides a simple method to repull the dataset. This ensures that your models are trained with the most current data available.
Hereβs how you can repull a training dataset:
Joining multiple tables to create a train set
Coming soon
Last updated