adopt-pytorch

Pytorch version of ADOPT algorithm used for precursor mining, developed by NASA (https://github.com/nasa/ADOPT).Improvements were made to include time-series of different lengths


License
MIT
Install
pip install adopt-pytorch==0.1.1

Documentation

README

Install

GitHub

Simply start by downloading the repo to the local by either:

  • Downloading the zip file
  • Using git in the machine's command line
git clone https://github.com/mhbl3/adopt_pytorch.git

Then, navigate to the adopt_pytorch directory and install using setup.py

[current_dir: cd ../adopt_pytorch
current_dir/../adopt_pytorch: pip install ./

Pypi

The package can also be downloaded using Pypi

pip install adopt_pytorch