Juan Camacho

Results 22 comments of Juan Camacho

Hi! I could try help with this issue. I am aware that `hub_utils.init` initializes a local repository with the model file and a configuration file that is used to generate...

@adrinjalali I am actually debugging it now. I will some feedback later about my progress.

So the problem comes due to the fact that some tests are not using `pickle`, and instead use `skops.io` to dump and load models. So in `hub_utils.init` I assumed that...

@BenjaminBossan No, I was waiting for #242 to be merged. I have resolved some small conflicts in my last commit.

I actually had to modified the functionality I added to `hub_utils.init` so that it checks for file format when loading the model file, previously I assumed it was just a...

Sorry! I did a clean installation, and forgot to install pre-commit hooks. Thank you for reminding.

Sorry, I know I should made a new branch for each feature. I was excited to contribute to the project, and completely forgot about doing it. I have fixed the...

Is there a way to check if the model file that's being loaded is in the skops persistent format? Because I could catch the error that you highlighted and in...

Great, thanks! I have updated the logic in the code to account for model format and the extension of the file if `model_format` is `auto`. However, I believe that the...

Hi, sorry that this PR is going for too long. I was looking at the output from the doc build, in particular this one ``` Unexpected failing examples: /home/docs/checkouts/readthedocs.org/user_builds/skops/checkouts/207/examples/plot_intelex.py failed...