Jinen Setpal

Results 9 issues of Jinen Setpal

new run sequence: python visualize.py

`ix` is deprecated. Those calls are updated to `iloc` and a `requirements.txt` specifying the required version is added for reproducibility.

*Description of changes.* The grammatical corrections made are as follows: 1. fist -> first 2. in -> is By submitting this pull request, I confirm that you can use, modify,...

| Cause | Stack Trace | Notes | |-------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Expects a list of file objects, but I provided strings - documentation requests a string of lists | Traceback (most...

bug

Created a `get_predictions` function that: 1. Loads a model registered with DagsHub-hosted MLFlow 2. Locally performs inference on it and either appends to a column, and/or returns it for further...

enhancement

https://github.com/DagsHub/ls-configurable-model/ also loads mlflow models from dagshub repos, same as `{predict,annotate}_with_mlflow`, code is duplicated and changes need to be propagated. This disentaglement helps with code re-use.

+ fixed incorrect function call If the DH LS instance shuts down due to inactivity but the client variable persists, the client does not retry queries until the instance is...