Timeline
03/22/18:
- 14:45 Changeset [15855] by
-
#2908: Change setter to private access level to prevent external changes of value; add constructor parameter for configuration of ResourceRegressionDataDescriptor
Add constructor to all existing instances.
- 13:13 Changeset [15854] by
-
#2905: don't include the target variable in the svm_problem when a trained SVM is used for prediction
- 12:49 Changeset [15853] by
-
#2908: Make ResourceRegressionDataDescriptor.ResourceName public to be used in external assembly
check for GetType().Assemply instead Assembly.GetExecutingAssembly() to match actual access in line 40 and to make class usable from external assemblies
- 12:44 Ticket #2908 (Make ResourceRegressionInstanceProvider csv functionality useable from ...) created by
- ResourceRegressionInstanceProvider csv functionality cannot be used …
03/21/18:
- 14:14 Changeset [15852] by
-
#2845 renamed branch folder
03/20/18:
- 17:40 Changeset [15851] by
-
#2886: Remove cosine terminal symbols.
- 14:45 Changeset [15850] by
-
#2886: Remove cosine from grammar.
- 13:49 Changeset [15849] by
-
#2886: Add constants to grammar.
- 12:28 Changeset [15848] by
-
#2906 Added TransformedModelView, implemented "remove virtual columns"
03/19/18:
- 17:46 Changeset [15847] by
-
#2906 Implemented chained transformations on target and input variables.
- 10:25 Changeset [15846] by
-
#2906 First concept of simple transformation (single target transformation)
- 08:54 Changeset [15845] by
-
#2888 removed selection rectangles (not necessary anymore because zooming was disabled)
03/16/18:
- 13:09 Changeset [15844] by
-
- Some bug fixes at the placing algorithm
- 10:41 Changeset [15843] by
-
#2886: Remove duplicates in logged sentences using bash commands.
03/15/18:
- 10:41 Changeset [15842] by
-
#2886: added clustering of functions and output of clusters, fixed bug in evaluation
03/14/18:
- 17:48 Changeset [15841] by
-
#2886 fixed FLANNParameters structure
- 11:47 Ticket #2907 (Refactoring of Datapreprocessing-Manipulations) created by
- The current implementation of the Datapreprocessing-Manipulations …
- 11:43 Changeset [15840] by
-
#2886 added utility console program for clustering of expressions
03/12/18:
- 15:37 Changeset [15839] by
-
#2888: disallow zooming in PartialDependencePlot graphs
handle NaN erros for PartialDependencePlot data
- 14:19 Changeset [15838] by
-
- Fixed a bug at creating the extreme points with the point projection based method.
- 13:58 Changeset [15837] by
-
#2906 Adapted paths and plugin references.
- 08:17 Changeset [15836] by
03/09/18:
- 14:31 Changeset [15835] by
-
#2886: Split huge hashing function into smaller ones.
- 09:04 Ticket #2383 (Some charts for regression solutions throw an exception if the target ...) closed by
- done
- 09:03 Ticket #2902 (Performance improvement of NaN/Inf-check on a double-matrix) closed by
- done
03/08/18:
- 11:42 Changeset [15834] by
-
#2886: Store production rules in grammar instead of nonterminal symbols.
- 10:57 Changeset [15833] by
-
#2847: added handling of empty and underdetermined data sets
- 10:54 Changeset [15832] by
-
#2886: Fix Equals methods in Symbols.
Move semantical hashing of phrases to separate class.
- 10:44 Changeset [15831] by
-
#2904: Refactored RegressionSolutionVariableImpactsCalculator. We don't dependent on the solution anymore. The impact can be calculated for a single variable. The calculator can be chosen.
- 08:46 Changeset [15830] by
-
#2847 adapted project to new rep structure; major changes to interfaces; restructures splitting and pruning