Hi there,
I’m using the Microsoft Planetary computer and testing out the benchmark model. I am using the pangeo
environment supplied by the environment.yml
file.
Unfortunately I get the following error when running the code block:
# Fit the model
trainer.fit(model=cloud_model)
AttributeError: 'functools.partial' object has no attribute '__name__'
Does anyone know how to fix this? I tried to play around with the pandas
installation but to no avail.