This code analyzes the datasets. It is in the early phase and has few features. The first steps are to read the datasets and visualize some statistical dependencies.
- Setting up a Julia IDE (preferred Juno, VCode)
- Download the required datasets and place them in a input folder
- Install the required packages (see the util/packages.jl)
- The util/packages.jl activates a project environment
- Run the main.jl
- The datasets getting the loaded to the dataset X to obj.B and target vector y to obj.C
TODO