quinngroup / dr1dl-pyspark

Dictionary Learning in PySpark
Apache License 2.0
1 stars 1 forks source link

Refactor common functionality between Spark and Thunder-based apps #54

Open magsol opened 8 years ago

magsol commented 8 years ago

A lot of code is currently duplicated between the Spark and Thunder-based applications. This should be refactored out to make the code easier to maintain.

At the same time, the dimensional algorithms should also be looked at to potentially make #53 simpler.