Taha Ceritli
Taha Ceritli
Thanks for the reply. I'm able to download them now. But I think there's a mismatch with the model version, which prevents me from reproducing the notebook: This occurs when...
Yes, and according to the source code I have, n_jobs should exist. When I create a new object of that class, n_jobs can be reached with a default value. But...
I notice that we were considering letting users interact through changing schemas (see https://github.com/alan-turing-institute/ptype-dmkd/issues/62 for details): schema = ptype.fit_schema(df) schema { 'col_1': ('Int64',), 'col_2': ('Categorical', 'A', 'B', 'ERR'), 'col_3': ('String',),...
Hi @BenjaminFraser, Thanks for the question! I assume that this issue occurs when a data column contains values that are not supported by the string type (e.g., email addresses). If...
No worries. Hope it works (please let me know if you'd have a problem). Perhaps I should prepare another notebook to demonstrate that.
See https://github.com/alan-turing-institute/ptype-dmkd/pull/129 for the changes. The training looks fine for the toy example; however, we still have an issue with testing real datasets. Perhaps the issue comes from the datasets...
See https://github.com/alan-turing-institute/ptype-dmkd/pull/143 for the inspection of the test datasets. I have summarized the whole inspection in https://github.com/alan-turing-institute/ptype-dmkd/blob/develop/notebooks/train-model.ipynb.