Skip to content

Commit

Permalink
Fix typo and include link to documentation
Browse files Browse the repository at this point in the history
- Remove typo introduced during merge activities
- Add link to documentation page
  • Loading branch information
Matthias Rüdt committed Nov 27, 2021
1 parent 30ff9f7 commit 2e8311f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<<<<<<< HEAD
[![codecov](https://codecov.io/gh/maruedt/chemometrics/branch/main/graph/badge.svg?token=PUAZA21N10)](https://codecov.io/gh/maruedt/chemometrics)
=======
[![Documentation Status](https://readthedocs.org/projects/chemometrics/badge/?version=latest)](https://chemometrics.readthedocs.io/en/latest/?badge=latest)
>>>>>>> docs

# chemometrics
chemometrics is a free and open source chemometric library for Python. Its main focus lies on the chemometric analysis of spectroscopic data (e.g. UV/Vis, NIR, Raman, NMR and MS). chemometrics builds on scikit-learn and extends its functionalities to support chemometric data analysis. The package provides methods for plotting, preprocessing and fitting data. In contrast to scikit-learn, chemometrics is mainly intended for interactive work.

chemometrics is work in progress. The current features are mainly revolving around the (supervised) analysis of spectroscopic data.

The documentation is available at https://chemometrics.readthedocs.io

## Example applications
Plotting:
```python
Expand Down

0 comments on commit 2e8311f

Please sign in to comment.