nishnik / ANONS

ANOVA for neural networks
4 stars 11 forks source link

Doing an Analysis Of Variance(ANOVA) test #12

Open pswaldia opened 5 years ago

pswaldia commented 5 years ago

Now that we are done with organising resuts and plots by varying different hyperparameters and layers. How to proceed in the direction of doing ANOVA.?

nishnik commented 5 years ago

You can use statsmodel for ANOVA. Example: https://plot.ly/python/anova/

nishnik commented 5 years ago

An example of ANOVA (not the code, but the maths): http://sphweb.bumc.bu.edu/otlt/MPH-Modules/BS/BS704_HypothesisTesting-ANOVA/BS704_HypothesisTesting-Anova_print.html