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.
Installation
Run the following in REPL:
] add JsonGrinder
Citation
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}"
}