freedomofpress / fingerprint-securedrop

A machine learning data analysis pipeline for analyzing website fingerprinting attacks and defenses.
GNU Affero General Public License v3.0
29 stars 9 forks source link

Perform feature scaling just once, not for every fold #110

Open psivesely opened 7 years ago

psivesely commented 7 years ago

Moving this if statement that performs feature scaling outside the fold loop it's in would save some minor computation time.