Day 9
Today I began by completing the change to my code that I had begun the previous day, allowing me to finally run a trial on the first preprocessing method I was to test, "MinMaxScaler." The metrics looked strange at first, and it turned out that while the mean-class accuracy of the first trial was fairly good, the overall accuracy was too low. I talked to Ron about this issue, and after much searching for an error, we found that there was a problem with shuffling the data. After that was solved, I began to successfully run trials on the preprocessing methods. Today I ran thirty trials on each of five out of the seven preprocessing methods which I am testing. I plan to run trials on the remaining two methods tomorrow. Each group of thirty trials took about thirty minutes, so meanwhile I worked on creating a diagram of the machine learning pipeline and writing a description of what each preprocessing method I am testing does. I will continue these descriptions and perform the remaining trials tomorrow.
Comments
Post a Comment