Skip to content

Dependencies


Python & OS

As of the moment, ATOM supports the following Python versions:

And operating systems:

  • Linux (Ubuntu, Fedora, etc...)
  • Windows 8.1+
  • macOS (not tested)



Packages

Required

ATOM is built on top of several existing Python libraries. These packages are necessary for its correct functioning.

Optional

You can install some optional packages to be able to use some well-known machine learning estimators that are not provided by sklearn but are among ATOM's predefined models. Install them using pip install atom-ml[models].

Development

The development dependencies are not installed with the package, and are not required for any of its functionalities. These libraries are only necessary to contribute to the project. Install them using pip install atom-ml[dev].

Linting

Testing

Documentation