https://github.com/ajalab/gaussian-process-vue
Gaussian Process Regression
https://github.com/ajalab/gaussian-process-vue
Last synced: 3 months ago
JSON representation
Gaussian Process Regression
- Host: GitHub
- URL: https://github.com/ajalab/gaussian-process-vue
- Owner: ajalab
- Created: 2018-10-17T16:19:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T03:35:36.000Z (about 2 years ago)
- Last Synced: 2024-04-20T06:57:08.691Z (about 1 year ago)
- Language: Vue
- Homepage: https://ajalab.github.io/gaussian-process-vue/
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gaussian-process-vue
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```