TamAIRC / structure_code

Template Product Python
1 stars 1 forks source link

Tái cấu trúc DTU Algorithm theo OOP pattern #19

Open PhungQuan-business opened 3 weeks ago

PhungQuan-business commented 3 weeks ago

mọi người checkout ở nhánh đu/base và tạo nhánh mới theo format dtu//feature/<tên-cv>

Bên dưới là cấu trúc folder cho module thuật toán. Folder 'recommendation_system' nằm trong folder 'models'. │ ├── models │ │ ├── init.py │ │ ├── user_model.py │ │ └── recommendation_system │ │ ├── init.py │ │ ├── base_algorithm.py │ │ ├── base_preprocessing.py │ │ ├── base_postprocessing.py

├── controllers │ ├── init.py │ ├── question_controller.py │ ├── recommendation_controller.py │ └── session_manager.py

Công việc

PhungQuan-business commented 2 weeks ago

link code DTU

CSDL: Ly

Thuật toán: Minh và ĐA

PhungQuan-business commented 2 weeks ago

các vấn đề hiện tại bao gồm