Git Product home page Git Product logo

lambdata-1's Introduction

lambdata

a collection of data science helper functions

What is going on?

This is a loose collection of code that is ever-expanding. It currently has no purpose, but to make me a better programmer. Additionally it has the broader goal of containing useful and reproducible code that others will enjoy using.

Version

1.6

License

MIT, see GreyLICENSE.txtGrey for further details.

Installation

Lambdata is written for Python 3. Hopefully the module has no external dependencies.

If you have pip, you can automatically download and install from the PyPi repository: Grey box: pip install -i https://test.pypi.org/simple/ lambdata-skredenmathias==0.1.6

If none of the above works, you can make Python aware of the module in three ways:

  • Put the pattern folder in the same folder as your script.
  • Put the pattern folder in the standard location for modules so it is available to all scripts: -- c:\python26\Lib\site-packages\ (Windows), -- /Library/Python/2.6/site-packages/ (Mac OS X), -- /usr/lib/python2.6/site-packages/ (Unix). -Add the location of the module to sys.path in your script, before importing it: Grey MODULE = '/users/tom/desktop/pattern' import sys; if MODULE not in sys.path: sys.path.append(MODULE) from pattern.en import parsetree Grey

Documentation

https://docs.pytest.org/en/latest/

Contribute

The source code is hosted on GitHub and contributions or donations are welcomed.

Bundled dependencies

Lambdata is bundled with the following data sets, algorithms, and Python packages: Pandas, Pandas/dev Numpy, numpy/dev Unittest

lambdata-1's People

Contributors

skredenmathias avatar

Watchers

James Cloos 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.