Sagar Mishra

Results 71 comments of Sagar Mishra

I'll work on TapNet Classifier Migration. Do add #3372 to the list.

Hey, taking up one regressor model as well. Kindly add #3474 to the list.

Could you confirm if this works for DL Classifiers, like `CNNClassifier()`? I altered `CNNClassifier` directly to serialize contents(`save(), load_from_serial(), __getstate__()` etc) and I got error for the line `meta_file.write(type(self))`: ```python...

The failures are due to the known issue of not having the `optimizer` stored. Will fix it in the upcoming days.

This PR can only be developed further after #3425 gets accepted since that deals with `.save()` / `.load()` class methods that will be used instead of pickle's `.dump()` / `.load()`...

The functionality in this PR is an outdated version of #3425. We still need to improve/correct/add test functionality which is the aim of this PR. So after that PR is...

Closing in favour of #3425. This feature will be implemented there.

> thanks for this, I've spotted a couple of spelling mistakes. I'm not sure how this is translated to docs/source, but I cannot see some of the information in data_format...

@fkiraly I've written a more verbose introduction section that would help in the "top-down" approach mentioned. I hope that I've gotten away with all vague words as well, but if...

@fkiraly I was thinking about updating the structure as well, thanks. I've added legends to the table as well.