# ad_prediction **Repository Path**: cmclient/ad_prediction ## Basic Information - **Project Name**: ad_prediction - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.修改Config.py中的ROOT_DATA_FILE_PATH为本地数据根目录,运行RunMe.py即可 2.如果想添加新的model,继承BaseModelCreator类,重写modelName()和getModel()方法即可(可参考OneLayerModelCreator类)