mahmutakyol / diabet-data-mining

Early-stage diabetes risk prediction dataset simple UI example for data mining lesson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

This is the project for Data Mining Lesson created by Mahmut Akyol!

Database

I used prepeared DB from UCI diabet database;

Frontend

I am usigin VueJS in frontend. In order to run frontend application, I suggest that you should instlal VueJS CLI.

$ yarn global add @vue/cli
$ vue --version

Detailed documentation is in here

To run frontend application, you should execute serve command in app directory.

$ yarn
$ yarn run serve

After that command, you may see the application on localhost:8080

Whenever you change a file in app/src, vue cli applies it on browser automatically. You don't have to execute again yarn run serve command or even refresh the browser.

About

Early-stage diabetes risk prediction dataset simple UI example for data mining lesson


Languages

Language:JavaScript 97.2%Language:Vue 2.4%Language:HTML 0.3%Language:CSS 0.1%