Skip to content

Commit 1f43e37

Browse files
authored
Merge pull request #3 from H4dr1en/0.2
0.2
2 parents 8de6c56 + 96ca686 commit 1f43e37

File tree

9 files changed

+432
-266
lines changed

9 files changed

+432
-266
lines changed

README.md

Lines changed: 128 additions & 83 deletions
Large diffs are not rendered by default.
856 Bytes
Binary file not shown.

images/learning_curve_all.png

21.6 KB
Loading
47.7 KB
Loading

images/learning_curve_no_fit.png

488 Bytes
Loading

images/learning_curve_simple.png

-3.71 KB
Loading

learning_curves.egg-info/PKG-INFO

Lines changed: 131 additions & 86 deletions
Large diffs are not rendered by default.

learning_curves.py

Lines changed: 171 additions & 95 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="learning-curves",
8-
version="0.1.0",
8+
version="0.2.0",
99
author="H4dr1en",
1010
author_email="[email protected]",
1111
description="Python module allowing to easily calculate and plot the learning curve of a machine learning model and find the maximum expected accuracy",
@@ -22,7 +22,7 @@
2222
'Intended Audience :: Science/Research'
2323
],
2424
license='MIT',
25-
download_url = 'https://github.com/H4dr1en/learning-curves/archive/0.1.0.tar.gz',
25+
download_url = 'https://github.com/H4dr1en/learning-curves/archive/0.2.0.tar.gz',
2626
keywords = ['Learning', 'curve', 'machine', 'learning', 'saturation', 'accuracy'],
2727
install_requires=[
2828
'dill',

0 commit comments

Comments
 (0)