A library to build and test machine learning features
Project description
This library provides a set of tools that can be useful in many machine learning applications (classification, clustering, regression, etc.), and particularly helpful if you use scikit-learn (although this can work if you have a different algorithm).
Most machine learning problems involve an step of feature definition and preprocessing. Feature Forge helps you with:
Defining and documenting features
Testing your features against specified cases and against randomly generated cases (stress-testing). This helps you making your application more robust against invalid/misformatted input data. This also helps you checking that low-relevance results when doing feature analysis is actually because the feature is bad, and not because there’s a slight bug in your feature code.
Evaluating your features on a data set, producing a feature evaluation matrix. The evaluator has a robust mode that allows you some tolerance both for invalid data and buggy features.
Installation
Just pip install featureforge. On pip 1.5.x you will need to put the –process-dependecy-links flag
Documentation
Documentation is available at http://feature-forge.readthedocs.org/en/latest/
Contact information
Feature Forge is © 2014 Machinalis (http://www.machinalis.com/). Its primary authors are:
Javier Mansilla <jmansilla@machinalis.com> (jmansilla at github)
Daniel Moisset <dmoisset@machinalis.com> (dmoisset at github)
Rafael Carrascosa <rcarrascosa@machinalis.com> (rafacarrascosa at github)
Any contributions or suggestions are welcome, the official channel for this is submitting github pull requests or issues.
Changelog
- 0.1.3:
Added support for running and generating stats for experiments
- 0.1.2:
Fixing installer dependencies
- 0.1.1:
Added support for python 3
Added support for bag-of-words features
- 0.1:
Initial release
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
File details
Details for the file featureforge-0.1.3.tar.gz
.
File metadata
- Download URL: featureforge-0.1.3.tar.gz
- Upload date:
- Size: 38.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26577faed92eddc0d76b83cfb468ddbc2edcaee1d0846a1498e594e1e7c6c7b1 |
|
MD5 | 4f40292a0558b02c28f234b730ecb22e |
|
BLAKE2b-256 | a423dc0c8ab663aaacc86691b98b9a44c2c56962424f89a1a7d9a10f91953f1e |