# BUAA Machine Learning HW **Repository Path**: Craaaaazy/buaa-machine-learning-hw ## Basic Information - **Project Name**: BUAA Machine Learning HW - **Description**: BUAA Machine Learning Homework_IMDb Remark Sentiment Analysis & Medication Insurance Cost Prediction - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-01 - **Last Updated**: 2021-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BUAA Machine Learning HW #### 介绍 BUAA Machine Learning Homework_IMDb Remark Sentiment Analysis & Medication Insurance Cost Prediction #### 软件架构 IMDb文件树为 E:. │ IMDB.zip //源数据 │ └─IMDB │ Init.ipynb //初始化模型 │ load_data.py //读取数据 │ myModel.py //模型 │ other_trained_model.ipynb //开始时一些简单模型的使用评估 │ run.py //运行文件 │ submission.csv │ trans.ipynb //生成的submission在win下重新执行一次 医疗花费文件树为 ─医疗花费预测 │ LoadData.py //读取数据 │ RandomForest.py //随机森林实现 │ run.py //执行程序 │ ├─data //数据 │ submission.csv │ test_sample.csv │ train.csv │ ├─save //保存模型 │ Random_Forest.pickle