Thibaut Lienart
Thibaut Lienart
Using MLJ generates a bunch of statements like ``` [ Info: Model metadata loaded from registry. d/fit-and-predict.md, ex2) ``` I've executing everything after a `Logging.disable_logging(Logging.LogLevel(3_000))` but this did not have...
As was discussed on Slack, there may be design decisions to take so that MLJ can support non-iid tabular data (time series or other). To get the ball started, here...
At the moment in `ensembles.jl` we basically: * build a `N x K` matrix `P` where `N` is the number of rows in `Xnew` and `K` is the number of...
Use cases are typically visualisation but could also be further analysis like robustness (via margins) etc. For some models they should be very easy to get (SVM, linear classifiers, LDA,...
Obtaining realistic uncertainty estimates is typically difficult but it'd be nice to offer some way of getting such estimates. I see effectively three main ones: | Approach | Assumptions |...
(I know there's still #35 waiting to be done but the models for which there already is a ScikitLearn.jl interface are somewhat easier to write interfaces for which, hopefully, will...
AFAIK, we use the `n x p` convention where `n` is the number of observations. It seems to me that we should however make the whole machinery able to take...
Hello, Is there a toggle to completely switch off JuliaFormatter when using Julia-vscode? (ideally not via setting a set of options manually in a TOML file as I guess is...
Experienced today (several times) under similar circumstances; fresh session, call `up` and get ``` (v1.3) pkg> up Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving package versions... Installed RecursiveArrayTools ─...
LiveServer 0.8 has better mimes support via MIMEs.jl; this doesn't affect Franklin per se but it should be compatible and so the bound should be updated.