slavakx
slavakx
> I just now tried bumping up the versions and it's working again 👍 > > Now using: `sphinx==6.1.3, myst-parser==1.0.0, sphinxcontrib-mermaid==0.8.1 ` > > So seems like it's an issue...
I've just started working with your package and I'm already impressed. I prefer it over others like sktime and mlforecast. However, I suggest redesigning certain parts of the API, as...
> Hello @slavakx, > > Thanks for your comment. Could you please provide a schema or a reproducible example with another library to better understand what you are expecting? >...
It should be probably moved to discussion. I have several points I'd like you to address for better understanding your decision making regarding cross validation > There's no "retrain on...
@msdhina This works for a single vector but wouldn't work if you pass multiple columns
Same problem in Windows and in Colab.
> FYI... pycaret is not compatible with python 3.11. You need to use python 3.10 or lower. I am using python 3.10 and poetry and it throws the following error:...
As a quick solution: just derive your own class from OIDCAuth as in your example above and copy callback and after_logged_in from [https://github.com/plotly/dash-auth/blob/main/dash_auth/oidc_auth.py#L273](https://github.com/plotly/dash-auth/blob/main/dash_auth/oidc_auth.py#L273)