News

Python library that reads JSON files of any size. The magic is in the Array and Object types. They load stuff from the file only when necessary. The library expects files to be opened in binary mode.
The demo code only imputes the target column given a dataset, as indicated by the 'target_col_idx' in the dataset metadata JSON file. Below is a basic introduction to our imputation strategy: For ...