joelchen
joelchen
Like the fix in OCOOrderReport (https://github.com/Igosuki/binance-rs-async/pull/42) where stopPrice is optional, calling cancel_all_orders when there is an open OCO order yields MarginOCOOrderResult instead of MarginOrderCancellationResult, and will cause an error returned...
When column to predict has more than 100 variants for multiclass classification, there is following error during training: ``` ✅ Inferring train table columns. 6s ✅ Loading train table. 6s...
Would like to forecast future record(s) of CSV with Tangram based on existing data or a subset of existing data that is close to the current time (https://www.tensorflow.org/tutorials/structured_data/time_series).
Support Swap
**What I'd like:** Support enabling swap via Linux commands like fallocate, mkswap, and swapon. Using swap allows the container to write excess memory requirements to disk when the container has...
Memory is limited and using swap is painfully slow to fit massive amounts of data. There is discussion of incremental fitting in https://github.com/rust-ml/linfa/issues/8 years ago but I cannot find incremental_fit...
Memory is limited and using swap is painfully slow to fit massive amounts of data. There is discussion of incremental learning in https://github.com/smartcorelib/smartcore/issues/46 years ago but I cannot find partial_fit...
If project uses ndarray 0.16, the following error occurs when initializing DatasetBase: ``` the trait `Records` is not implemented for `ArrayBase` ```
Currently adding catboost as dependency in a Rust project generates libcatboostmodel.so dynamic library which has to be referenced with environment variable LD_LIBRARY_PATH for Rust binary to use catboost properly. Would...
Building on x86_64 target with Rust works fine when the environment is correctly setup, but building on aarch64 target with Rust produces the following errors: ``` # cargo r -r...
Hoping that I will be able to make use of https://github.com/cross-rs/cross to cross compile catboost across all Rust supported architectures, I tried following https://github.com/cross-rs/rust-cmake-hello-world to use https://github.com/rust-lang/cmake-rs to build catboost...