forked from open-machine-learning/mldata-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
89 lines (48 loc) · 2.61 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
0.5.0 2011/04/08 by Soeren Sonnenburg
* Change task file format, such that data splits can have a variable number
items and put into up to 256 categories of training/validation/test/not
used/...
* Various bugfixes.
0.4.0 2010/11/12 by Cheng Soon Ong
* Added clientapi to interact with mldata.org via python on a client.
0.3.6 2010/08/27 by Sebastian Henschel <[email protected]>
* Added a fix when data.get_correct internally receives an array of array with
values instead an array with values.
* Added support for sparse matrices in data.get_correct.
0.3.5 2010/08/25 by Sebastian Henschel <[email protected]>
* Introduced task.get_test_output to get test_idx and output_variables from Task file.
* Introduced data.get_correct() to get the 'correct' results from Data file.
* Fixed minor issus when converting to octave/matlab.
0.3.4 2010/08/24 by Sebastian Henschel <[email protected]>
* Fixed an issue with data extracts.
* Fixed an issue when updating Task files.
0.3.3 2010/08/23 by Sebastian Henschel <[email protected]>
* Fixed a few issues when converting to arff/octave/matlab.
0.3.2 2010/08/21 by Sebastian Henschel <[email protected]>
* task.create now includes handling of input/output variables.
* Fixed a little error handling octave files.
0.3.1 2010/08/20 by Sebastian Henschel <[email protected]>
* Had removed too much from data.get_extract and put it back in.
* Added safeguard for illegal task files with no output_variables.
0.3.0 2010/08/19 by Sebastian Henschel <[email protected]>
* Restructured package into more different modules.
* Revamped conversion structure.
* Bugfix re Task vs output variables.
0.2.4 2010/08/17 by Sebastian Henschel <[email protected]>
* Caught a few more error conditions when handlings Task.
* Temporarily removed author from package information because it threw ugly
error message on older python installations.
0.2.3 2010/08/17 by Sebastian Henschel <[email protected]>
* Removed label_dims and improved support for input/output variables for Tasks.
* Created new module 'data' for better encapsulation.
0.2.2 2010/08/16 by Sebastian Henschel <[email protected]>
* Added extract function (and script) for Task datasets.
* Moved extract function for Data from website to this tool.
0.2.1 2010/08/02 by Sebastian Henschel <[email protected]>
* Improved handling of Task files.
0.2.0 2010/07/21 by Sebastian Henschel <[email protected]>
* Introduced CHANGELOG.
* Moved Task-related code into its own-module.
* Added code to save data from Task object into Task file.
0.1.0 2010/07/13 by Sebastian Henschel <[email protected]>
* Initial release as package.