-
Notifications
You must be signed in to change notification settings - Fork 0
Module Breakdown
Jack Stillwell edited this page Jul 30, 2020
·
2 revisions
This module is the public interface for the program, providing CLI parsing and utilizing the other modules to support the primary use case (providing a build for a deity).
This module supports all extraction, transformation, and loading operations. Any translation between what is saved on disk and the objects utilized by the other modules happens in this module.
This module contains the code necessary for transforming sklearn models into the builds presented to the user.
This module contains the code for supporting the primary use case through a Discord Bot.