Yaser Martinez Palenzuela

Results 24 comments of Yaser Martinez Palenzuela

that would be great! I am curious to know what other people are doing

Hi guys, whats the latest on async generators Rust -> Python?

yes I am trying to use it, at the moment exploring alternatives like pyo3_futures thanks for the suggestion.

@rhiever I might rerun everything, can you give me a rough idea on how much computing it would need? But my original question is, if I want to test a...

hi thanks for reaching out. The project is stalled rn, I still want to continue developing, it is just that a lot of stuff came at the same time and...

Hey Andrew, 1. Yes `maturin develop` is the right way and is what the release script in `.github` uses, added some dev setup instructions to the readme 2. Goal is...

some additional references: [sktime](https://www.sktime.net/en/stable/examples/forecasting/window_splitters.html): provides several splitting strategies: temporal_train_test_split (only sample space split), SlidingWindowSplitter, SlidingWindowSplitter, ExpandingWindowSplitter, CutoffSplitter (window can be a datetime) [darts](https://unit8co.github.io/darts/generated_api/darts.utils.model_selection.html): only provides `train_test_split` but supports specifying the...

I am on OSX, this is what I get with the brew version: ``` timg https://i.kym-cdn.com/photos/images/newsfeed/000/406/282/2b8.jpg --verbose ▗▄▖▗▗▖▗▗▄▄▄▄▄▝▖▄▗▄▖▗▄▄▖▄▄▄▌▗▖▗▄▗▄▝▄▄▖ ▌▌▌▌▝▌▌▌▖▌▌▄▌▌▌▌▘▌▌▌▌▄▌▝▌▗▝▌▝▌▗▖▖▌▌▘▌ ▌▌▌▌▗▖▌▘▘▌▌▄▌▌▌▌▖▌▌▌▝▖▌▗▌▌▌▌▗▌▌▌▗▖▌▘▌ ▝▄▘▝▄▝▘▄▝▘▄▄▘▌▝▚▄▘▄▄▄▘▘▖▝▄▘▝▘▄▄▄▄▚▄▄▘ ▌▝▚▘▖▖▝▝▗▄▗▄▄▄▘▗▖▝▘▄▄▘▝▄▄▄▖▝▄▄▘▖▗▘▄▄▄ ▌▗▗▗▄▄▘▗▄▗▄▘▌▄▄▄▌▄▄▄▘▄▄▄▚▄▄▄▄▗▄▄▗▄▄▄▄ ▘▄▄▄▖▄▗▝▄▌▄▄▄▄▄▄▖▌▗▄▗▄▄▄▝▄▝▖▌▌▄▌▌▝▄▄▄ ▖▝▌▄▄▄▄▄▚▄▄▄▄▌▝▄▘▖▖▝▄▄▄▝▄▄▄▄▝▖▖▌▄▄▘▄▖ ▌▗▄▚▗▗▄▖▌▘▄▘▗▄▖▌▄▘▌▄▖▗▗▄▖▄▄▄▖▚▄▄▌▖▘▌▌ ▄▄▄▄▗▘▄▘▌▄▚▄▘▘▗▘▗▘▖▖▌▝▝▄▝▝▘▄▘▌▖▄▗▄▄▄▄ ▄▘▗▄▚▄▖▌▌▄▄▄▄▄▘▗▘▄▌▖▄▘▗▄▄▄▄▘▌▄▘▄▌▖▖▗▚ ▗▄▘▌▌▌▌▌▄▄▄▗▄▘▌▌▖▄▄▘▄▄▖▄▄▄▄▗▌▗▗▄▌▖▄▗▌ ▘▌▗▘▄▄▌▌▄▄▖▌▄▄▚▄▄▗▄▄▖▄▌▄▄▄▄▄▄▄▄▄▌▌▌▄▖...

> the current released version does not have the feature to emit the additional information. > > What do you get if you echo the following string on the terminal...