Code Monkey home page Code Monkey logo

wrangle's Introduction


Wrangle

Data preparation for deep learning

Talos Travis Talos Coveralls

WrangleKey FeaturesInstallSupportIssuesLicenseDownload


Wrangle provides the building blocks for entirely avoiding redundant, easy-to-automate, data preparation tasks.

Wrangle

TL;DR

Wrangle dramatically simplifies 95% of data preparation tasks involved in advanced deep learning practice and provides the required building blocks for near-future automated machine intelligence workflows. Wrangle is created to solve the problem of avoiding beneficial workflow steps due to complexity, cognitive overhead, and the anxiety that comes with it.

Key Features

Because of the large number of functions, many of which are frequently used in common deep learning data preparation workflows, Wrangle is notably focused on namespace. All functions are named in a way where the name explains exactly what can be expected in terms of capability. Let's dissect a few as an example:

In col_to_binary col refers to what is being processed, in this case a column of a dataframe. to refers to the particular process, in this case a conversion. binary refers to the output. In this case a given column in a dataframe is converted into binary values. For example, a continuous column is converted to binary classes based on if the values are below or above mean value. Similarly array_reshape_conv1d can be understood as taking in an array, and reshaping it to conv1d layer required shape.

Wrangle key features include:

  • Resampling
  • Transformation
  • Renaming
  • Grouping
  • Merging
  • Correlations
  • Reshaping
  • Cleaning

Wrangle works on Linux, Mac OSX, and Windows systems.

Install

Stable version:

pip install wrangle

Daily development version:

pip install git+https://github.com/autonomio/wrangle.git@daily-dev

Support

If you want ask a "how can I use Wrangle to..." question, the right place is StackOverflow.

If you found a bug or want to suggest a feature, check the issues or create a new issue.

License

MIT License

wrangle's People

Contributors

mikkokotila avatar c0ntribute avatar abhijithneilabraham avatar

Stargazers

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