You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when running the train command, the "added data" CSV file classification_tools/data/training_data_added.csv is not actually appended to the "original" training dataset:
I noticed that when running the train command, the "added data" CSV file
classification_tools/data/training_data_added.csv
is not actually appended to the "original" training dataset:rcATT/classification_tools/__init__.py
Line 70 in f82f7fd
Note that the Pandas
DataFrame.append
function returns a new DataFrame and does not modify its input, so the corrected version would be:I'd be happy to submit this as a merge request, if that'd work.
The text was updated successfully, but these errors were encountered: