Utilities for scikit-learn.
Project description
Utilities for scikit-learn.
from skutil.estimators import ColumnIgnoringClassifier
# use a classifier that can't handle string data as
# an inner classifier in some stacked model, for example
1 Installation
pip install skutil
2 Basic Use
skutil is divided into several sub-modules by functionality:
2.1 estimators
ColumnIgnoringClassifier - An sklearn classifier wrapper that ignores input columns by index.
ObjColIgnoringClassifier - An sklearn classifier wrapper that ignores object columns in dataframes.
classifier_cls_by_name - Get an sklearn classifier class by name. Also supports lowercasing and some shorthands (e.g. svm for SVC, logreg and lr for LogisticRegression).
2.2 model_selection
ConstrainedParameterGrid - Grid of discrete-valued parameters with constraints.
3 Contributing
Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.
3.1 Installing for development
Clone:
git clone git@github.com:shaypal5/skutil.git
Install in development mode, and with test dependencies:
cd skutil
pip install -e ".[test]"
3.2 Running the tests
To run the tests use:
cd skutil
pytest
3.3 Adding documentation
The project is documented using the numpy docstring conventions, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings. When documenting code you add to this project, follow these conventions.
4 Credits
Created by Shay Palachy (shay.palachy@gmail.com).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file skutil-0.0.19.tar.gz
.
File metadata
- Download URL: skutil-0.0.19.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4d99a6bae7c7e29dbad5347e60c5fde7356a35cc80a1024b987ab514da853c5b
|
|
MD5 |
5bbb5a7bb97cd79a4fd2d37ca920e0c6
|
|
BLAKE2b-256 |
a05d1601aa5153d93247a140bc4f8254c3e400f20e0f329bdcc4e6ae86339851
|
File details
Details for the file skutil-0.0.19-py3-none-any.whl
.
File metadata
- Download URL: skutil-0.0.19-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
33127ce2b13414838a81e349215a725320083a9fa93ae35e102df88bf35541aa
|
|
MD5 |
d54c06c163228fd6d1e18f3f81d3ba93
|
|
BLAKE2b-256 |
cc4074ac63d0df9252f377a4ed0710685d8493cb67f40b40c2052a98df42628c
|