software-tools-books / js4ds

JavaScript for Data Science
https://third-bit.com/js4ds/
Other
187 stars 32 forks source link

WIP: Data-Forge in capstone #151

Closed tobyhodges closed 5 years ago

tobyhodges commented 5 years ago

DataManager seemed to be the most obvious place to use Data-Forge in our capstone project. This PR shows the progress I've made so far in doing so.

The main issue that I keep bumping up against is how to gracefully handle missing data. Please read the modified text in capstone.tex for details, to save me replicating it here. Any advice on how I can improve the code and make it more concise? Also: any idea how to catch empty series in DF in general?

@gvwilson @MayaGans