Results 246 issues of Thibaut Lienart

It was reported that inserting an image in a table might not work; this would need to be checked whether it's the figure environment which fails (it should though possibly...

Following updates in Franklin, just use the GITHUB_TOKEN route

Given I'm responsible for my fair share of errors on that front, I was wondering whether it'd be possible for someone triggering a `@JuliaRegistrator register` to also close the relevant...

Following #791 and a discussion on Slack, here are some actionable things we could work on to make some pages more ergonomic and lighter to load. ### Front page specific...

design
needs feedback

Not sure if it's the appropriate place to post this; it looks like we could improve the situations when dealing with missings. Here's a simple example of something that's not...

design discussion

https://mlr.mlr-org.com/articles/tutorial/measures.html ### binary classification MLR | MLJBase | Comment ---- | --- | --- acc | `accuracy` | ✔️ auc | `auc` | ✔️ bac | `bac, bacc, balanced_accuracy` |...

measures

The current implementation, adapted from https://www.ibm.com/developerworks/community/blogs/jfp/entry/Fast_Computation_of_AUC_ROC_score?lang=en (now that page is unavailable...) is **much** faster than a basic approach. However it gives different values than (say) sklearn when there are (many)...

low priority
suggestion
measures

During a discussion on Slack, it came up that https://github.com/beacon-biosignals/Lighthouse.jl offers some facilities for computing multiclass classification metrics. I'm openening this issue so that this can maybe be considered (e.g....

measures