Giter VIP home page Giter VIP logo

datascience-starter's Introduction

example branch parameter

datascience-starter

A starter pack for data science projects.

This repo is designed to bootstrap data science projects by providing a working environment for the development of Jupyter Notebooks. Useful classes from past projects are collected in src/datascience_starter. Classes are made available through the starter_pack package. Please use these classes to aid the development of jupyter notebooks within the notebooks dir.

Use Case

Jupyter Notebooks are the defacto tool for exploring data and presenting work to peers and technical stakeholders. Unforntuately, notebooks are not the best way to re-use code between projects. This is what the datascience-starter repo helps structure. Code snippets for gridsearch, model diagnosis and data processing (etc.) are not often critical to the notebooks presentation. However, they are often a core step in the analysis pipeline. By abstracting these code snippits to reusable classes, one can develop a reusable codebase and cleaner notebooks.

Installation

To install the datascience-starter package,

  1. git clone https://github.com/jordanparker6/datascience-starter
  2. cd datascience-starter
  3. pip install . or make install

Usage

The datascience-starter package can be used in any python file or jupyter notebook once installed using import datascience_starter. To take advantage of the project structure, all project working should be completed in the notebooks directory and notebooks should harness the reusable code maintained in the datascience-starter package.

Other usage comands are as follows.

  1. To build the documentation for the datascience-starter package make docs.
  2. To run tests over the datasceince-starter package make tests.
  3. To run linting over the datascience-starter package make lint.

datascience-starter's People

Contributors

jordanparker6 avatar

Stargazers

 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.