mlops2024

Machine Learning Systems Design


License
CC-BY-4.0
Install
pip install mlops2024==0.4.0

Documentation

λ¨Έμ‹ λŸ¬λ‹μ‹œμŠ€ν…œ 2024

halla-img course-img lecture-img pypi-image version-image release-date-image license-image codecov jupyter-book-image

Machine Learning Systems Design

이 μˆ˜μ—…μ€ μ‹€μ œ 운영 ν™˜κ²½μ—μ„œ 기계 ν•™μŠ΅ μ‹œμŠ€ν…œμ˜ 섀계, κ΅¬ν˜„ 및 관리에 λŒ€ν•œ μ‹€μ§ˆμ μΈ 츑면을 λ‹€λ£Ήλ‹ˆλ‹€. λ³Έ 과정은 ν•™μƒλ“€μ—κ²Œ 기계 ν•™μŠ΅ μ›Œν¬ν”Œλ‘œλ₯Ό κΈ°μ‘΄ μ†Œν”„νŠΈμ›¨μ–΄ 개발 및 운영 ν”„λ‘œμ„ΈμŠ€μ™€ μ›ν™œν•˜κ²Œ ν†΅ν•©ν•˜λŠ” 데 ν•„μš”ν•œ κΈ°μˆ μ„ μ œκ³΅ν•©λ‹ˆλ‹€. 이 κ³Όμ •μ—μ„œλŠ” DevOps, MLOps 및 λ³΄μ•ˆ 관행을 κ°•μ‘°ν•©λ‹ˆλ‹€. 학생듀은 μ‹€μŠ΅ ν”„λ‘œμ νŠΈλ₯Ό 톡해 dot 파일, git, Docker, Kubernetes, CI/CD νŒŒμ΄ν”„λΌμΈ, Weights & Biases λ“± 첨단 도ꡬ와 방법둠을 μ‚¬μš©ν•˜μ—¬ κ°•λ ₯ν•œ 기계 ν•™μŠ΅ λͺ¨λΈμ„ ꡬ좕, λ°°ν¬ν•˜κ³  μœ μ§€ κ΄€λ¦¬ν•©λ‹ˆλ‹€. λ˜ν•œ, 이 과정은 ν•™μƒλ“€μ—κ²Œ GitOps, DevSecOps 및 LLMOps의 μƒˆλ‘œμš΄ λΆ„μ•Όλ₯Ό μ†Œκ°œν•˜μ—¬ μ‹€μ œ 기계 ν•™μŠ΅ μ• ν”Œλ¦¬μΌ€μ΄μ…˜μ˜ λ³΅μž‘μ„±μ— λŒ€λΉ„ν•©λ‹ˆλ‹€.

Installation

To install the MLOps 2024 package, use the following command:

pip install mlops2024

Or

pip install --user mlops2024

The --user flag is optional and can be used to install the package in the user's home directory instead of the system-wide location.

Usage

To use the MLOps 2024 CLI, run the following command:

mlops2024 [OPTIONS]

If no option is provided, the website of the book will open in the default web browser.

Options

The following options are available:

  • --version: Show the version of the package and exit.
  • -b, --build: Build the book.
  • -l, --local: Open the locally built HTML version of the book in the browser.
  • --help: Show the help message and exit.

Examples

  1. To build the book, use the following command:

    mlops2024 --build
    

    This will trigger the build process for the book.

  2. To open the locally built HTML version of the book in the browser, use the following command:

    mlops2024 --local
    

    This will open the book's HTML file in your default web browser.

  3. To view the version of the package, use the following command:

    mlops2024 --version
    

    This will display the version number of the MLOps 2024 package.

For more information and additional options, run mlops2024 --help to see the help message.

Changelog

See the CHANGELOG for more information.

Contributing

Contributions are welcome! Please see the contributing guidelines for more information.

License

This project is released under the CC-BY-4.0 License.