Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 395 Bytes

AchieveModel.md

File metadata and controls

14 lines (12 loc) · 395 Bytes

Achieve model

Diy the features you need, then using the machine-learing method to get your model.

Model Manager

  • Feature

    • FeatureManager/DataManager.py: manage the feature of data which is number
    • FeatureManager/ContextDataManager/test.py: manage the feature of data which is context
  • ML Algorithm

    • ML/AutoNorm.py
    • ML/Sampling.py
    • ML/LR.py
    • ML/Kmeans.py
    • ML/sort