Releases: mhamano/advanced-analytics-toolbox
Releases · mhamano/advanced-analytics-toolbox
v1.4.3
v1.4.2
Fixes
#45 Display a message that sort is not supported on property panel
#46 Avoid error when selecting forecast line
#47 Select right points by using elemnum in range selection on line chart
#48 Fix the naming of R dataset file for holt winters
#49 Handle data properly when input time series data is sorted in load script
v1.4.1
v1.4.0
Enhancements
- #20 Add equation formula to linear regression lines
- #21 Add debug mode to output execute R script to console log
- #23 Add Holt-Winters (Holt-Winters)
- #36 Add additive or multiplicative seasonal options to decomposing timeseries
- #37 Add options to extend line for forecasting on simple linear regression line chart
Fixes
v1.3.1
v1.3.0
Enhancement
- #14 Add Iteration through all datapages of hypercube to k-means, k-means3d and simple linear bubble
- #15 Add logistic regression analysis (Logistic regression analysis)
- #16 Add logistic regression model evaluation (Logistic regression - Evaluate model)
- #17 Add logistic regression - plot coefficients (Logistic regression - Plot coefficients)
- #30 Add options for adjusting margins to charts
Fixes
v1.2.1
v1.2.0
Decision tree is added as a new analysis type in this release. Please make sure to install the following R packages when upgrading to this version. (Required R packages)
- rpart
- d3r
- partykit
Enhancements
- #8 Add decision tree (Decision tree)
- #9 Add decision tree model prediction (Decision tree - Evaluate model)