Exercise: Use cross validation (CV) in your training and testing.
As the advantage of CV is typically for smaller datasets, try using 10% (or 1%) of the Aleph b-jet data.
     Also check the performance on each k-fold, and determine the uncertainty in your performance.
     Finally, you should try to change your (classification) loss function and also rewrite your analysis
to predict "energy" or "cTheta" from the other variables (i.e. regression).
Example solutions from week 2:
The following are example solutions and related code, which comes with absolutely no warrenty, that you may let yourself be inspired by: