Nicolas Grandemange
Nicolas Grandemange
There is an exception when forcing *name* to be an unknown category instead of a string object dtype. ```python import dask dd = dask.datasets.timeseries() dd = dd.map_partitions(lambda part: part, meta={'id':...
Displaying a dask dataframe with a lot of columns in a Jupyter notebook can be very time, memory and space (ie: scroll) consuming for the browser. By default, all columns...
I spent a lot of time digging into a deadlock issue with Dask distributed and Python 3.11. This issue was created so other people won't have to lose the same...
Here's a first try, I am not a fan of the nested try block so any comments would be greatly appreciated. - [x ] Closes #9548 - [x ] Tests...
🛠 DevTools 🛠 [](https://codespaces.new/epizut/mlflow/pull/13476?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/13476/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 13476 ``` Signed-off-by:...
### Issues Policy acknowledgement - [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md) ### Where did you encounter this bug? Local machine...
On Windows, `pip` is able to save credentials in the Windows Credential Manager. Unfortunately, `pipenv` is unable to use those credentials when addressing a private repo. People are already familiar...