Daniel Himmelstein

Results 584 comments of Daniel Himmelstein

@peaceiris any insights here? Happy to help diagnose.

> started getting that with `ForceOrphan: true` Thanks @pavlovp for commenting. Specifically which part since there are several potential issues / symptoms here?

Hey thanks for noticing our network. FYI the official capitalization is Hetionet. In addition to the GitHub, the link to the Neo4j Browser may be of interest: https://neo4j.het.io. Let me...

I'm also not able to extract a country for "USA" using geotext. It looks like "UK" also does not produce a match: ```python import geotext text = "UK" geo_text =...

> Check the demo data carefully Are you talking about the data in `geotext/data`? I do see data that would seem to allow for mapping `USA` and `UK` to countries:...

Personally, I haven't found much user for rebase commits, since usually I'd like to make the merging explicit (since master branch CI will only run on the tip rebase commit...

> Simply allowing any file extension and handle the loading error seems easier. Isn't [JSON a subtype of YAML](https://stackoverflow.com/a/1729545/4651668)? Hence perhaps you'll always be able to read every file using...

Is this a duplicate of https://github.com/nteract/papermill/issues/600?

> pattern we use instead is to have a cell with the defaults tagged with parameters so that users overwriting defaults will inject those overwrites in the next cell. Yes,...