Age | Commit message (Collapse) | Author |
|
Functions Parameters were replaced by Configs struct to allow
scalability, in the future I might merge parse.c source code into util.c
|
|
Things implemented:
* json_read() must die if the key does not exist or the value type is wrong.
* on predict command input should be shown exactly the same
* float precision CLI option should be added.
|
|
things implemented:
- CLI option --only-out added
- CLI option --format works more intuitively
- csv tsv and json output support
|
|
things implemented:
- Automatic file format infering
- json_read() small refactor done
- error checking in csv_read() improved
|
|
Error messages are more specific and now columns are read as arrays of
strings.
|
|
There is still much to do
|