project-palooza / unsupervised

0 stars 3 forks source link

issue 1 modularized code #8

Open bekirmamediev opened 4 months ago

bekirmamediev commented 4 months ago

I have modularized the project code into distinct components: fit.py, evaluate.py, and process.py, housed under the src/ directory. Integrated these functionalities into the main Jupyter notebook (notebooks/cc_jeneral.ipynb) by importing and utilizing functions from fit.py, evaluate.py, and process.py. I forked the project a month ago and have recently reviewed the changes made to the main project. I have not yet integrated these changes into my code but plan to do so after receiving your feedback. Thank you.