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

https://github.com/carnivuth/datamining

notes on datamining course of professor Sartori
https://github.com/carnivuth/datamining

alma-mater-studiorum appunti bologna datamining magistrale note unibo

Last synced: 2 months ago
JSON representation

notes on datamining course of professor Sartori

Awesome Lists containing this project

README

        

# DATAMINING

this are my personal notes on datamining course of professor Sartori Claudio

## HOW TO USE

- install [obsidian](https://obsidian.md/)
- [clone the repository](https://github.com/carnivuth/datamining.git)
- [add the repo as obsidian vault](https://help.obsidian.md/Files+and+folders/Manage+vaults#Create+vault+from+an+existing+folder)

it's possible to use the repo without obsidian but in order to get the best experience you need to install it

## REPOSITORY STRUCTURE

There is a folder for each macro-argument of the course inside the `pages` folder, each folder contains a brief recap of each argument

### MAPS

for each macro-argument there is a conceptual map in the root folder for a quick overview of the arguments structure

## HOW TO RUN THE CODES

the labs folder contains the exercises of the course and my personal exercises, it's meant to be use with a python virtual environment but you can use it with your system-wide pip installation

```bash
# enter inside labs directory
cd datamining/labs

# create virtual env
python -m venv env

# activate virtual env
source env/bin/activate

# install dependencies
pip install -r requirements.txt
```

## QUESTIONS

there are also some questions from the pasts exams [here](QUESTIONS_DATAMINING.md) and [here](QUESTIONS_MACHINE_LEARNING.md)

## CREDITS

- [carnivuth](https://github.com/carnivuth)
- [stef-a99](https://github.com/stef-a99)
- [kuri0317](https://github.com/kuri0317)
- [claudiacitera](https://github.com/claudiacitera)