Skip to content

ucaglarcaliskan/Logistic_Regression_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic Regression API

This project provides a Logistic Regression API. You can upload a dataset to server and train it. Then, client gets the ROC curve.

It was developed in 48 hours. It is just a proof of concept.

The project includes Flask, Flask-restful, numpy, matplotlib and requests.

Installation

pip3 install flask
pip3 install flask-restful
pip3 install requests

Server

python3 server.py

Client

python3 client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages