Update PD_Classification.py. Correct test/train report assignation into their corresponding pickle files. #178
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sent test and train reports into their corresponding pickle files because names of the files were swapped.
Description
The test report and train report are correctly sent into their corresponding pickles.
Motivation and Context
The test report was being sent into the training report pickle and viceversa. Now they are correctly assigned into their corresponding pickles.
How has this been tested?
I ran:
the makefile
with no errors
make clean
with no errors
pylint --rcfile=pylintrc teaspoon/teaspoon/ML/PD_Classification.py
with many errors about pylint having evolved, and the Camelcase; thus getting a low mark (0.56/10), but I just swapped a couple of names so I don't think the style has changed.
Types of changes
Checklist
make clean)make html)pyproject.tomlfile.make tests)