Saksham
Saksham
Hey @vfdev-5, can i take this issue up ? I would like to follow the sklearn implementation and further look into making it a distributed implementation ?
I was planning to replicate this implementation (https://github.com/scikit-image/scikit-image/blob/main/skimage/metrics/set_metrics.py) in the structure of reset, update and compute which metrics in ignite follow. We can start by this and see further if...
Okay, let me go through the details of the paper and implementation. I will get back to you on these questions and then we can discuss how to proceed further.
Are we planning to do this for every function ?
I can take this up, I will try to add them for the util functions first and we can expand from it If everything works as expected .
I have also added a multivariate classification dataset and verified the training loop is working fine for it.
Hey guys, @ToucheSir @darsnack @lorenzoh. I have updated the notebook. This PR essentially contains code to load regression datasets and the notebook for the classification task. I will start adding...
> Great progress in my absence and cool to see the training working! > > Are the outstanding comments being addressed in #256 or could this be merged individually beforehand?...
I think this PR is complete ? Comments have been resolved in the next PR, let me know if something is missing.
> I wasn't aware #256 was _also_ working on the StackedRNN model. It would be preferable to merge those changes here so that PR stays more focused on the InceptionTime....