Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.3 KB

README.md

File metadata and controls

31 lines (27 loc) · 2.3 KB

N10_Mushroom_Classificatiton

Mushroom_classification data mining of Group 10 in Thuy Loi University Southern Campus in Viet Nam

Chạy với tệp Mushroom_Classificatiton.ipynb

HƯỚNG DẪN SỬ DỤNG GOOGLE COLAB ĐỂ CHẠY THUẬT TOÁN Bước 1: git clone https://github.com/phungtiep/N10_Mushroom_Classificatiton.git Bước 2: Vào Google Drive và upload thư mục N10_Mushroom_Classificatiton vừa clone. Bước 3: Vào thư mục N10_Mushroom_Classificatiton, sau đó click vào Mushroom_Classification.ipynb, kéo xuống thay dòng df = pd.read_csv('/content/drive/MyDrive/Mushroom_Classification/source_code/data/mushrooms.csv') với df = pd.read_csv('/content/drive/MyDrive/N10_Mushroom_Classificatiton/N10_mushroom_classification/data/mushrooms.csv') Bước 4: nhấn vào nút connect để két nối runtime python3 image Bước 5: Nhấn vào Nút Play để tiến hành xác thực OAuth2 chọn tài khoản google vừa tạo foldel, tiến hành đăng nhập, sau đó copy authorization_code, paste vào ô hiển thị bên dưới. image image image Sau khi paste xong nhấn enter để xác thực. Sau đó nhấn nút play từ trên xuống dưới để thưc thi chương trình.

Chạy với tệp Mushroom_Classificatiton.py

Bước 1: git clone https://github.com/phungtiep/N10_Mushroom_Classificatiton.git Bước 2: cd N10_Mushroom_Classificatiton Bước 3: Mở folder N10_mushroom_classification với Pycharm, cài đặt các thư viện cần thiết bằng cách tạo môi trường ảo mới, rê chuột vào từng dòng đầu file mushroom_classification.py để cài đặt thư viện sau kéo xuống thay dòng df = pd.read_csv('/content/drive/MyDrive/Mushroom_Classification/source_code/data/mushrooms.csv') với df = pd.read_csv('./data/mushrooms.csv') Bước 4: nhấn vào Tab Terminal gõ: python3 mushroom_classification.py THE END