Skip to content

Commit

Permalink
chore: reexport itransformer
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Feb 7, 2025
1 parent f26258e commit a3ed06a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 487 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gauss-quad = "0.2.1"
impl-new-derive = "0.1.2"
implied-vol = "1.0.0"
indicatif = "0.17.8"
itransformer = "1.0.1"
kendalls = "0.2.2"
levenberg-marquardt = "0.14.0"
linreg = "0.2.0"
Expand Down
1 change: 1 addition & 0 deletions src/ai.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use candle_core::Tensor;
pub use itransformer::ITransformer;

pub mod fou;
pub mod utils;
Expand Down
Loading

0 comments on commit a3ed06a

Please sign in to comment.