analysis.py v 1.1.6.002

This commit is contained in:
art 2019-11-05 12:56:53 -06:00
parent c886ca8e3f
commit efab5bfde8

View File

@ -7,10 +7,12 @@
# current benchmark of optimization: 1.33 times faster # current benchmark of optimization: 1.33 times faster
# setup: # setup:
__version__ = "1.1.6.001" __version__ = "1.1.6.002"
# changelog should be viewed using print(analysis.__changelog__) # changelog should be viewed using print(analysis.__changelog__)
__changelog__ = """changelog: __changelog__ = """changelog:
1.1.6.002:
- changed layout of __changelog to be vscode friendly
1.1.6.001: 1.1.6.001:
- added additional hyperparameters to decisiontree() - added additional hyperparameters to decisiontree()
1.1.6.000: 1.1.6.000: