lore
lore copied to clipboard
Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers
ERROR: unit.test_subscribers (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: unit.test_subscribers Traceback (most recent call last): File "/home/betty/.pyenv/versions/3.7.9/lib/python3.7/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/home/betty/.pyenv/versions/3.7.9/lib/python3.7/unittest/loader.py", line 377, in...
Hey, that looks like a great project and very close to what we were looking for. I understand why you guys ditched any environments, but still - is there any...
Specifically it assumes it is NOT installed through brew, but manually installed by cloning the git repo. If you try to run `lore install` with pyenv installed this way you...
In python 3.6, the `inspect.getargspec` function [here](https://github.com/instacart/lore/blob/master/lore/__main__.py#L407-L410) would return `self` as the sole argument due to decorations like `@timed`. I suspect it is the same in 3.5.
Hi @montanalow . This is really a great work. I really like how you abstract the common pitfalls in machine learning and streamline the process in this project. I see...
## What ## Why
## What Use Psycopg2 directly for PG selects in order to improve performance. ## Why sqlalchemy ads ~1ms of additional latency for basic selects and more for queries which return...
## What `import lore` triggers environment setup which prevents modular use of Lore. Run the env check explicitly instead when `lore` entrypoint is called. ## Why This allows Lore to...
There is a small typo in README.rst. Should read `multiple` rather than `mulitple`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
## What Bump the required version of jupyter-core ## Why To resolve this error: ``` ERROR: After October 2020 you may experience errors when installing or updating packages. This is...