Closed hughpearse closed 5 years ago
@hughpearse @DeeCorr @DeeCorr
Getting an error when passing test and training csv to summary.main() https://drive.google.com/open?id=1XXTQ9rKpuA6OWVf1EUN-DBDcSS0l7SRb
It's trying to calculate the mean of 'class' column. I think class needs to be coverted to a categorical variable. (like factor in R)
evaluator was giving following error.
I fixed it by changing the
Happy with the evaluator file outcome. If someone fixes error in the summary file, I am happy to move this from QA.
I have fixed the summary code.
Happy to sign off QA.
@MitalKasundra have you delivered the suggested fixes?
Given a release candidate test the implementation:
Test plan should include missing data and performance evaluation. The architecture document says to "Create a Validation Dataset, Split data into 80%:20% ratio. 80% to train model and 20% to validate dataset".
Review the architecture document (#12) and business requirements (#11) to verify that the requirements are met.
The iris dataset is available here https://github.com/hughpearse/DCU-CA683-workspace/blob/master/iris.csv