Steven Dahdah
Steven Dahdah
I am also having issues with NetworkX 2.2 on Python 3.9 and Python 3.10. I force-updated to NetworkX 2.6.3 and it's working fine so far
@schettino72 if the order of `file_dep` is not guaranteed, what's the expected/correct way to handle multiple file dependencies? I'm still struggling with this today, and I've resorted to searching the...
@schettino72 Thanks for answering so fast. I have two different datasets from different sensors that are both required by the algorithm I'm running. One is a CSV and one is...
@schettino72 This makes sense! I was making all my Python actions have the signature `python_hello(dependencies, targets)`. I did not realize adding extra parameters was the way to go. Thank you!
Yea, it's available! See: https://pypi.org/project/optht/
Thanks for pointing this out. `sklearn` has a set of built-in unit tests to make sure custom estimators fit their interface. These tests are quite strict (they match exact error...
Please take a look at the linked PR and let me know if you are happy with the changes.
I'm also having the same issue. > So question is what is `similar` enough to say it is a match? Question as well is if it would be useful to...