JackStillwell / SmiteBuilder

A repository for the next generation of my smart smite builder, utilizing Python machine learning frameworks.
2 stars 0 forks source link

Consolidate and Clarify Output #11

Closed JackStillwell closed 4 years ago

JackStillwell commented 4 years ago

Right now 3 builds are presented as output, however most of these builds contain enough repeat items across their core and optional items to be significantly simplified. Write a method for preprocessing output which consolidates the item into a clarified representation.

JackStillwell commented 4 years ago

Improve output clarity

JackStillwell commented 4 years ago

The scope of this issue has proven far greater than originally anticipated due to edge cases and QoL improvements required before I am comfortable pushing this to master. Details are on the linked Trello card.

JackStillwell commented 4 years ago

The majority of the work is done, I am currently writing tests and cleaning the codebase following the changes.