Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 642 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 642 Bytes

Reading the datasets

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.

Installation

  • 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

Structure

  • The datasets getting the loaded to the dataset X to obj.B and target vector y to obj.C

Acknowledgement

TODO