ParameterImportance
ParameterImportance copied to clipboard
Parameter Importance Analysis Tool
I'm trying to use python to convert a file for use in gromacs and this error is shown. How do I fix it? python3 cgenff_charmm2gmx_py3_nx1.py ligand ligand_fix.mol2 ligand.str charmm36-jul2022.ff Traceback...
Hi, I installed all the needed packages to use pyimp on Windows 10. Or so I tought :) However, when trying to run the pimp command, I get the following...
Fixing #98 as suggested. Related to https://github.com/automl/CAVE/issues/225
When using conditionals, there might be nan-values... rendering the importance of an entire parameter useless. On the other hand, this solution might consider some parameters more than others by reducing...
Cleaning up legacy code...
... continues #84 - [ ] tooltips for all bokeh-plots - [ ] link list of importances to tabs to make switching more comfortable. - [ ] make a sensible...
This happens e.g. if there are parameters `p1` in `[1, 2]` with default value `1`, `p2` in `[True, False]` and there is a forbidden clause that forbids `p1` to be...
Hello, When I apply fanova on my data with and without specifying "--marginalize_over_instances", the list of the most important parameters are very different. I'm just wondering why it is the...
In influence_models.py line 115, the code is: `tmp_used = used[:i] + used[i:]` This line doesn't remove the ith element in used, maybe what you really want is sth like: `tmp_used...
Similar to the original fANOVA interface (https://github.com/automl/fanova/blob/master/fanova/fanova.py#L10-L57) it would be nice to support a CSV interface. This would need to automatically construct a ConfigSpace object if none is given as...