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

https://github.com/gustttavodev/machine-learning-labirinto


https://github.com/gustttavodev/machine-learning-labirinto

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## CRIAÇÃO DE UM AMBIENTE VIRTUAL ISOLADO

```python3 -m venv venv```
#### BOOTSTRAP NO AMBIENTE
```source venv/bin/activate```

## INSTALAR DEPENDENCIAS

```pip3 install numpy pandas scikit-learn matplotlib seaborn```

### RODAR O LABIRINTO

```python3 labirinto.py```