ibuda

Results 5 issues of ibuda

Hi, I was wondering if I am the only one experiencing flickering on updates of the tickers list. I've just installed the package, and for demo purpose added AAPL,NET,TSLA tickers....

bug

Hi, I am going through the readme section to set up and run the package with docker. I am getting the following error when I run `docker-compose up -d`: ```...

I spotted a mistake in the implementation of the Levenshtein.distance and WeightLevenshtein.distance methods. The errors described in #268, #239 and #244 comes from using the wrong indexing in the "matrix"...

Found a bug in Levenshtein and WegihtedLevenshtein distances implementations. In more details, the following methods give wrong #results: `Levenshtein.distance("abc", "a")`: Expected: 2, Actual: 1 `Levenshtein.distance("a", "abc") `: Expected: 2, Actual:...

Problem: Catboost Regressor does not read param `alpha` in Expectile metric. catboost version: 1.2.2 Operating System: MacOS CPU: Apple M1 Pro GPU: Code example: ``` from catboost import metrics model...

objectives and metrics