You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joaquin Vanschoren edited this page Nov 23, 2015
·
20 revisions
Create a representation of a simple machine learning modelling process, i.e.
Open algorithm implementation (e.g. weka.J48)
Load dataset (e.g. Iris.arff)
Build model (e.g. decision tree)
Store model (e.g. a .model file)
You can do this from the perspective of your favourite machine learning environment, but don't overspecialize.
In enough detail so that anyone else can repeat the same thing and has all relevant information.
Mention the core concepts that you need. Optionally, also state their relations (useful for later).