Skip to content

mahmutakyol/diabet-data-mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages