# # ChangeLog for branches/2898_GeneralizedAdditiveModels # # Generated by Trac 1.0.12 # 05/01/24 00:02:08 Tue, 13 Feb 2018 23:19:49 GMT gkronber [15775] * branches/2898_GeneralizedAdditiveModels/HeuristicLab.Algorithms.DataAnalysis/3.4/GAM (added) * branches/2898_GeneralizedAdditiveModels/HeuristicLab.Algorithms.DataAnalysis/3.4/GAM/GeneralizedAdditiveModelAlgorithm.cs (copied) * branches/2898_GeneralizedAdditiveModels/HeuristicLab.Algorithms.DataAnalysis/3.4/GAM/Spline1dModel.cs (added) * branches/2898_GeneralizedAdditiveModels/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) #2898 added simple implementation of GAM based on univariate ... Tue, 13 Feb 2018 20:17:56 GMT gkronber [15774] * branches/2898_GeneralizedAdditiveModels (copied) Created branch for #2898 Tue, 13 Feb 2018 15:26:29 GMT bburlacu [15769] * trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/GBM/GradientBoostingRegressionAlgorithm.cs (modified) * trunk/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs (modified) * trunk/HeuristicLab.Problems.DataAnalysis/3.4/ModifiableDataset.cs (modified) #2897: Add type checks in Dataset constructor, remove cloning of ...