Skip to content

Build your own classifier

Quarkins edited this page Feb 8, 2017 · 6 revisions

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!

R Tutorial

For a brief tutorial on how to make your own classifier please follow this link

Python Tutorial

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.

Clone this wiki locally