oren0e

Results 32 comments of oren0e

I think I solved the issue. This was due to a command from NERDTree which was in my vimrc file: `autocmd BufEnter * lcd %:p:h`. From what I understand, this...

I have two thoughts on this: 1. There is a heavy usage of derive macros, specifically with `thiserror:Error`. I know that these things reduce the need for extra boilerplate code...

Hi, any news about when should we expect the move to `tracing` to be completed? I was just trying to do something related in https://github.com/SergioBenitez/Rocket/issues/982, i.e., insert a request_id to...

@pnuckowski I've made a pull request adding the missing `repeat` argument to the documentation examples in the readme.

Yep, I believe this is a mistake in the book. Until I added the sigmoid activation the loss wasn't changing with the epochs.

Any news on that? Currently if I want to format my message in any-but-the-basic way, I can't.

I would have submitted a PR but the instructions in `CONTRIBUTING.md` are not that clear. Is it possible to get some support with this?

Thanks for the answer. It does not accomplish what I want because this solution will require me manually setting this up for every project, that's not convenient. In vim for...

I have tried to use the NB likelihood on [this](https://www.kaggle.com/c/bike-sharing-demand/overview) data set from Kaggle. This is an hourly count data. I took the first 19 days from the training set....

Well, I have stumbled upon another count data set, also involving bikes. It can be found in this [link](https://data.seattle.gov/Transportation/Fremont-Bridge-Bicycle-Counter/65db-xm6k). I have tried to test the NB likelihood on this data,...