mbox

[bug#37234,00/21] MLflow

Message ID 20190830142333.27853-1-mbakke@fastmail.com
Headers show

Message

Marius Bakke Aug. 30, 2019, 2:23 p.m. UTC
These patches add MLflow, a popular machine learning platform.

Kristian Trandem (2):
  gnu: python-botocore: Update to 1.12.209.
  gnu: Add python-boto3.

Marius Bakke (19):
  gnu: Add python-gunicorn.
  gnu: Add python-databricks-cli.
  gnu: Add python-gorilla.
  gnu: Add python-querystring-parser.
  gnu: Add python-minio.
  gnu: python-docker-py: Propagate runtime dependency.
  gnu: python-botocore: Remove unused inputs.
  gnu: Add python-sshpubkeys.
  gnu: Add python-jsonpickle.
  gnu: Add python-pytest-aiohttp.
  gnu: Add python-aws-xray-sdk.
  gnu: Add python-jsondiff.
  gnu: Add python-jose.
  gnu: Add python-boto.
  gnu: Add python-aws-sam-translator.
  gnu: Add python-cfn-lint.
  gnu: python-pyyaml: Add version 5.1.
  gnu: Add python-moto.
  gnu: Add mlflow.

 gnu/packages/check.scm            |  63 +++++-
 gnu/packages/docker.scm           |   6 +-
 gnu/packages/machine-learning.scm | 122 ++++++++++-
 gnu/packages/python-web.scm       | 351 +++++++++++++++++++++++++++++-
 gnu/packages/python-xyz.scm       | 213 +++++++++++++++++-
 5 files changed, 739 insertions(+), 16 deletions(-)

Comments

Ludovic Courtès Sept. 4, 2019, 12:18 p.m. UTC | #1
Hello Marius!

Marius Bakke <mbakke@fastmail.com> skribis:

> These patches add MLflow, a popular machine learning platform.
>
> Kristian Trandem (2):
>   gnu: python-botocore: Update to 1.12.209.
>   gnu: Add python-boto3.
>
> Marius Bakke (19):
>   gnu: Add python-gunicorn.
>   gnu: Add python-databricks-cli.
>   gnu: Add python-gorilla.
>   gnu: Add python-querystring-parser.
>   gnu: Add python-minio.
>   gnu: python-docker-py: Propagate runtime dependency.
>   gnu: python-botocore: Remove unused inputs.
>   gnu: Add python-sshpubkeys.
>   gnu: Add python-jsonpickle.
>   gnu: Add python-pytest-aiohttp.
>   gnu: Add python-aws-xray-sdk.
>   gnu: Add python-jsondiff.
>   gnu: Add python-jose.
>   gnu: Add python-boto.
>   gnu: Add python-aws-sam-translator.
>   gnu: Add python-cfn-lint.
>   gnu: python-pyyaml: Add version 5.1.
>   gnu: Add python-moto.
>   gnu: Add mlflow.

I had a quick look and it looks all right to me.

Thanks!

Ludo’.
Marius Bakke Nov. 21, 2020, 12:27 a.m. UTC | #2
Ludovic Courtès <ludo@gnu.org> skriver:

> Hello Marius!
>
> Marius Bakke <mbakke@fastmail.com> skribis:
>
>> These patches add MLflow, a popular machine learning platform.
>>
>> Kristian Trandem (2):
>>   gnu: python-botocore: Update to 1.12.209.
>>   gnu: Add python-boto3.
>>
>> Marius Bakke (19):
>>   gnu: Add python-gunicorn.
>>   gnu: Add python-databricks-cli.
>>   gnu: Add python-gorilla.
>>   gnu: Add python-querystring-parser.
>>   gnu: Add python-minio.
>>   gnu: python-docker-py: Propagate runtime dependency.
>>   gnu: python-botocore: Remove unused inputs.
>>   gnu: Add python-sshpubkeys.
>>   gnu: Add python-jsonpickle.
>>   gnu: Add python-pytest-aiohttp.
>>   gnu: Add python-aws-xray-sdk.
>>   gnu: Add python-jsondiff.
>>   gnu: Add python-jose.
>>   gnu: Add python-boto.
>>   gnu: Add python-aws-sam-translator.
>>   gnu: Add python-cfn-lint.
>>   gnu: python-pyyaml: Add version 5.1.
>>   gnu: Add python-moto.
>>   gnu: Add mlflow.
>
> I had a quick look and it looks all right to me.

I've now (finally!) merged all but the last patch, and updated to the
latest versions in the process.

The final patch that adds MLflow needs more polishing, in particular
newer versions depend on 'python-azure' to work at all.

I no longer have interest in that package and merged the other patches
mostly by popular demand.  ;-)

Closing!
Ludovic Courtès Nov. 21, 2020, 2:15 p.m. UTC | #3
Hi Marius,

Marius Bakke <marius@gnu.org> skribis:

> I no longer have interest in that package and merged the other patches
> mostly by popular demand.  ;-)

Neat, thanks!  :-)

Ludo’.