Lina A

Results 6 issues of Lina A

pyemd in databricks could not be installed in Databrick Runtime version 4.2 (no workers). The error is below: ``` %sh lscpu ``` ``` Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte...

/kind feature Hei, is there a way to change the docker builder so that there is a possibility to use as a base_image an image from a private docker registry...

kind/feature
priority/p2
area/engprod

Hi, I am sorry I believe your bearing function is erroneous p1 = [1.0, 0.0] p0 = [2.0, -0.1] from geostatsmodels import utilities utilities.bearing( p0, p1 ) should be close...

Hei, how could I pickle a class similar to class SchemaMarshmallow(Schema): flag = fields.Bool() choice = fields.Str() or class MySchema(NamedTuple): flag: bool choice: str class SchemaMarshmallow(AnnotationSchema): class Meta: target =...

Hei, thanks for the implementation! Tried to load a trained model with load_model(modelfile, custom_objects={'NALU': NALU}) but got the following error: ``` Getting data from Blob Storage: - Working on best_cumsum_filming_20180814.hdf5...