GithubHelp home page GithubHelp logo

featurologists's Introduction

Featurologists

Main repository for the MLOps Engineering Lab #2 "Feature Store for ML" by Team #2.

Quickstart

# Create a virtual environemnt:
python -m venv ./venv
source venv/bin/activate

# Setup project:
make setup    # installs package, linters, pre-commit hooks
make lint     # beautifies the staged code
make pytest   # runs tests from ./tests/
make nbtest   # executes notebooks from ./notebooks
make nbclean  # cleans outputs in notebooks from ./notebooks

# Run jupyter locally:
make jupyter

NB: pre-commit hooks installed to your system might be very annoying not allowing you to commit your code. If you're pissed off, please do git commit -m "I'm pissed off" --no-verify and push your changes, we'll figure this out.

Repository format

  1. Primary python code:
$ tree featurologists
featurologists
├── __init__.py
└── models
    ├── customer_segmentation
    │   └── __init__.py
    └── __init__.py

If you need to add a pip dependency, please add it to setup.py (section install_requires). Development requirements (linters, jupyters, etc) can be added to requirements-dev.txt.

  1. Checking your code in jupyter notebooks:
$ tree notebooks
notebooks
└── models
    ├── country_prediction
    └── customer_segmentation

Please don't keep any important code in jupyter notebooks as it can't be versioned or re-used. It's better to import python code via import featurologists in the notebooks and test it.

featurologists's People

Contributors

geewynn avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

atemate

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.