Results 246 issues of Thibaut Lienart

At the very least should list and explain fields. * [x] Clustering * [x] KMeans * [x] KMedoids * [ ] GaussianProcesses * [ ] GPClassifier * [x] GLM *...

docs

This is for future references, Sklearn sometimes can process sparse data and/or return sparse data; at the moment we ignore this but in the future (once MLJ handles sparse data)...

enhancement
future

Following comments on the KNN PR, I was wondering about what the `MLJBase.matrix(..transpose=true)` does. Unless I'm mistaken it **materializes** the transpose (i.e. the output of that call is a Matrix...

question
perf

In the context of `LiveServer.servedocs()`, I sometimes get a warning such as ``` ┌ Warning: invalid local image: unresolved path in man/ls+lit.md │ link = "/assets/testlit.png" └ @ Documenter.Writers.HTMLWriter ~/.julia/packages/Documenter/yf96B/src/Writers/HTMLWriter.jl:2103...

Type: Bug

arrow up next to the house does not seem to point to the relevant parent dir.

bug
easy

I don't know if you guys have had a look at [QueryVerse](https://github.com/davidanthoff/Queryverse.jl), looks like something to be considered at least for the data wrangling part. (Only it does not seem...

```julia # I would strongly suggest not running past n=4 n = 5 ``` is a bit funny. Re benchmark with Python do you 1. have some idea why DecisionTree.jl...

I'm under the impression that JuliaDB has its own One Hot Encoding facility so that MLlabelutils would effectively become deprecated, is this correct? Same question for MLPReprocessoing

I think the `REQUIRE` file from that package may be incomplete. `LossFunctions` (cf. error message) is a package that you should be able to add pretty easily with `Pkg.add("LossFunctions")` ?

Joris published his code on CRAN (https://cran.r-project.org/web/packages/RZigZag/) - have a look at the code - compare with PDSampler with ZZ - see if any improvements can be made