probabl-ai / skore

Skore lets you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
https://probabl-ai.github.io/skore/
MIT License
66 stars 7 forks source link

UTF-8 Requirement #737

Open adrinjalali opened 18 hours ago

adrinjalali commented 18 hours ago

https://probabl-ai.github.io/skore/latest/install.html#install mentions the user needs to have their encoding set to UTF-8, but that sounds very odd to me.

First off, people in the far east very often don't have UTF-8, for instance since western oriented developers of UTF didn't realize Chinese and Japanese should NOT be shared in the table. Same thing goes with Arabic and Persian.

So it's quite normal for people to have other encodings in their machine.

I wonder where the requirement comes from, but it certainly isn't a reasonable one.

rouk1 commented 18 hours ago

I think that this warning was added when working on windows support (#475). Maybe @thomass-dev knows better if this is still relevant.

sylvaincom commented 12 hours ago

cc @augustebaum