forked from nok/sklearn-porter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Roadmap | ||
|
||
## v1.0.0 | ||
|
||
- [ ] Drop support for Python 2 | ||
- [ ] Refactor core and provide functional and object oriented API | ||
- [ ] Remove dynamic imports, use explicit data types and add type hints | ||
- [ ] Run unit tests in parallel with [pytest-xdist](https://docs.pytest.org/en/3.0.0/xdist.html) | ||
- [ ] Run unit tests in a [Docker](https://www.docker.com/) container | ||
- [ ] Add useful commands to the command line tool `porter` | ||
- [ ] Add missing templates to the [existing estimators](https://github.com/nok/sklearn-porter#estimators) | ||
- [ ] Use [Binder](https://mybinder.org/) to provide interactive notebooks |