Timeline
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
03/07/18:
- 16:34 Changeset [15829] by
-
#2897: Ensure cloning only happens in the Dataset constructor and ModifiableDataset cloning constructor.
- 12:52 Changeset [15828] by
-
#2886: Implement IEquatable interface in symbols.
Minor performance improvements.
- 11:12 Changeset [15827] by
-
#2886: Change implementation of symbol strings from list to array.
- 09:27 Changeset [15826] by
-
#2906 created branch and branched plugins
03/06/18:
- 11:32 Ticket #2906 (Variable-Transformations for Data Analysis) created by
- The current transformation feature (implemented during the first …
03/01/18:
- 17:52 Changeset [15825] by
-
#2886: Added prebuild event.
02/28/18:
- 19:09 Changeset [15824] by
-
#2886: Move R² calculation of sentences to separate class and allow its deactivation.
- 17:18 Changeset [15823] by
-
#2886: Fixed build settings.
- 15:33 Changeset [15822] by
-
- Added the property SequenceGroup to the PackingItem
- Fixed a bug related to the sequence group
- 14:44 Changeset [15821] by
-
#2886 Move code for visualization and logging of sentences to separate classes.
- 14:05 Changeset [15820] by
-
- Fixes for pruning
02/27/18:
- 23:20 Changeset [15819] by
-
#2839: implemented refreshing list of available (i.e. for non-admins assignable) resources depending on currently selected project
- 21:13 Changeset [15818] by
-
#2856: made a small change to update the histogram shown above a partial dependence plot when the configuration dialog is called (where the x-range might be changed)
02/26/18:
- 14:13 Changeset [15817] by
-
#2886: Add cosine to grammar.
- 14:13 Changeset [15816] by
-
#2904: Cleaned up the method signature (some optional parameters aren't so optional)
- 14:03 Changeset [15815] by
-
#2904: Splitted the Method CalculateImpact into smaller parts
- 13:53 Changeset [15814] by
-
#2886: Minor improvement in search graph visualization.
- 13:38 Changeset [15813] by
-
#2839: improved HiveAdmin interactions:
- collaps groups with slaves only
- update scheduleView only if currently visible
- made schedule scrollable for non-admins
- changed selection backcolor
- fixed add/delete project permission bug for non-admins
02/23/18:
- 18:10 Changeset [15812] by
-
#2886: Performance Improvements - Only store hash of archived phrases and reduce number of enumerators.
- 17:03 Changeset [15811] by
-
#2383: merged r15785,r15787,r15789,r15790,r15793,r15810 from trunk to stable
- 17:00 Changeset [15810] by
-
#2383: made some changes while reviewing
02/22/18:
- 14:07 Changeset [15809] by
-
#2904: Made the branch compile
- 13:56 Changeset [15808] by
-
#2904: Created branch (this time with the correct project)
- 13:51 Changeset [15807] by
-
#2904: Deleted project (wrong one)
- 13:46 Changeset [15806] by
-
#2886 made a few comments
- 13:40 Changeset [15805] by
-
#2904: Made the branch compile
- 13:26 Changeset [15804] by
-
#2904: Created branch
- 13:11 Changeset [15803] by
-
#2886: Deactivate generation of dot file for visualizing search tree.
- 09:48 Ticket #2905 (Partial dependence plots throws exception for support vector ...) created by
- To reproduce: Open a new SVM, load a problem, e.g. Housing, open the …
- 09:13 Changeset [15802] by
-
#2871: Removed new Features (build.cmd failed)
- 07:24 Ticket #2904 (Create new CalculateImpacts method for a set of variables) created by
- Currently the calculation of the VariableImpacts isn't possible for a …