Amadou Wolfgang Cisse

Results 11 comments of Amadou Wolfgang Cisse

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...

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...