Git Product home page Git Product logo

jupyter_eda's Introduction

Jupyter EDA (jupyter_eda)

Jupyter EDA is a small set of tools designed to assist with exploratory data analysis (EDA) in Jupyter Notebook by wrapping around and providing convenient access to tools for data munging, analysis, and visualization from modules such as:

  • Matplotlib (for data visualization)
  • NumPy (for data handling and manipulation)
  • Pandas (for data handling and manipulation)
  • SciKit-learn (for data handling and manipulation)
  • Seaborn (for data visualization)

It also relies on a few other modules for reporting and functionality:

  • IPython (for output formatting in Jupyter Notebook)
  • Jinja2 (for HTML and CSS templating)
  • TQDM (for graphical progress bars)
  • Weasyprint (for PDF output)

Data wrangling for machine learning and the "TAPE" model for EDA

We all know that before you can start loading your data into statistical models for machine learning, there is a lot of cleaning and general data "munging" or "wrangling" that has to be done so that your dataset is ready to start throwing linear algebra at it. Unfortunately, despite the power of tools like NumPy, Pandas, and SciKit-learn, it can be difficult to really get down and dirty with the data while also ensuring process reproducibility and repeatability. With that in mind, Jupyter EDA focuses on providing four kinds of functionality to speed up and improve your EDA and data preprocessing workflows:

  1. Tracking
    • Organize and track your data to ensure you know what you're working with, when it was edited, and how
    • Log your cleaning and feature engineering process to ensure reproducibility
    • Segregate training/testing data and different variable types to ensure proper data handling
  2. Analyzing
    • Perform a variety of automated initial data analysis (IDA) and exploratory data analysis (EDA) functions
    • Use special analysis tools for data such as text and datetime objects to examine useful patterns prior to feature engineering
  3. Producing
    • Use automated functions to clean your data and impute missing values based on various best practices
    • Generate pre-designed reports and plots to get a snapshot of key aspects of your dataset
    • Engineer new features using built-in or ad hoc "recipes"
  4. Exporting
    • Export your data, logs, or even a whole pickled Dataset object in case you need to move your work somewhere else
    • Save your reports and visualizations in a variety of useful formats, including PDF and embed-ready HTML
    • Repackage your data preprocessing steps as pipeline-ready objects with fit() and transform() functions
    • Create custom data objects that are ready for monitoring

jupyter_eda's People

Contributors

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