Ian Clarke

Results 187 comments of Ian Clarke

Hi, are you using Maven or Gradle for dependency management? If not I would recommend it. Otherwise, you should be able to use Maven to build a jar including all...

Florian, I would definitely encourage you to try again with the latest version, as there have been many improvements. If since version 0.2.2.1, including efficiency improvements. If you still have...

@athawk81 can comment on why we did that, but I believe that in our testing on a variety of datasets it didn't help predictive accuracy. There have been many improvements...

Ok, we discussed it, here is the situation: There have been a number of bugfixes, some of which have probably resulted in an increase in training time, but with significant...

@florianlaws Looks like the solution here is to reimplement createNClassCategoricalNode() in a more efficient way. Unfortunately our focus is elsewhere right now and so we don't have the resource to...

I don't think this would work directly, but the structure of a Tree, Node, and the two branch types is pretty simple if you wanted to familiarize yourself with them...

It's more that the data representing the state of the continuation is serialized, rather than the code being serialized. Portability is a very useful property of continuations. For example, it...

Is Gitbook preferable to Github Wiki for this?

Sounds good, I assume doc generation can be automatic via Github Actions?