Skip to main content

No project description provided

Project description

eflow

I designed this project to help make my life easier for my data science projects. It uses a combination of generating code in cell blocks (Check my testing/templates for example notebooks) and well designed objects for analysis and modeling. Currently it is far from done; (studying for GRE and have a full time job in my defense: ) ).

This project was mainly designed for and in Jupyter-Lab. I don't know how well it works in Jupyter-Notebook.

Installation

$ pip install eflow

Other commands/steps to make the project work properly

Ensuring the widgets work properly

$ jupyterlab nbextension enable --py widgetsnbextension --sys-prefix
$ jupyter nbextension enable --py widgetsnbextension --sys-prefix
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter lab clean
$ jupyter lab build

Getting natural language datasets setup. Start by opening up a Python Repl.

$ python
>>> nltk.download('wordnet')
>>> nltk.download('words')
>>> nltk.download('punkt')

Project Requirements

  • Python >= 3.7
  • Latest version's of the following packages:
    • jupyterlab
    • numpy
    • pandas
    • missingno
    • matplotlib
    • seaborn
    • sklearn
    • kneed
    • Pillow
    • tqdm
    • python-dateutil
    • scikit-plot
    • scipy
    • ipywidgets
    • ipython_blocking
    • nltk

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eflow-0.1.99.tar.gz (132.7 kB view hashes)

Uploaded Source

Built Distribution

eflow-0.1.99-py3-none-any.whl (198.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page