Deep learning for time series data
Project description
Please cite the software if you are using it in your scientific publication.
The goal of mcfly is to ease the use of deep learning technology for time series classification. The advantage of deep learning is that it can handle raw data directly, without the need to compute signal features. Deep learning does not require expert domain knowledge about the data, and has been shown to be competitive with conventional machine learning techniques. As an example, you can apply mcfly on accelerometer data for activity classification, as shown in the tutorial.
Installation
Prerequisites:
- Python 3.5, 3.6 or 3.7
- pip
- Tensorflow 2.0, if pip errors that it can't find it for your python/pip version
Installing all dependencies in separate conda environment:
conda env create -f environment.yml
# activate this new environment
source activate mcfly
To install the package, run in the project directory:
pip install .
Installing on Windows
When installing on Windows, there are a few things to take into consideration. The preferred (in other words: easiest) way to install Keras and mcfly is as follows:
- Use Anaconda
- Use Python 3.x, because tensorflow is not available on Windows for Python 2.7
- Install numpy and scipy through the conda package manager (and not with pip)
- To install mcfly, run
pip install mcfly
in the cmd prompt. - Loading and saving models can give problems on Windows, see https://github.com/NLeSC/mcfly-tutorial/issues/17
Visualization
We build a tool to visualize the configuration and performance of the models. The tool can be found on http://nlesc.github.io/mcfly/. To run the model visualization on your own computer, cd to the html
directory and start up a python web server:
python -m http.server 8888 &
Navigate to http://localhost:8888/
in your browser to open the visualization. For a more elaborate description of the visualization see user manual.
User documentation
Contributing
You are welcome to contribute to the code via pull requests. Please have a look at the NLeSC guide for guidelines about software development.
We use numpy-style docstrings for code documentation.
Necessary steps for making a new release
- Check citation.cff using general DOI for all version (option: create file via 'cffinit')
- Create .zenodo.json file from CITATION.cff (using cffconvert)
cffconvert --validate
cffconvert --ignore-suspect-keys --outputformat zenodo --outfile .zenodo.json
- Set new version number in mcfly/_version.py
- Check that documentation uses the correct version
- Edit Changelog (based on commits in https://github.com/NLeSC/mcfly/compare/v1.0.1...master)
- Test if package can be installed with pip (
pip install .
) - Create Github release
- Upload to pypi:
python setup.py sdist bdist_wheel
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
(orpython -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
to test first) - Check doi on zenodo
Licensing
Source code and data of mcfly are licensed under the Apache License, version 2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mcfly-3.0.0.tar.gz
.
File metadata
- Download URL: mcfly-3.0.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c93e6508075c34598768c4dc72106cc1600dcd566d576496e734a9173ebfcf6 |
|
MD5 | ba795330bbd49b71777740209b143ff5 |
|
BLAKE2b-256 | 7522400c7d622a738db9054241087c5959936be6e07c29fc39e7b4f32492353b |
File details
Details for the file mcfly-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: mcfly-3.0.0-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20c2e7885b97aae74665ccd27d115097e1e49e7da74028a41a623682d3ff940b |
|
MD5 | fe7960d9d53dc1da2dbbad7c493dbabf |
|
BLAKE2b-256 | 62ccfb4dc7ca9dcfd962d7eee8dd397e0e4ccb3f1ed0a9b70727a8a123fba1ea |