math4mad

Results 9 comments of math4mad

> Hi @math4mad , > > Thanks for pointing out the typo, I'll fix it in the next release. As this is way down in the "Versions" section of the...

If work with PCA or cor(Matrix), better with Number Type, how to define supertype ? ```Julia using Pipe,Tidier df =load_csv("airbnb_nyc_2019",false) type_df=@pipe describe(df)|>select(_,[:variable,:eltype]) int_df=@chain type_df begin @filter(isa(eltype,Union{Type{Int64},Type{Float64}})) end ``` `@filter(isa(eltype,Union{Type{Int64},Type{Float64}}))` there...

> Hi @math4mad, > > Thanks for the question. Just to clarify, are you asking: > > * In general, how to identify super types? > * Or how to...

> > just select columns containing Numerical super-type > > Do you mean to select all columns (denoted `col` below) for which: > > 1. `eltype(col) 2. `all(x -> x...

> I don't know anything about DagsHub but I wonder if it doesn't just work already, as we already have [some integration](https://github.com/JuliaAI/MLJFlow.jl#mljflowjl) of MLJ with MLflow. so basically MLFlow is...

> Our Logger implementation must work with the DagsHub MLFlow instance, because we are using its API endpoints. However, I'm not pretty sure if the artifact location and manipulation will...

Maybe I think like this [https://sciml.ai](https://sciml.ai) just like a collection of websites of Julia Machine Learning, main focus on Documents and Tutorials

problem solved . cause document's example project name has space , according to doc to init a project. and then I delete space . I think better delete space at...

@pebeto at now still can't work with remote url of dagshub. could give me a hint? using python api it is ok