Hacker News new | ask | show | jobs
by barbazoo 1827 days ago
Awesome tool!

A few things I found so far:

- When running "fit", I get an error when I use the "--yaml_file" parameter mentioned in the readme: "Unrecognized argument -> yaml_file". Using "-yml" works

- When using the model for prediction, what format should "path_to_your_test_dataset.csv" be in? Is that a csv in the same format as the training set except for the column we want to predict? Edit: I just found https://github.com/nidhaloff/igel/blob/v0.4.0/examples/data/...

1 comments

Hi, thanks for your feedback! you are right, the argument/parameter is actually yaml_path and not yaml_file. This is a typo in the docs/readme, thanks for this finding ;)