Show HN: Choosing meaningful work with Python Pandas data analysis (github.com) 16 points by freeradical13 7y ago ↗ HN
[–] bluemania 7y ago ↗ Hmm not seeing much reference to pandas here, is this the correct link? [–] freeradical13 7y ago ↗ Most of the pandas code is in the abstract base classes here: https://github.com/freeradical13/ValueBasedPrioritization/bl...That's combined with statsmodels code to run things like exponential smoothing and ordinary least squares, or Facebook Prophet for GAM. For example: https://github.com/freeradical13/ValueBasedPrioritization/bl...The actual DataFrames are constructed in the concrete classes such as the following for analyzing underlying causes of death for the United States: https://github.com/freeradical13/ValueBasedPrioritization/bl...The overall purpose is described in detail here: https://github.com/freeradical13/ValueBasedPrioritization/ra...
[–] freeradical13 7y ago ↗ Most of the pandas code is in the abstract base classes here: https://github.com/freeradical13/ValueBasedPrioritization/bl...That's combined with statsmodels code to run things like exponential smoothing and ordinary least squares, or Facebook Prophet for GAM. For example: https://github.com/freeradical13/ValueBasedPrioritization/bl...The actual DataFrames are constructed in the concrete classes such as the following for analyzing underlying causes of death for the United States: https://github.com/freeradical13/ValueBasedPrioritization/bl...The overall purpose is described in detail here: https://github.com/freeradical13/ValueBasedPrioritization/ra...
2 comments
[ 2.8 ms ] story [ 17.7 ms ] threadThat's combined with statsmodels code to run things like exponential smoothing and ordinary least squares, or Facebook Prophet for GAM. For example: https://github.com/freeradical13/ValueBasedPrioritization/bl...
The actual DataFrames are constructed in the concrete classes such as the following for analyzing underlying causes of death for the United States: https://github.com/freeradical13/ValueBasedPrioritization/bl...
The overall purpose is described in detail here: https://github.com/freeradical13/ValueBasedPrioritization/ra...