Antonello Lobianco
Antonello Lobianco
Note that the problem regards only the first column, i.e. this work: ``` a = Union{String,DataArrays.NAtype}["aa","bb","aa","bb",NA,NA] b = Union{String,DataArrays.NAtype}["c","c","d","d","c","d"] v = Float64[1.0,2.0,3.0,4.0,5.0,6.0] t = IndexedTables.Table(Columns(a=b,b=a),v) ```
Hello, I am noticing that this package has several names.. `pyjulia`, `PyJulia`, `julia`... I think there should be more consistency, and if I can toss my two cents, `julia` is...
Just removing julia-1.5.0/lib/julia/libstdc++.so.6 worked for me (Ubuntu 20.04 on a Dell Laptop with Intel graphics) but I hope it will not create problems in other areas..
I can see there in an option -h (I was looking for the manpage) that list the modules that can be disabled, including tableofcontent. It would be nice to have...
Solved my own user case with a bit of hacking of /usr/local/lib/python3.6/dist-packages/MarkdownPP/MarkdownPP.py Now I have the sections with identation rather than numbering: ``` if depth == 1: section = "%d\\....
Hello @logankilpatrick, I believe the readme is quite clear in that the focus is on providing something (1) simple to use and (2) whose code is simple to understand as...
Hello @logankilpatrick , as said I am open to BetaML be owned by the Julia ML organisation. What would be the steps ? I believe with the new `Model(autotune=true);fit!();predict()` workflow...
That would be awesome, thanks. Also, it comes at a good time, as I did several changes to the package, and wrapped several other models to MLJ. Just one thing......
haven't look properly, but isn't it the opposite regarding kmeans and gmmclusterer?
I have now implemented a standard docstring for all MLJ models. Please feel free to correct and amend it.