Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 643 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 643 Bytes

[0.3.1] - FIX: New Schema

  • Fix: Use the new schema properly
  • Fix: Return empty when null is passed to the predict function

[0.3.0] - New Schema

  • Create a new schema when the extension is created

[0.2.0] - Loading models

  • Load the model manually
  • Check the loaded models
  • Unload the model

[0.1.0] - Initial release

  • 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 and REAL
  • Functions to create triggers to classify new data
  • Functions to create triggers to cancel transactions based on the prediction