Skip to content

Research project to determine if Q-analysis is capable of classifying binary and categorical data. It compares Q-analysis to KNN.

Notifications You must be signed in to change notification settings

cortzero/binary-categorical-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary-categorical-classifier

Research project to determine if Q-analysis is capable of classifying binary and categorical data. It compares Q-analysis to KNN.

You need to have

  • Python 3.10
  • Pip3 22.2.1
  • virtualenv 20.16.3
  • Node.js 16.16.0

How to run

Q-analysis and KNN backend

  1. Create a virtual environment with virtualenv inside the root directory of q-analysis or knn
  2. Activate the virtual environment
  3. Install the Python dependecies with pip install -r requirements.txt
  4. Run backend with python -m flask run --host=0.0.0.0

Frontend

  1. Go to the frontend directory
  2. Install all dependencies with npm install
  3. Run frontend with npm run serve

About

Research project to determine if Q-analysis is capable of classifying binary and categorical data. It compares Q-analysis to KNN.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published