JsonGrinder is a collection of routines that facilitates conversion of JSON documents into structures used by
Mill.jl
project.
It provides schema estimation from data, extraction of various data types to numeric representation with reasonable defaults, and suggestion of NN model structure based on data. For more details, see the documentation.
Run the following in REPL:
] add JsonGrinder
For citing, please use the following entry:
@misc{JsonGrinder2019,
author = {Tomáš Pevný and Matěj Račinský},
title = {{JsonGrinder.jl}},
year = 2019,
howpublished = "\url{https://github.com/CTUAvastLab/JsonGrinder.jl}"
}
08/27/2018
3 days ago
474 commits