- Fix: Use the new schema properly
- Fix: Return empty when null is passed to the predict function
- Create a new schema when the extension is created
- Load the model manually
- Check the loaded models
- Unload the model
- Load the python
sklearn
model - Use the model to do predictions
- Use the model to predict data stored in the database
- Predictions output casted to
TEXT
,INT
andREAL
- Functions to create triggers to classify new data
- Functions to create triggers to cancel transactions based on the prediction