Giter Site home page Giter Site logo

ds_template's Introduction

template_ds_project

Project logo

Project Title

code coverage


๐Ÿง About

Write about 1-2 paragraphs describing the purpose of your project.

๐Ÿ”– Project structure

Project_folder/
|- bin/          # contains scripts and main files that should be run
|- config/       # config files
|- notebooks/    # notebooks for EDA and exploration
|- secrets       # contains api keys and secret parameters. It should be ignored from git
|- src/          # source code - contains functions
|- tests/        # Test files should mirror the src folder
|- Makefile      # automatize taks through make utility

๐Ÿ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Setup your environement and install project dependencies

conda create -n my_project python=3.10
source activate my_project

python -m pip install pip-tools
pip-compile --output-file requirements.txt requirements.in requirements_dev.in
python -m pip install -r requirements.txt

Installing

๐Ÿ”ง Running the tests

Tests are implemented in ./tests, you need to run the following command to run them.

make tests

๐Ÿš€ Deployment

Add additional notes about how to deploy this on a live system.

๐ŸŽˆ Contributions

To contribute in this project, please setup locally the project following the steps in Getting started section. We use few packages to guarantee high quality code. Before commiting you can run: To format you code using black

make black

To get warning message on non respect of pep8 code guidance: (the command runs on all .py files in the project)

make lint

You can also run automatically, black, lint and few other packages to analyze and check your code base before commiting

make precommit

โœ๏ธ Authors

ds_template's People

Contributors

github-actions[bot] avatar kaislar 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.