Matthew Tovbin
Matthew Tovbin
**Problem** Currently we do not enforce much of the coding style, except some of the Scalastyle plugin checks (which are quite annoying). **Solution** Replace Scalastyle with [Scalafmt](https://scalameta.org/scalafmt/) applied with Gradle...
**Problem** Currently TransmogrifAI implements a bunch of custom functions to encode/decode TransmogrifAI type to/from Spark dataframe native types (see `FeatureSparkTypes`, `FeatureTypeSparkConverter` and `FeatureTypeFactory`). This method requires applying converters each time...
**Describe the bug** None of the implementations of `OpValidator.createTrainValidationSplits` does not check that: 1. number of label classes is at least 2 2. splits are not empty **To Reproduce** Run...
**Problem** We might have some unregistered classes with Kryo that compromise performance. **Solution** Investigate which classes require registration with Kryo by set `spark.kryo.registrationRequired=true` in [TestSparkContext](https://github.com/salesforce/TransmogrifAI/blob/master/utils/src/main/scala/com/salesforce/op/test/TestSparkContext.scala#L56). Then go over failing tests...
- [X] I confirm that this is a issue rather than a question. ## Bug report #### Version 0.0.5 #### Steps to reproduce 1. Enable neSignal integration by adding app...
**Describe the bug** `refreshedAt` is not updated when a record is modified. **To Reproduce** Steps to reproduce the behavior: 1. Insert a record through GraphQL and check `refreshedAt` value 2....
```java java.lang.NoClassDefFoundError: okhttp3/Interceptor at com.google.maps.GeoApiContext$Builder.(GeoApiContext.java:389) Caused by: java.lang.ClassNotFoundException: okhttp3.Interceptor at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ... 9 more ``` #### Environment details 1. Java 11 2. Mac OS X 12.3.1...
I t would be great to have these APIs exposed: 1. Team members - https://developer.github.com/v3/teams/members/#list-team-members 2. Child teams - https://developer.github.com/v3/teams/#list-child-teams 3. Team repos - https://developer.github.com/v3/teams/#list-team-repos
Howdy folks. I have a bit of a long question on how to handle struct types with Doobie & Postrgres. Assume the following toy schema: ```sql CREATE TYPE public."Payment" AS...
Are there any plans to add additional models, e.g. `BERT-Large`, for Java API?