GlobalSearchRegression.jl icon indicating copy to clipboard operation
GlobalSearchRegression.jl copied to clipboard

Julia's HPC command for automatic feature/model selection using all-subset-regression approaches

Results 4 GlobalSearchRegression.jl issues
Sort by recently updated
recently updated
newest added

First, thanks for this brilliant function! Perhaps my issue is due to my own lack of expertise. However, the standard practise for model averaging (looking at the literature and "dredge"...

I'm reading in a .csv file with DelimitedFiles like this: ```julia data = readdlm("clean_data.csv", ',', Int, header=true) ``` ```data[1]``` is a ```230×19 Array{Int64,2}``` and ```data[2]``` is a ```1×19 Array{AbstractString,2}```. However,...

Hey all - big fan of GSReg - been using it in Stata for awhile and have been trying to make the jump to Julia since I have a bigger...

@JuliaRegistrator register