Professor-G / MicroLIA

Gravitational microlensing classification engine using machine learning
GNU General Public License v3.0
13 stars 6 forks source link

Rename csv_file -> training_data. #20

Closed wmwv closed 1 year ago

wmwv commented 1 year ago

I found the keyword argument and object attribute csv_file a confusing name when it was a Pandas DataFrame. I humbly suggest here a PR to rename that renames that attribute and keyword argument to training_data.

Professor-G commented 1 year ago

The csv_file attribute in the ensemble_model module is now called training_set. The example documentation has been updated to reflect this change.