Karel Vanhoorebeeck

Results 6 issues of Karel Vanhoorebeeck

Let users simply log bytes (instead of raymon types)

the report should be updated. ```json { "reference": {}, "alternativeA": {}, "component_reports": { "name": { "drift": {}, "invalids": {}, "cardinality": {} } }, "global_reports": { "scores": {}, "global_drift": {} }...

We should make the example notebooks available on colab. This will make it easier to test.

From: https://setuptools.readthedocs.io/en/latest/pkg_resources.html > Use of pkg_resources is discouraged in favor of importlib.resources, importlib.metadata, and their backports (resources, metadata). Please consider using those libraries instead of pkg_resources. https://docs.python.org/3/library/importlib.html#module-importlib.resources

enhancement

When logging nested data, we should gracefully check for types like `np.int64` and such and convert them to something json dumpable. Packes will probably exist for this.