Skip to main content

Machine Learning package for amorphous materials.

Project description

# <img alt="amlearn" src="docs_rst/_static/amlearn_logo.png" width="300">
Machine Learning package for amorphous materials(Working in Progress).

We integrate Fortran90 with Python (using f2py) to achieve combination of the
flexibility and fast-computation (>10x times faster than pure Python) of features. Please see examples
in the short-range ordering (SRO) and medium-range ordering (MRO) representations
in the featurizers folder. The SRO and MRO representation are based on a recent
paper by Qi Wang and Anubhav Jain (to be published).

Wrapper classes and utility functions for featurizers powered by matminer/amp and machine
learning algorithms supported by scikit-learn are also included.




## Installation

Before installing amlearn, please install numpy (version 1.7.0 or greater) first.

We recommend to use the conda install.

```sh
conda install numpy
```

or you can find numpy installation guide from [Numpy installation instructions](https://www.scipy.org/install.html).


Then, you can install amlearn. There are two ways to install amlearn:

- **Install amlearn from PyPI (recommended):**

```sh
pip install amlearn
```


- **Alternatively: install amlearn from the GitHub source:**

First, clone amlearn using `git`:

```sh
git clone https://github.com/Qi-max/amlearn
```

Then, `cd` to the amlearn folder and run the `setup.py`:
```sh
cd amlearn
sudo python setup.py install
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amlearn-0.0.1rc1.tar.gz (52.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page