GithubHelp home page GithubHelp logo

credit-risk-mlops's Introduction

Create Environment

conda create -n env_name python==3.7

Create Templates.py File

The Given File Can Be Used To Create The Project Structure

Create Requirements.txt File & Install All Dependency

pip install -r requirements.txt

Steps For DVC & Git Utilization

git init
dvc init
dvc add data_given\Database_Credit.csv
git add . && git commit -m "Frist Commit"
git remote add origin https://github.com/mayurborkar/Credit-Risk-MLOPS.git
git branch -M main && git push -u origin main

After Creating Every Stage In DVC.yaml File Use below Command

dvc repro

Checking Metrics In DVC

dvc metrics show

Checking The Difference In Metrics

dvc metrics diff

Tox

Tox Can Be Used For Creating The Virtual Env. In that We Can Test Our Test Cases That Are We Mention in The test Folder.

tox

If You Had Done Some Changes In Requirements File. If You Want To Run Again Tox Command For That

tox -r

We Can Also Run Directly test Cases With The Help Of Below Command

pytest -v

To Create The Standard pypi package, there is command

python setup.py sdist bdist_wheel

credit-risk-mlops's People

Contributors

mayurborkar avatar

Stargazers

 avatar  avatar  avatar  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.