I am in one project that using logistic regression to predict phone number from fraud. The engineers in my team are using python(maybe c++ later) library for logistic regression to do machine learning.
I wonder how to implement this in newlisp, any basic functions from newlisp can be used in this case.
I am new to machine learning, but want to have a try with newlisp myself.