Commit graph

12 commits

Author SHA1 Message Date
d7cdc9f6e7 Split into two Maven modules
One for the library (same as before),
the other for the executable part.
2019-07-03 09:37:19 -07:00
ee4b513298 Remove dependencies from project
This project is now purely a library only; the code for running directly from the command line will be
put into a new project. This was important because we were including large dependencies into the R code
that weren't needed and created some minor licensing inconveniences.
2019-07-02 16:54:58 -07:00
bc2c240823 Update Jackson to 2.9.9
Apparently older versions of Jackson contain a security vulnerability
(not really important for this project, given that users are only ever
using Jackson on their own settings files)
2019-07-02 15:39:33 -07:00
78ca8bad73 Update pom to build package with minimal dependencies 2019-06-27 15:34:09 -07:00
02b7a5cb9a Rebrand project as largeRCRF 2019-03-13 10:47:37 -07:00
a57741b726 Add PMD rules to pom.xml to enforce higher code quality 2019-01-10 11:23:55 -08:00
75f34853ab Migrate to Java 1.8 2018-08-31 12:48:39 -07:00
e1caef6d56 Implement naive mortality error measure 2018-07-25 15:29:09 -07:00
6b62ad95c3 Add support for loading datasets by CSV files. 2018-07-06 13:21:56 -07:00
b010e79269 Add basic Settings class with persistence. 2018-07-05 13:59:52 -07:00
3b8952e13c Added some tests for FactorCovariate. Moved workshop over to test
codebase.
2018-07-04 13:24:34 -07:00
3c9c78741f Basic functinality to train a single regression tree is
implemented.
2018-07-01 22:22:12 -07:00