# kaggle-titanic **Repository Path**: voldemort/kaggle-titanic ## Basic Information - **Project Name**: kaggle-titanic - **Description**: A clojure implementation of Kaggle.com's titanic project - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-26 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # titanic A Clojure library that generates the same CSV file as done by excel, in Kaggle's titanic example: http://www.kaggle.com/c/titanic-gettingStarted/details/getting-started-with-excel ## Usage lein repl (use 'titanic.core) (spit "prediction.csv" csv) ## License Copyright © 2012 Paul Sanwald Distributed under the Eclipse Public License, the same as Clojure.