├── Lab1-LogisticsRegression ├── lab1.ipynb ├── report.pdf └── watermelon_3a.csv ├── Lab2-BP ├── iris_data2.xlsx ├── lab2.ipynb └── winequality_data2.xlsx ├── Lab3-DecisionTree ├── clf.py ├── draw_tree.py ├── housing_data.xlsx ├── icecream_data.xlsx ├── iris_data.xlsx ├── reg.py └── winequality_data.xlsx └── README.md /Lab1-LogisticsRegression/lab1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab1-LogisticsRegression/lab1.ipynb -------------------------------------------------------------------------------- /Lab1-LogisticsRegression/report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab1-LogisticsRegression/report.pdf -------------------------------------------------------------------------------- /Lab1-LogisticsRegression/watermelon_3a.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab1-LogisticsRegression/watermelon_3a.csv -------------------------------------------------------------------------------- /Lab2-BP/iris_data2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab2-BP/iris_data2.xlsx -------------------------------------------------------------------------------- /Lab2-BP/lab2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab2-BP/lab2.ipynb -------------------------------------------------------------------------------- /Lab2-BP/winequality_data2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab2-BP/winequality_data2.xlsx -------------------------------------------------------------------------------- /Lab3-DecisionTree/clf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab3-DecisionTree/clf.py -------------------------------------------------------------------------------- /Lab3-DecisionTree/draw_tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab3-DecisionTree/draw_tree.py -------------------------------------------------------------------------------- /Lab3-DecisionTree/housing_data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab3-DecisionTree/housing_data.xlsx -------------------------------------------------------------------------------- /Lab3-DecisionTree/icecream_data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab3-DecisionTree/icecream_data.xlsx -------------------------------------------------------------------------------- /Lab3-DecisionTree/iris_data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab3-DecisionTree/iris_data.xlsx -------------------------------------------------------------------------------- /Lab3-DecisionTree/reg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab3-DecisionTree/reg.py -------------------------------------------------------------------------------- /Lab3-DecisionTree/winequality_data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/Lab3-DecisionTree/winequality_data.xlsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongxx0227/CQU-ML-Lab/HEAD/README.md --------------------------------------------------------------------------------