Riccardo Cappuzzo

Results 216 comments of Riccardo Cappuzzo

> And now, still a question for me: should we change from ".skb.xxx" to ".skb_xxx" before the release? My personal preference is with `.skb.xxx`, but if others prefer `skb_xxx` I...

From IRL discussion: Good to have, but should not be a blocker for 0.6.0. We can release a fix in 0.6.1

I messed up, I thought I was just removing it from the milestone

This issue can be addressed partially by writing a simple example that is just showcasing the features of the datetime encoder, where the features are used for training a classification/regression...

I am not sure how to deal with this problem. It may be a problem depending on the locale that is being used by the user, or when using ToFloat...

Another example: France's locale would write `4 567,8` rather than `4,567.8`, and usually the `,` that separates thousands is omitted

Some additional considerations (courtesy of LeChat): > ### **1. Decimal and Thousand Separators** > - **Dot as decimal, comma as thousand separator:** > `1,234.56` (US, UK, and many others) >...

> regarding lechat's output: relying on the user's locale will not work, because what matters is what locale was used to generate the file, not to read it -- and...

I think we can start by removing "Contributing to skrub" from the drop down menu, since it's already present in the "Development" page. Something I would also like to do...