Skip to content

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

Notifications You must be signed in to change notification settings

Inplex-sys/ai-knn-titanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages