mvn clean compile exec:java
Details
Details
Diff Detail
Diff Detail
- Repository
- rMLVP voting-pred
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
- Handle exceptions
- Add static fields for magic constants
- Encapsulate training
- Add text-based UI
Comment Actions
- Order imports
- Splitdata should be static method
- Exception handlers should use system.err
- Using system.err rather than system.out for evaluation summary is a bit iffy but will pass for now