Implementing the SimpleAutoEncoder JupyterNotebook and class to training.wrapper - #273
Draft
CheickIsmaelD wants to merge 3 commits into
Draft
Implementing the SimpleAutoEncoder JupyterNotebook and class to training.wrapper#273CheickIsmaelD wants to merge 3 commits into
CheickIsmaelD wants to merge 3 commits into
Conversation
This is a standalone export of the SimpleAutoEncoder class, kept separate from the JupyterNotebook tutorials to allow for a seamless pull request.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementations
1: Added the SimpleAutoEncoder.ipynb file providing a detailed explanation on the functionality and usage of the SimpleAutoEncoder class.
2: Added a _simply.py file into the src/pyearthtools/training folder. This folder contains the standalone SimpleAutoEncoder script
3: Altered the init.py file to import the SimpleAutoEncoder class.
Getting Started
Docstrings
Test Coverage
Two data pipelines were used to determine whether or not the SimpleAutoencoder class was functioning. Would benefit from more test coverage.
Documentation
Final Checks:
Alternatively, if generative AI was used, then confirm you have:
Claude Sonnet 5 was used to transform the SimpleAutoEncoder Jupyter notebook into a proper Python script, generate the plotting function included in the notebook, check grammar and improve the flow of the notebook's descriptions, and improve abstraction by extracting a run_epoch method to support the fit function (previously, run_epoch's functionality was embedded directly in fit).
Finally,