Edward Atkins

Results 7 issues of Edward Atkins

Just some things I have observed trying to get the handwritten model to work in Python (after pip install). I am happy to make a pull request if these are...

bug

It appears if you reach the historical limit for weather data (e.g. I was trying to scrape for a date in 2008), the API returns an error message: ``` {'error':...

I have observed this on a couple of runs - the model gets to it's first evaluation step & times out. This is what my config looks like ``` litgpt...

It appears this is being triggered where `get_features_core` is being passed to the `delegates` decorator. I switched out `get_features_core` for `TabularLearner.get_features_core`, and this resolved the immediate error, but seemed to...

Hi, I've been working with the usaddress library, and have added some patterns that I have seen fail in my datasets. This commit includes the xml files for training (training/dealstat_addresses_v1.xml)...

**Describe the bug** Unable to disable telemetry feature **To Reproduce** - Using `os.environ['DEEPEVAL_TELEMETRY_OPT_OUT'] = "YES"` at the top of my script - Running `deepeval test run test_xx.py` over test cases...

I imagine this boils down to some change in a dependency - but raising here in case others encounter. I have not been able to identify a fix on my...