Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 941 Bytes

IMBD2020-preliminary

This work is my submission for preliminary of IMBD 2020 contest. The main task is to build a predictive module about the issue of intelligent manufacturing with data provided from the official. The training data and testing data were all uploaded to this repo, so did the document of my module. You could download test the result by yourself. My module can get 0.13 weighted RMSE from testinig data with specific weight which provided with the officia.

This work was tested under the following environment:

  • Windows 10 with Intel(R) i7-6700 CPU @ 3.40GHz, RAM 16G;
  • Python 3.7.7 on Spyder IDE 4.1.4 (Anaconda3)

Packages used:

  • numpy 1.19.1
  • pandas 1.1.0
  • scipy 1.5.0
  • scikit-learn 0.23.1
  • py-xgboost 0.90
  • lightgbm 2.3.1
  • matplotlib 3.2.2