This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* check that input to step.fit_transform and step.transform is dict. Same for step outputs * prepare for 0.1.16 * Update base.py
- Loading branch information
Kamil A. Kaczmarek
authored
Nov 23, 2018
1 parent
1d60b30
commit 856b95f
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,11 @@ | |
|
||
setup(name='steppy', | ||
packages=['steppy'], | ||
version='0.1.15', | ||
version='0.1.16', | ||
description='A lightweight, open-source, Python library for fast and reproducible experimentation', | ||
long_description=long_description, | ||
url='https://github.com/minerva-ml/steppy', | ||
download_url='https://github.com/minerva-ml/steppy/archive/0.1.15.tar.gz', | ||
download_url='https://github.com/minerva-ml/steppy/archive/0.1.16.tar.gz', | ||
author='Kamil A. Kaczmarek, Jakub Czakon', | ||
author_email='[email protected], [email protected]', | ||
keywords=['machine-learning', 'reproducibility', 'pipeline', 'data-science'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters