Vishal Gupta

Results 8 comments of Vishal Gupta

Hi @a1pha The models you've suggested are for object recognition (from images) and can't be applied to the current type hierarchy. ![](https://cdn-images-1.medium.com/max/1600/1*vkrbLrOyIinhonrPCGHivA.png)

Hey @gerashegalov I'm guessing this issue is still concern since `helloworld/gradle/spark.gradle` and `templates/simple/spark.gradle` are duplicates of `gradle/spark.gradle` but are still being tracked by git. In order to keep a single...

How about keeping keeping only `spark.gradle` in the repository but copying it to `helloworld/gradle/` and `templates/simple/` during installation ?

@tovbinm @gerashegalov Could you suggest a solution? 1. Removing `helloworld/gradle/spark.gradle` and `templates/simple/spark.gradle` and referring to `gradle/spark.gradle` using relative paths 2. Keeping only `spark.gradle` but copying it to `helloworld/gradle/` and `templates/simple/`...

@gerashegalov In that case, can I replace ```apply from: 'gradle/spark.gradle``` with ```apply from: "${rootProject.projectDir}/../gradle/spark.gradle"``` in `helloworld/build.gradle` ? Would this still be vulnerable to a relative path attack ? Also, I...

@gerashegalov @tovbinm Thoughts?

@Mec-iS Is it okay to add `pandas` as an additional dependency ? This will help read from a variety of formats (`xlsx`,`pkl`,`json`,`csv`,`tsv`, SQL queries and a lot more) However it...

Would this involve adding an IRI Template to the API (Class) Documentation ? And hence additions to `doc_writer.py` ?