-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUPDATES
48 lines (41 loc) · 1.12 KB
/
UPDATES
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
NestedHyperLine v0.0.0: 2020-04-03
==========================
- Research & lit review
- Pre-dev & planning
NestedHyperLine v0.0.0: 2020-04-04
==========================
- Base code completion
- Code comments
- Initial testing
- Beta versioning
NestedHyperLine v0.0.1: 2020-04-05
==========================
- GPLv3 license declaration
- First git commit
- PyPI distribution
NestedHyperLine v0.0.2: 2020-04-05
==========================
- Correct module imports
- Add docstrings to regressor modules
NestedHyperLine v0.0.3: 2020-04-05
==========================
- Update loss func strings
NestedHyperLine v0.0.4: 2020-05-12
==========================
- Store coefficients
- Standardize coefficients
- Add coefficient regularization plot
- Add bayesian optimization plot
- Add test error plot
- Add coefficient bar plot
NestedHyperLine v0.0.5: 2020-05-17
==========================
- Add documentation
- Correct loss functions
- Clean code and comments
- Add plotting custom appearances
NestedHyperLine v0.0.6: 2020-05-18
==========================
- Correct plot labels
- Correct feature name reference
- Correct setup install dependencies