Notebook Refactoring Skill
Convert Jupyter notebook exploration code into clean, tested Python modules.
Process
1. Analyze the Notebook
Read the notebook and identify:
- Data loading cells ->
src/data/module - Preprocessing/transformation cells ->
src/data/orsrc/preprocessing/module - Model definition cells ->
src/models/module - Training loop cells ->
src/training/module - Evaluation/metrics cells ->
src/evaluation/module - **Visualization ce
[Description truncada. Veja o README completo no GitHub.]