This repository was archived by the owner on Aug 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99- Nothing yet...
1010
11+ ## [ 0.1.1] - 2019-03-08
12+ ### Changed
13+ - Corrected formatting in README for PyPi
14+
1115## [ 0.1.0] - 2019-03-07
1216### Added
1317- Feature class to collect a feature in a dataset
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ classifications can be used to train Models. The classification of the repo is
178178what Education will ask it's models to make predictions on.
179179
180180Feature
181- ------
181+ -------
182182
183183Features are given a repo, containing at the minimum a source URL for it,
184184and produce a list of results which represent the evaluation of that feature.
@@ -235,7 +235,7 @@ just it's source URL. Sources are responsible for providing the repos they
235235contain and updating those repos upon request.
236236
237237Model
238- -------
238+ -----
239239
240240Models are feed classified repos from which they learn from during their
241241training phase. After training they can be used to make a prediction about the
Original file line number Diff line number Diff line change 77
88Version of DFFML
99'''
10- VERSION = '0.1.0 '
10+ VERSION = '0.1.1 '
You can’t perform that action at this time.
0 commit comments