Underdog
About
Underdog is a set of Groovy libraries for data analysis.
It doesn't expect to be the best data analysis tool, but it combines Groovy's expressiveness, and some of the best Java data analysis libraries to at least, make data analysis fun.
Modules
Underdog project covers several data analysis fields with the following subprojects:
underdog-dataframe
Combines tools for working with dataframes and series. You can use it adding the dependency:
More information in the DataFrame section
underdog-graphs
It helps working on graph theory data structures and algorithms. You can use it adding the following dependency:
More information in the Graphs section
underdog-ml
Contains machine learning algorithms and evaluation mechanisms. You can use it adding the following dependency:
More information in the ML section
underdog-plots
Creates different types of charts using the Apache Echarts library underneath. You can use it adding the following dependency:
More information in the Plots section
underdog-ta
The technical analysis module is a wrapper over the Ta4j library. It adds some extension modules to the existent classes so that it makes easier to play with technical indicators and rules and integrate with Underdog's dataframes and series. You can use it adding the following dependency:
More information in the Technical Analysis section