├── .gitignore ├── LICENSE ├── README.md ├── src └── CCF2019-discrete-manufacturing │ └── 644baseline.py └── update.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apachecn/awesome-data-comp-solution/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apachecn/awesome-data-comp-solution/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apachecn/awesome-data-comp-solution/HEAD/README.md -------------------------------------------------------------------------------- /src/CCF2019-discrete-manufacturing/644baseline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apachecn/awesome-data-comp-solution/HEAD/src/CCF2019-discrete-manufacturing/644baseline.py -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apachecn/awesome-data-comp-solution/HEAD/update.sh --------------------------------------------------------------------------------