Skip to content

Commit 789e8d3

Browse files
committed
Updated whl
1 parent a019f94 commit 789e8d3

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed
316 Bytes
Binary file not shown.

learning_curves.egg-info/PKG-INFO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Summary: Python module allowing to easily calculate and plot the learning curve
55
Home-page: https://github.com/H4dr1en/learning-curves
66
Author: H4dr1en
77
Author-email: [email protected]
8-
License: UNKNOWN
8+
License: MIT
9+
Download-URL: https://github.com/user/reponame/archive/v_01.tar.gz
910
Description: # learning-curves
1011

1112
Learning-curves is a Python module that will help you visualizing the learning curve of your models.
@@ -184,8 +185,12 @@ Description: # learning-curves
184185
| LC.load | | | | Load a `LearningCurve` object from disk. |
185186
| | path | Path/str | lc_data.pkl | Path to the file where the save is located |
186187

188+
Keywords: Learning,curve,machine,learning,saturation,accuracy
187189
Platform: UNKNOWN
188190
Classifier: Programming Language :: Python :: 3
191+
Classifier: Programming Language :: Python :: 3.6
189192
Classifier: License :: OSI Approved :: MIT License
190193
Classifier: Operating System :: OS Independent
194+
Classifier: Development Status :: 4 - Beta
195+
Classifier: Intended Audience :: Science/Research
191196
Description-Content-Type: text/markdown
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
README.md
2+
setup.cfg
23
setup.py
34
learning_curves.egg-info/PKG-INFO
45
learning_curves.egg-info/SOURCES.txt
56
learning_curves.egg-info/dependency_links.txt
7+
learning_curves.egg-info/requires.txt
68
learning_curves.egg-info/top_level.txt
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dill
2+
matplotlib
3+
numpy
4+
scipy
5+
sklearn

0 commit comments

Comments
 (0)