- MATA KULIAH: MACHINE LEARNING
- DOSEN: ZURNAN ALFIAN S.Kom., M.Kom.
- NAMA: M. FIKRI AVISHENA PARINDURI
- NIM: 231011401029
- KELAS: 05TPLE016
create your local environment first
1. run in terminal:
"python -m venv venv"
then enter
it will create the environment folder with name: venv
2. run in terminal:
".\venv\Scripts\Activate.ps1"
then enter
it will get in to the environment terminal
3. run in terminal:
"pip install pandas numpy scikit-learn matplotlib seaborn joblib flask tensorflow"
let it install
then you can run any file you want