Daniel Pettersson

Results 120 comments of Daniel Pettersson

Hi for now its written in pure Python but we are thinking about rewriting some parts in Cython. Its definitely slower than sklearn tree however it handles numerical, nominal values...

Hi. Non-binary meaning that when splitting nominal data it is possible to have several branches going out. As can be seen here: https://svaante.github.io/decision-tree-id3/_images/out.png Also it is possible to have data...

I surely agree with #1 but somehow i haven't found the time to maintain this repo. I would like to commend you for your very clean commit history. I will...

Please correct me if I am wrong. But if I understand your problem correctly when you train your dataset with nominal a nominal attribute with X set of attributes then...

Nice work this is definitely nice to have documented, hows your FSF Assignment status?

What is the status with FSF @timcharper? Also have you seen my fork of `jsonrpc`? Makes `dape` actually usable for larger JS projects.

Hi @chmouel and thanks for your input! Have you tried enabling `repeat-mode`? In d6d7967 the repeat keymap is enabled after running `dape` which helps a lot with usability IMO. Hydra...

> With the nature of using built-ins as much as possible I would prefer a transient: > > ```emacs-lisp > (transient-define-prefix dape-transient () > "Transient for dape." > [["Stepping" >...

Sorry for taking so long to respond. I was unaware that `transient` was merged into emacs, so it makes sense to add it. Info mode buttons has been removed. Transient...

If somebody could solve these issues I am for adding an transient map to `dape`.