surrealml-core 0.1.12

The core machine learning library for SurrealML that enables SurrealDB to store and load ML models
Documentation
1
2
3
4
//! Responsible for the saving and loading of the model including meta data around the model.
pub mod header;
pub mod stream_adapter;
pub mod surml_file;