logistic regression

Q&A's, tips, howto's
Locked
csfreebird
Posts: 107
Joined: Tue Jan 15, 2013 11:54 am
Location: China, Beijing
Contact:

logistic regression

Post by csfreebird »

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.

Locked