Closed wmwv closed 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.
csv_file
training_data
The csv_file attribute in the ensemble_model module is now called training_set. The example documentation has been updated to reflect this change.
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 totraining_data
.