Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-aguzzi/chemfusekit
Chemometrics library for data fusion, model training and prediction of data from multiple sensor sources.
https://github.com/f-aguzzi/chemfusekit
chemometrics datafusion knn lda pca plsda scikit-learn svm
Last synced: 9 days ago
JSON representation
Chemometrics library for data fusion, model training and prediction of data from multiple sensor sources.
- Host: GitHub
- URL: https://github.com/f-aguzzi/chemfusekit
- Owner: f-aguzzi
- License: gpl-3.0
- Created: 2024-04-15T07:40:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T08:36:41.000Z (4 months ago)
- Last Synced: 2024-07-04T01:14:01.156Z (4 months ago)
- Topics: chemometrics, datafusion, knn, lda, pca, plsda, scikit-learn, svm
- Language: Jupyter Notebook
- Homepage: https://f-aguzzi.github.io/ChemFuseKit/
- Size: 22.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: docs/README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.