Giter Club home page Giter Club logo

dstoolbox's Introduction

Otto Group BI Data Science Toolbox

NOTE: This project is on life support. That means there are probably not any new features being added, but there will be regular updates to support upcoming versions of sklearn and pandas.

This repository contains tools that make working with scikit-learn and pandas easier.

Build Status

What is this?

dstoolbox is not one big tool but rather an amalgamation of small re-usable tools. They are intended to work well with scikit-learn and pandas make the integration of those libraries easier.

The best way to get started is to have a look at the notebooks folder, especially at the showcase notebook.

The tools included here are used by us at Otto Group BI for our production services, as well as by individual members for machine learning related things, such as participating in Kaggle competitions.

Installation instructions

Using pip:

pip install dstoolbox

There is a conda recipe for those who want to build their own conda package.

Contributing

Pull requests are welcome. Here are some directions:

Tests

To run the tests, you need to install the dev requirements using pip:

pip install -r requirements-dev.txt

or conda:

conda install --file requirements-dev.txt

Next you should check that all unit tests and all static code checks pass:

py.test
pylint dstoolbox

Guidelines

  • Python 3 only.
  • Code should be re-usable and succinct.
  • Where applicable, it should be compatible with scikit-learn, pandas, and Palladium.
  • It should be documented and unit-tested using pytest (100% code coverage desired).
  • It should conform to the coding standards prescribed by pylint (where it makes sense).
  • There should be usage examples that cover the most common use cases (the best place would be an IPython/Jupyter notebook).
  • Don't add dependencies unless absolutely necessary.

dstoolbox's People

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.