-
Notifications
You must be signed in to change notification settings - Fork 2
Build your own classifier
Alright, so you have begun to use AllSorts and you are getting some fun and interesting results, but perhaps you can do better by making your own bespoke classifier for your university/institute/hospital?
Well if you are lucky enough to have heaps of data with true class information you can do just that! What's more you can use all the AllSorts functionality for visualisation and classification but just plug in your own random forest classification model!
Huzzah!
For a brief tutorial on how to make your own classifier please follow this link
For an even briefer tutorial about how one might build a classifier in python if that is more up your alley, follow this link
Note: it is impossible for me to cover all the weird and wonderful ways your data can take on and behave and all its potential pitfalls.