Skip to main content

A flexible machine learning framework

Project description

The Cottonwood Machine Learning Framework

Cottonwood is built to as flexible as possible, top to bottom. It's designed to minimize the iteration time when running experiments and testing ideas. It's meant to be tweaked. Fork it. Add to it. Customize it to solve the problem at hand. For more of the thought behind it, read the post " Why another framework?

This code is always evolving. I recommend referencing a specific tag whenever you use it in a project. Tags are labeled v1, v2, etc. and the code attached to each one won't change.

If you want to follow along with the construction process for Cottonwood, you can get a step-by-step walkthrough in End-to-End Machine Learning Course 312 and Course 313

Try it out

python3 -m pip install "cottonwood==8" --user
python3
>>> import cottonwood.demo

Start playing

If you'd like to experiment with ideas of your own, you'll want to clone the repository to your local machine and install it from there.

git clone https://github.com/brohrer/cottonwood.git
python3 -m pip install -e cottonwood --user --no-cache
cd cottonwood
git checkout v8

Examples

See what Cottonwood looks like in action. Feel free to use any of these as a template for a project of your own. They're MIT licensed.

Revision history

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

cottonwood-8.tar.gz (15.6 kB view hashes)

Uploaded Source

Built Distribution

cottonwood-8-py3-none-any.whl (2.8 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