0.0
No commit activity in last 3 years
No release in over 3 years
Installer for C5.0 and GritBot, tools for decision-tree learning and data cleansing.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

See5::Installer

This gem installs the executables c5.0 and gritbot, which can be used by other gems. It provides no other functionality. The executable files are left inside the gem directory, so they do not make any unnecessary assumptions about the directory structure of the system.

This repo contains snapshots of the source trees of C5.0 and GritBot, downloaded from https://www.rulequest.com/download.html. These packages are both licensed under GPL Version 3. The gem's code is licensed under the MIT License.

Installation

Add this line to your application's Gemfile:

gem "see5-installer"

And then execute:

bundle install

Or install it yourself as:

gem install see5-installer

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/elebow/ruby-see5-installer.