lore icon indicating copy to clipboard operation
lore copied to clipboard

Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers

Results 23 lore issues
Sort by recently updated
recently updated
newest added

``` Exception in thread Thread-3: Traceback (most recent call last): File "/app/.heroku/python/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/app/.heroku/python/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/app/.heroku/python/lib/python3.6/site-packages/librato/aggregator.py", line 191, in...

Currently, Jinja2 templating is done here: https://github.com/instacart/lore/blob/f4789b1439801cd5171df69d0d63d12060b52999/lore/io/connection.py#L413-L434 And this is how they are called: https://github.com/instacart/lore/blob/f4789b1439801cd5171df69d0d63d12060b52999/lore/io/connection.py#L168-L169 The problem here is all the args are passed twice, one to jinja2, the other...

It would be nice to add CatBoost support, one of the three most populare GBDT libraries (https://catboost.ai/, https://github.com/catboost/catboost).

Hi, We have some new models written under lore framework and we typically use Airflow to automate most of our existing data and ML pipelines. Thus, we would love to...

`lore test` should set `LORE_ENV=test`. Looks like it is being set too late and the test config is not being used.

## What Enable quoting of fields when bulk uploading to Snowflake ## Why Bulk upload fails when a field contains the pipe character. Note: This version is not exposing the...

Hello, `vi` editing mode works on my global ipython(or ipython of other virtualenvs). With `lore console`, the binding defaults to the default binding. Suggestions from [here](https://stackoverflow.com/a/38329940) do not work as...

In the medium post you've mentioned that you are going to add some UI for logging info and etc. What do you think about adding [MLflow](https://mlflow.org/docs/latest/tracking.html) Tracking for that reason?...

In [xgboost scikit-learn fit API](https://xgboost.readthedocs.io/en/latest/python/python_api.html#xgboost.XGBRegressor.fit), the argument `eval_metric` can be a string for single metric or a list of string for multiple metrics. However, if we provide a list to...

I know lore has model.hyper_parameter_search() and command lore hyper_fit command ,but in lore project I have not find some docs or demo for it ,as we know , we always...

documentation