Braffolk
Braffolk
That would help. I use a jupyter notebook to train multiple models and the columns and values vary between models.
I'm getting the same error. It happens when I use multi_sparse_cols. Works fine without. ``` 388 if (self.item_sparse_unique is not None and 389 len(self.item_sparse_unique) == self.n_items): --> 390 item_sparse_oov =...
I've forked the repo to attempt to get the VSCode extension to seamlessly work on MacOS. I would really like a proper IDE experience with GML, so I'll see how...
And the VSCode extension mostly works too now. Downloading IDEs is a bit flaky there, but shouldn't be too hard to fix. Pixel-checksum and Spritely also work without any issues,...
@adam-coster Thanks! Created one issue there. I'll also add a short update on the progress: - VSCode package creation now works. I set up a GitHub action, which creates the...
Managed to get the biggest bugs out of the way. The main problematic part was getting Mono-dependent runtimes to work. Also, for the Github action that runs tests on Mac,...