Russell Jurney
Russell Jurney
@paroma Wait, maintenance mode? You're no longer developing Snorkel?
> I hope that @fredsala meant Snorkel Metal repository, but I would also like to hear a clarification on that. Does it mean that Snorkel is not going to evolve...
@henryre @bhancock8 I have a related problem instantiating SpacyPreprocessor here: https://github.com/snorkel-team/snorkel/issues/1496
I’m going to fix this over the weekend.
@ajratner do you have a sense of how snorkel might approach this problem? Both in the sense of writing LFs for buckets atm as well as in snorkel supporting regression...
The thing to do here is to use skweak, not Snorkel. It is a commercial tool now and investments in this area are going into other projects. * Github -...
I'm back, I have not reviewed this PR but I *DID* survive my latest round of vaccines! Taking a look now...
In principal this looks like it should do it. I will run `tox -e complex` - no idea how long that takes to finish. Oh man, I had three Pfizers...
@yinxiangshi ok, it passes `tox -e complex` :) So you can check that box up top of this page :D ```python -- Docs: https://docs.pytest.org/en/latest/warnings.html =========================================================== 9 passed, 242 deselected, 35...
@yinxiangshi I get what you mean now. The API shows how to use config files, I had assumed they were used be default. We can use [Language.from_config(config)](https://spacy.io/api/language#from_config): ```python from thinc.api...