Module: MLRuby

Defined in:
lib/ML_Ruby.rb,
lib/ML_Ruby/version.rb

Defined Under Namespace

Modules: DecisionTreeClassifier, KNearestNeighbors, LinearRegression, LogisticRegression, NaturalLanguageProcessing, RandomForestRegression

Constant Summary collapse

PYTHON_PATH =
`which python3`.gsub("\n","")
VERSION =
"0.1.3"