Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

21760: Updated the User Guide link in the README #303

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading