CodeSpaceHQ / MENGEL

A framework that applies machine learning algorithms and automates the process of finding the right algorithm for the job.
6 stars 1 forks source link

Updates to filler_strategy #126

Closed ZakeryFyke closed 7 years ago

ZakeryFyke commented 7 years ago

Made updates to the filler_strategy file of questionable improvement.

This update changes how the decisions are made so that average filling does not always take precedence over value filling. It also changed the run_fillers function to use a dictionary version of a switch statement. This should allow for the easy addition of other filling techniques in the future if we so desire.

Test cases were also updated to reflect changes.