https://github.com/maayanlab/harmonizome-ml
Custom machine learning on Harmonizome datasets
https://github.com/maayanlab/harmonizome-ml
Last synced: about 1 year ago
JSON representation
Custom machine learning on Harmonizome datasets
- Host: GitHub
- URL: https://github.com/maayanlab/harmonizome-ml
- Owner: MaayanLab
- Created: 2018-06-25T14:24:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T22:46:49.000Z (about 6 years ago)
- Last Synced: 2025-01-22T03:15:08.605Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: http://amp.pharm.mssm.edu/Harmonizome-ML/
- Size: 4.35 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Setup
Install javascript
```
npm install
```
## Development
### Setup
**Setup JS dependencies**
```
npm install
```
**Setup Python dependencies**
```
pip install -r requirements.txt
```
### Debugging
**Start JS script generator watchdog and python flask server**
```
grunt start
```
## Production
**Build templates**
```
grunt build
```
**Start Production server**
```
docker-compose up
```