Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 395 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 395 Bytes

RevisoesHoteisML

Primeiro trabalho na matéria de machine learning Faculdade de Engenharia FGA-UNB

Dependências

  • Python 3
  • Tkinter
    • sudo apt install python3-tk
  • NumPy
    • pip3 install numpy --user
  • Scipy
    • sudo apt install libatlas-base-dev gfortran
    • pip3 install scipy --user
  • Scikit learn
    • pip3 install scikit-learn --user