This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| BG4104 Assignment 1 - Single-file submission | |
| Combined pipeline in required order: | |
| 1) main (Neural Network) | |
| 2) knn | |
| 3) svm | |
| """ | |
| MODEL_SUMMARY = [] |