Luke Nezda

Results 34 comments of Luke Nezda

Hmm, I made an account and trying to submit an Individual OCA but tribuo isn't listed in https://oca.opensource.oracle.com/?ojr=contrib-create%3Btype%3Dindividual Projects? I must be doing doing something silly? ![image](https://user-images.githubusercontent.com/179091/113743042-d1a7e900-96c8-11eb-9a3e-55e4551125e3.png)

> the `prettyToString` looks good, could you replace `MultiLabelConfusionMatrix.toString` with it? done - PR updated - I added a little whitespace and simplified the implementation slightly with `String.join` > How...

Learned some things - maybe got my intended result this time. 1. discarded `labelConfusionMatrixToString` 2. created `LabelConfusionMatrix singleLabelConfusionMatrix(List predictions)` that I think does what I want: provide easy api to...

To make this fail quickly i created `test/org/immutables/generator/processor/ProcessorSmokeTest.java` ``` java /* Copyright 2015 Immutables Authors and Contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use...

Oops, I didn't notice the test was never invoked. I tweaked `Processor` per your tip as below ```java public final class Processor extends AbstractProcessor { private final Parser parser; public...

This may be related as well https://stackoverflow.com/questions/65380359/lomboks-access-to-jdk-compilers-internal-packages-incompatible-with-java-16

@elucash any chance you could give me more guidance to get this done?

jeez this summer is going by fast; I presume this "solution" is way too much work? https://github.com/Convex-Dev/convex/issues/222#issuecomment-878605532