Coder Social home page Coder Social logo

ml-dm's Introduction

Trong project lần này, chúng em sử dụng Jupyter NoteBook trên Visual Studio Code để chạy chương trình nên khuyến khích mọi người sử dụng.


Các bước để chạy chương trình:

  1. Cài Visual Studio Code (https://code.visualstudio.com/download)
  2. Cài Python extension cho VSCode (https://marketplace.visualstudio.com/items?itemName=ms-python.python)
  3. Cài Python 3. trở lên (phiên bản mà chúng em sử dụng là 3.9.7) (https://www.python.org/downloads/)
  4. Cài các thư viện cần thiết Ở đây chúng em sử dụng pip để cài đặt các thư viện 4.1. Kiếm tra phiên bản python (khuyến nghị sử dụng phiên bản python 3.9.7) py --version 4.2. Kiếm tra đã có pip hay chưa py -m pip --version Nếu chưa có pip thì cài đặt pip bằng dòng lệnh sau py -m ensurepip --default-pip 4.3. Cài đặt các thư viện pip install pandas pip install numpy pip install matplotlib pip install seaborn pip install graphviz pip install pydotplus pip install -U scikit-learn *LƯU Ý: Riêng thư viện graphviz dùng để mô hình hóa cây quyết định, ta phải tải và cài đặt bằng phần mềm ngoài để tạo ra folder chứa ảnh chứ không tải bằng pip được. Ta tải file từ đường dẫn: https://graphviz.org/download/ sau đó cài đặt. Trong bước cài đặt ta nhớ phải add Graphviz vào PATH để sử dụng được thư viện này.

ml-dm's People

Contributors

vdquang1704 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.