Skip to content

stared/which-ml-are-you

Repository files navigation

Which Machine Learning algorithm are you?

A project by Piotr Migdał and Katarzyna Kańska. Work in progress. We learn Vue, so any feedback and code is appreciated.

Precision, recall and accuracy - visually

Inspirations:

How to run it

It's a Vue.js project, so...

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Deploy to GitHub pages

First, install push-dir. Then:

npm run build; push-dir --dir=dist --branch=gh-pages --cleanup

See Deploy Vue to GitHub pages-the easy way!. You need to set relative paths in vue.config.js.

Customize configuration

See Configuration Reference.