Inplex-sys / ai-knn-titanic

This script is an exemple of the usage of knn algo. It will able to you to build you own script based on this.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't Cheat u jerk

params = {} # It's a dict with all the user input
passengers = [[],[]] # It's a panda data frame

ai = AI({
  'passengers': passengers,
  'params': params
})

Installation

Install the app on the server

user@domain:~# git clone https://github.com/inplex-sys/ai-knn-titanic.git
user@domain:~# cd ./ai-knn-titanic/
user@domain:~# pip3 install requests
user@domain:~# python3 ./main.py

About

This script is an exemple of the usage of knn algo. It will able to you to build you own script based on this.


Languages

Language:Python 100.0%