ClawFoxyVision 0.2.0

Advanced financial time series forecasting library using LSTM, GRU, and CNN-LSTM neural networks for price prediction with Rust and Burn
1
2
3
4
5
6
pub mod feature_engineering;
pub mod pre_processor;
pub mod model_utils;
pub mod model_logger;
pub mod test_utils;
pub mod file_utils;