Conversation
* no return value * input file not changeable (must be a static string)
got compiliation error otherwise
values from paper look good, just use huge amount of samples
no test functions should be implemented within this file
removed input file dependencies
|
Thank you for the feedback. The hardcoded dependencies will be removed. Many thanks and BR, |
input files not valid
# Conflicts: # scripts/builtin/sherlock.dml # scripts/builtin/sherlockNet.dml
|
Testing training and validation would be out of scope of a unit test imho. And you are right, we don't want a lot of extra data files in the repository for testing. I'd merge the PR to staging with minor formatting changes. A few questions came to mind while looking over it:
Regards, |
|
Thank you for the information.
|
clarified UtilFunctions
|
I added the download script right in the scripts/builtin/ folder - please move it to the correct location on merging. Thanks for the good review! |
if it is a dataset usefull in general it would be nice to integrate in our python tutorials. |
it is now implemented as python class, to make it easier to use.
|
It is a dataset intended to do semantic data type detection. Yes, it could be useful to other projects too. |
|
Thank you for following up on this! We appreciate the extra effort you take 👍 |
|
Thanks again for the PR. I merged it in now (not in staging - that wouldn't work for a builtin function). I only made formatting modifications and did a test run of the JUnit test you provided. I hope I gave proper github credit to the two coauthors I found on the history of this branch. |
Hi,
this is our initial version of the implementation of the Sherlock project.
http://sherlock.media.mit.edu/assets/2019-Sherlock-KDD.pdf
The neural network part is implemented like described in the paper. Is there a possibility/need to write test cases for a neuronal network?
The feature extraction is currently missing, but a workflow on how we are planing to extract them is set up in the UtilFunctions.class. Could you please confirm if we are on the right trace?
Thanks for the review and feedback. :)