We just added 5 classifiers into a new file called Classifier.py. Each classifier is contained within a class. We also modify the emip-toolkit.py to take in different classifiers per the user preference.
Test code for IMST and illustration using a notebook is under construction!
IMST and IVT basically work - can be demonstrated via unit test (IVT) or a notebook illustration of the algorithm (IMST)
Hi @hatran22, emtk has been migrated from object-oriented design to functional. Can you adapt the code to match the new design of the library? Thank you for your contribution.
We just added 5 classifiers into a new file called Classifier.py. Each classifier is contained within a class. We also modify the emip-toolkit.py to take in different classifiers per the user preference. Test code for IMST and illustration using a notebook is under construction!