This document describes how to use the SKLL machine learning library to predict survival on the Titanic dataset. It shows how to:
1. Split the dataset into training and development sets for model training and evaluation.
2. Create a configuration file to specify learners (random forest, SVM, naive bayes), feature files, and input/output directories.
3. Run the experiment to train models on the training set and evaluate performance on the development set.
4. Examine and aggregate the evaluation results to compare learner performance.