Hannes Hapke

Results 36 comments of Hannes Hapke

@vulkomilev Here are the steps to finish the component PR: * Update copy right in all files of your component * Update tests, make sure they run and remove anything...

I think Wihan wrote a custom TFMA extractor for PyTorch. We had everything done up to the trainer when we shared the notebook with Wihan. Last time, we talked he...

Hi Kyle, Thank you for the request! The API has evolved since the last release of PyZillow. I will work on the Zestimate integration. Unfortunately, I can't give you a...

@kylebuckingham I have pushed a version which provides the zestimate. Tests are included. PyPi version is updated (upgrade your local version with `pip install --upgrade pyzillow`). One outstanding thing: The...

Hi android2221, It looks like a problem with the import path. I have tried this piece of code and it worked for me: ``` python from pyzillow import pyzillow API_KEY="your-key-goes-here"...

@tsumuel The lib currently uses a method of GeoDjango (`from django.contrib.gis.geos import fromstr, error`). I am working on a fix to make the package agnostic to Django.

@tsumuel Please check out the updated repository with the removed Django dependency, Python 3.4 support and mocked tests. I have updated the pip package as well. The latest version is...

@tsumuel Let me try it out. I will get back to you today.

@tsumuel Thank you for your patience. I have fixed this bug and increased the version to `0.5.4` (pip and github repo is updated). Please update your pip package with `pip...

Haha, there seems to be an issue now with Python 2.7. Everything works fine on 3.4.