Skip to main content

A source-native, automated machine learning workflow

Project description

DeepUtilities

DeepUtilities Logo

What is it?

Pipeline for developing, training, and diagnosing machine learning algorithms

Why do we need it? Why is it useful?

  1. There are standard methods for pre-processing, training, and diagnosing algorithms; why should everyone reinvent the wheel every time?
  2. Let's standardize and grow the library of diagnostics for science analyses with machine learning!

General Features

  1. modularity - replaceable/extensible pipeline elements
  2. fully connected pipeline elements
  3. good for both TensorFlow and PyTorch

Requirements

  1. python 3.x
  2. more, but not sure yet.

Example

Example Image of pipeline

Pipeline Flow

  1. Ingest
  2. Pre-process
  3. Train
  4. Test
  5. Evalute
  6. Report

Original Development Team

  1. Praveen Balaji
  2. Joao Caldeira
  3. Callista Christ
  4. Aleksandra Ciprijanovic
  5. Anand Jain
  6. Francois Lanusse
  7. Brian Nord
  8. Marwah Roussi
  9. Amanda Whaley

How to contribute

I'm really glad you're reading this, because we need volunteer developers to help this project come to fruition.

Submitting changes

Please send a GitHub Pull Request to DeepUtilities with a clear list of what you've done (read more about pull requests). When you send a pull request, we will love you forever if you include examples. We can always use more test coverage. Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."

Coding conventions

Start reading our code and you'll get the hang of it. We optimize for readability:

  • We indent using tabs
  • We ALWAYS put spaces after list items and method parameters ([1, 2, 3], not [1,2,3]), around operators (x += 1, not x+=1), and around hash arrows.
  • This is open source software. Consider the people who will read your code, and make it look nice for them. It's sort of like driving a car: Perhaps you love doing donuts when you're alone, but with passengers the goal is to make the ride as smooth as possible.

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

deeputilities-0.1.1.tar.gz (41.3 kB view hashes)

Uploaded Source

Built Distribution

deeputilities-0.1.1-py3-none-any.whl (37.0 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