ageron / handson-ml2

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Apache License 2.0
27.26k stars 12.6k forks source link

[IDEA] Warning: Change of Terms of Service for Anaconda Python Repositories #571

Open AKoerber59 opened 2 years ago

AKoerber59 commented 2 years ago

In February 2022 Anaconda updated their "Terms of Service": https://www.anaconda.com/terms-of-service. This means that Anaconda is now requiring commercial organizations to purchase licenses/subscriptions for their Python Repositories.

As a consequence, my company (Philips) has decided to abandon all use of Anaconda repositories and to switch to Miniforge https://github.com/conda-forge/miniforge instead.

As far as I see all Jupyter notebooks of this project are running without difficulties using the "conda-forge" repository in place of Anaconda.

ageron commented 2 years ago

Thanks for the information and for your suggestion, that's very helpful. I'll look into this asap.