arendakessian / spring2020-ml-project

fake review detection system
2 stars 3 forks source link

Fix .ipynbs to handle upsampling #12

Open kelseymarkey opened 4 years ago

kelseymarkey commented 4 years ago

We are now allowing both upsampling and downsampling in our workflow, so we need to update some file names in our current notebooks to reflect this.

kelseymarkey commented 4 years ago

Assigning to @charlesoblack to handle second, third, and fourth points above (and update any modeling notebooks as necessary).

Assigning to @arendakessian so that he can update any modeling notebooks as necessary.

kelseymarkey commented 4 years ago

Tested Sid's changes to vectorizer-count.ipynb and concat-features.ipynb, all behavior as expected.

Also updated my modeling notebook (Naive_Bayes.ipynb) to reflect these new file names (commit 1526bcd1130c510ca7e5d8624a890b509869edd1).

Only remaining task is for Aren and Sid to update their respective modeling notebooks.

guidopetri commented 4 years ago

I want to make sure that this works before closing it but it's next in line.