Skip to content

Commit

Permalink
21760: Updated the User Guide link in the README (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser authored Oct 10, 2024
1 parent ee52f60 commit e06209e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div align="left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.howso.com/img/howso/1/svg/logo-gradient-light.svg" width="33%">
Expand Down Expand Up @@ -45,22 +44,22 @@ the Trainee functionality is sufficient. Each Trainee represents an individual
Machine Learning object or model that can perform functions like training and
predicting, while a client may manage the API interface for multiple Trainees.


## Supported Platforms

Compatible with Python versions: 3.9, 3.10, 3.11, and 3.12.

**Operating Systems**

| OS | x86_64 | arm64 |
|---------|--------|-------|
| ------- | ------ | ----- |
| Windows | Yes | No |
| Linux | Yes | Yes |
| MacOS | Yes | Yes |

## Install

To install the current release:

```bash
pip install howso-engine
```
Expand Down Expand Up @@ -94,7 +93,7 @@ the Trainee is ready to be used for all supported machine learning tasks. At
this point one could start making predictions on unseen data, investigate the
most noisy features, find the most anomalous training cases, and much more.

Please see the [User Guide](https://docs.howso.com/user_guide/index.html) for
Please see the [User Guide](https://docs.howso.com/en/release-latest/user_guide/index.html) for
basic workflows as well as additional information about:

- Anomaly detection
Expand Down

0 comments on commit e06209e

Please sign in to comment.