Davide Fiocco
Davide Fiocco
> > > > (I don't know why the milestone has been changed to 0.6.2, but it's in 0.7.0 release - or master - as indicated initially) > > double...
> > > Do you use ClassificationLossCompute ? > Because I had the same problem when I used it for a classification task, but it turns out it computes the...
Hi @selitvin, thanks! If you can take the stab at 3 (collating input of variable length) and update the issue... well, it would be super-helpful for me (eager to try...
Until this implemented, a workaround (thanks @c23996 for the idea!) that allows users to access suggestions - in the desired order - without the risk of "losing" them in the...
As a temporary _workaround_, piggybacking on FastAPI may be a solution to support HTTP and have OpenAPI docs as suggested in https://github.com/streamlit/streamlit/issues/439#issuecomment-635796911. I understand that this adds complexity as it...
For those who land here, check out https://github.com/ml-tooling/opyrator also, again as a possible alternative to a yet-to-come pure-streamlit solution. It should cover some use cases.
Hello! Thanks for trying the code out. Can you `git pull` the repo with the current, updated Docker images and package versions? Hopefully this should solve the problem.
A possible improvement would be reworking the `__str__` representation as ```python def __str__(self): '''Print out the list in a nice way ''' header = '> ------------------------------\n> Greedy Rule List\n> ------------------------------\n'...
While this thread is easily reachable via search engines, it could be useful to include in the error message something more descriptive and hints about mitigation/workarounds until a fix is...
@leot13 I guess we'll need another person to merge this in case! Tagging @HugoLaurencon @VictorSanh , cheers!