David Molina
David Molina
@vijaypolimeru that's immediately. Once you setup the code. GA starts tracking your website
@maxpumperla Thanks for your answer! yeah that's what I thought. After playing daily for a month with `hyperas` there are several things I would like to have lol. Anyway it's...
Hi @deKeijzer, I'm sorry for my code. That's the one I use to replace the final result I obtained using `hyperas` to train the model again outside `hyperas`. Here the...
@deKeijzer it works exactly the same, I just put it into a variable to get a "custom" name, you know hyperas named things in a confusing way.
Hi @Krever, Thank you for your replay, I just tried your suggestion and got the same error: **build.sbt** ``` name := "Scala Playground" version := "1.0" scalaVersion := "2.12.10" //...
It worked! I'm new with `scala` and happy to learn something today about the `%%` and `%` to add the version automatically or manual in the `build.sbt`. Thanks!
Thanks @alexarchambault good to know that one too! I got some errors with: ``` libraryDependencies += "sh.almond" % "scala-kernel_2.12.10" % "0.9.1" ``` ``` [warn] module not found: com.github.jupyter#jvm-repr;0.4.0 ``` I...
It's been years since I worked on a project that uses google analytics.
Hi, I'm having the same problem: ``` P:\>curl -i http://alchim31.free.fr/m2e-scala/update-site/ curl: (7) Failed to connect to alchim31.free.fr port 80: Timed out ```
Hi guys, Found this [documentation](https://docs.databricks.com/dev-tools/vscode-ext.html#run-or-debug-python-code-with-databricks-connect) and I have been trying to implement `databricks-connect` so far all good until I get this error trying to get `dbutils`: > Exception has occurred:...