Amadou Wolfgang Cisse
Amadou Wolfgang Cisse
Same problem for me.
How is this comming along? Currently interested in using a PerOutputClassifier
Should be relatively trivial I suggest: ` class PerLabelClassifier(base.Wrapper, base.Classifier): def __init__(self, classifier): self.classifier = classifier new_clf = functools.partial(copy.deepcopy, classifier) self.classifiers = collections.defaultdict(new_clf) self.classes = set() @property def _wrapped_model(self): return...
very much needed
I am seeing something similar but cannot share files either. The ocr recognizes all cells correctly, but the table parser fails to locate them
For me, the textitems never get labeld as header or footer, which makes their removals harder
For those still encountering this issue today, I've created a lightweight package for MSSQL/SSMS Jupyter cell and line magic: [sqlcmd-magic](https://pypi.org/project/sqlcmd-magic/0.1.0/). Give it a try!
Has a local cache been added by now. Build and security test take me 6 mins upload and download take me 50min. This is unnecessary as I want to have...
why do I still get this error