Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirtia/02450-introduction-to-ml-dm

This repository contains the course's project and notes for the final exam.
https://github.com/mirtia/02450-introduction-to-ml-dm

Last synced: 6 days ago
JSON representation

This repository contains the course's project and notes for the final exam.

Awesome Lists containing this project

README

        

# 02450-Introduction-To-ML-DM

This repository contains the course's project and notes for the final exam.

## Structure

```sh
.
├── analysis.ipynb
├── data
│   ├── SAheart.csv
│   └── SAheart.md
├── figures
├── LICENSE
└── README.md
```

## TODOs

- [X] The code I put on analysis is still on experimental stage. I gathered some scripts I already have.
- [ ] We have to work on the interpretation of the PCAs and check it furtherly.
- [ ] Add the p-value distribution statistics in the overleaf.
- [ ] Plot projections on 3D and 2D.
- [ ] Add the skewness on the dataset before the analysis.
- [X] Normalize score of atype (0 - 1)

## Requirements

```sh
pip install -r requirements.txt
```