Skip to main content
Howso

The Howso Engine™ is a natively and fully explainable ML engine, serving as an alternative to black box AI neural networks. Its core functionality gives users data exploration and machine learning capabilities through the creation and use of Trainees that help users store, explore, and analyze the relationships in their data, as well as make understandable, debuggable predictions. Howso leverages an instance-based learning approach with strong ties to the k-nearest neighbors algorithm and information theory to scale for real world applications. See our extensive paper describing these techniques on arXiv.

At the core of Howso is the concept of a Trainee, a collection of data elements that comprise knowledge. In traditional ML, this is typically referred to as a model, but a Trainee is original training data coupled with metadata, measured uncertainties and probabilities, details of feature attributes, with data lineage and provenance. Unlike traditional ML, Trainees are designed to be versatile so that after a single training instance (no re-training required!). They can:

  • Perform classification on any target feature using any set of input features
  • Perform regression on any target feature using any set of input features
  • Perform online and reinforcement learning
  • Perform anomaly detection based on any set of features
  • Measure feature importance for predicting any target feature
  • Identify counterfactuals
  • Understand increases and decreases in accuracy for features and individual cases
  • Forecast time series
  • Synthesize data that maintains the same feature relationships of the original data while maintaining privacy
  • And more!

Furthermore, Trainees are auditable, debuggable, and editable.

  • Debuggable: Every prediction of a Trainee can be drilled down to investigate which cases from the training data were used to make the prediction.
  • Auditable: Trainees manage metadata about themselves including: when data is trained, when training data is edited, when data is removed, etc.
  • Editable: Specific cases of training data can be removed, edited, and emphasized (through case weighting) without the need to retrain.

Resources

General Overview

This repo provides the Python interface with Howso Engine that exposes the Howso Engine functionality. The Client objects directly interface with the engine API endpoints while the Trainee objects provides the python functionality for general users. Client functions may be called by the user but for most workflows the Trainee functionality is sufficient. Each Trainee represents an individual machine learning object with data set 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.11, 3.12, 3.13, and 3.14.

Operating Systems

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

Install

To install the current release:

pip install howso-engine

You can verify your installation is working by running the following command in your python environment terminal:

verify_howso_install

See the Howso Engine Install Guide for additional help and troubleshooting information.

Usage

The Howso Engine is designed to support users in the pursuit of many different machine learning tasks using Python.

Below is a very high-level set of steps recommended for using the Howso Engine:

  1. Define the feature attributes of the data (Feature types, bounds, etc.)
  2. Create a Trainee and set the feature attributes
  3. Train the Trainee with the data
  4. Call Analyze on the Trainee to characterize uncertainty and update it for inference
  5. Explore your data!

Once the Trainee has been given feature attributes, trained, and analyzed, then 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 for basic workflows as well as additional information about:

  • Anomaly detection
  • Classification
  • Regression
  • Time-series forecasting
  • Feature importance analysis
  • Reinforcement learning
  • Data synthesis
  • Prediction auditing
  • Measuring model performance (global or conditional)
  • Bias mitigation
  • Trainee editing
  • ID-based privacy

There is also a set of basic Jupyter notebooks to run that provides a complete set of examples of how to use Howso Engine.

License

License

Contributing

Contributing

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

howso_engine-65.0.5.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

howso_engine-65.0.5-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file howso_engine-65.0.5.tar.gz.

File metadata

  • Download URL: howso_engine-65.0.5.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for howso_engine-65.0.5.tar.gz
Algorithm Hash digest
SHA256 4c725239d3484084ae9746d7394618b690746a2224095d3808f680e28f0b01ef
MD5 fa85551a62ba2fdc29484c4f6895cc33
BLAKE2b-256 7f84426f24327f2d565fbf6bd683de1bdfb6ff2fb114df6a453ab208e9fd2a8d

See more details on using hashes here.

File details

Details for the file howso_engine-65.0.5-py3-none-any.whl.

File metadata

  • Download URL: howso_engine-65.0.5-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for howso_engine-65.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 03de47b90c35c0c44a189b802dc8c92d45f6f58e0a60d028cdb6fac45e131a87
MD5 c2a3fa23fcac788310bed499d5319639
BLAKE2b-256 82477f041fe68d76b9c75a35cdc05dd23feb1cf690f7cb5c7ed6e4872a12ac05

See more details on using hashes here.

Release history Release notifications | RSS feed

65.0.6

2 files

This release

65.0.5 This release

2 files

65.0.4

2 files

65.0.3

2 files

65.0.2

2 files

65.0.1

2 files

65.0.0

2 files

64.0.4

2 files

64.0.3

2 files

64.0.2

2 files

64.0.1

2 files

64.0.0

2 files

63.0.1

2 files

63.0.0

2 files

62.5.2

2 files

62.5.1

2 files

62.5.0

2 files

62.4.0

2 files

62.3.0

2 files

62.2.1

2 files

62.2.0

2 files

62.1.0

2 files

62.0.1

2 files

62.0.0

2 files

61.1.1

2 files

61.1.0

2 files

61.0.0

2 files

60.3.2

2 files

60.3.1

2 files

60.3.0

2 files

60.2.2

2 files

60.2.1

2 files

60.2.0

2 files

60.1.5

2 files

60.1.4

2 files

60.1.3

2 files

60.1.2

2 files

60.1.1

2 files

60.1.0

2 files

60.0.1

2 files

60.0.0

2 files

59.0.1

2 files

59.0.0

2 files

58.1.0

2 files

58.0.8

2 files

58.0.7

2 files

58.0.6

2 files

58.0.5

2 files

58.0.4

2 files

58.0.3

2 files

58.0.2

2 files

58.0.1

2 files

58.0.0

2 files

57.0.0

2 files

56.1.2

2 files

56.1.1

2 files

56.1.0

2 files

56.0.4

2 files

56.0.3

2 files

56.0.2

2 files

56.0.1

2 files

56.0.0

2 files

55.2.0

2 files

55.1.0

2 files

55.0.0

2 files

54.3.0

2 files

54.2.0

2 files

54.1.3

2 files

54.1.2

2 files

54.1.1

2 files

54.1.0

2 files

54.0.1

2 files

54.0.0

2 files

53.1.0

2 files

53.0.1

2 files

53.0.0

2 files

52.0.0

2 files

51.2.3

2 files

51.2.2

2 files

51.2.1

2 files

51.2.0

2 files

51.1.0

2 files

51.0.1

2 files

51.0.0

2 files

50.3.1

2 files

50.3.0

2 files

50.2.2

2 files

50.2.1

2 files

50.2.0

2 files

50.1.1

2 files

50.1.0

2 files

50.0.1

2 files

50.0.0

2 files

49.2.0

2 files

49.1.2

2 files

49.1.1

2 files

49.1.0

2 files

49.0.0

2 files

48.2.1

2 files

48.2.0

2 files

48.1.1

2 files

48.1.0

2 files

48.0.0

2 files

47.0.0

2 files

46.2.0

2 files

46.1.0

2 files

46.0.0

2 files

45.0.6

2 files

45.0.5

2 files

45.0.4

2 files

45.0.3

2 files

45.0.2

2 files

45.0.1

2 files

45.0.0

2 files

44.0.1

2 files

44.0.0

2 files

43.0.0

2 files

42.1.2

2 files

42.1.1

2 files

42.1.0

2 files

42.0.1

2 files

42.0.0

2 files

41.1.2

2 files

41.1.1

2 files

41.1.0

2 files

41.0.2

2 files

41.0.1

2 files

41.0.0

2 files

40.5.0

2 files

40.4.0

2 files

40.3.0

2 files

40.2.2

2 files

40.2.1

2 files

40.2.0

2 files

40.1.0

2 files

40.0.1

2 files

40.0.0

2 files

39.3.7

2 files

39.3.6

2 files

39.3.5

2 files

39.3.4

2 files

39.3.3

2 files

39.3.2

2 files

39.3.1

2 files

39.3.0

2 files

39.2.0

2 files

39.1.0

2 files

39.0.3

2 files

39.0.2

2 files

39.0.1

2 files

39.0.0

2 files

38.1.3

2 files

38.1.2

2 files

38.1.1

2 files

38.1.0

2 files

38.0.0

2 files

37.3.2

2 files

37.3.1

2 files

37.3.0

2 files

37.2.1

2 files

37.2.0

2 files

37.1.3

2 files

37.1.2

2 files

37.1.1

2 files

37.1.0

2 files

37.0.1

2 files

37.0.0

2 files

36.4.0

2 files

36.3.4

2 files

36.3.3

2 files

36.3.2

2 files

36.3.1

2 files

36.3.0

2 files

36.2.1

2 files

36.2.0

2 files

36.1.1

2 files

36.1.0

2 files

36.0.0

2 files

35.0.1

2 files

35.0.0

2 files

34.2.1

2 files

34.2.0

2 files

34.1.0

2 files

34.0.0

2 files

33.1.1

2 files

33.1.0

2 files

33.0.1

2 files

33.0.0

2 files

32.1.0

2 files

32.0.5

2 files

32.0.4

2 files

32.0.3

2 files

32.0.2

2 files

32.0.1

2 files

32.0.0

2 files

31.0.0

2 files

30.3.0

2 files

30.2.0

2 files

30.1.5

2 files

30.1.4

2 files

30.1.3

2 files

30.1.2

2 files

30.1.1

2 files

30.1.0

2 files

30.0.8

2 files

30.0.7

2 files

30.0.6

2 files

30.0.5

2 files

30.0.4

2 files

30.0.3

2 files

30.0.2

2 files

30.0.1

2 files

30.0.0

2 files

29.0.7

2 files

29.0.6

2 files

29.0.5

2 files

29.0.4

2 files

29.0.3

2 files

29.0.2

2 files

29.0.1

2 files

29.0.0

2 files

28.1.0

2 files

28.0.3

2 files

28.0.2

2 files

28.0.1

2 files

28.0.0

2 files

27.0.0

2 files

26.0.0

2 files

25.1.0

2 files

25.0.4

2 files

25.0.3

2 files

25.0.2

2 files

25.0.1

2 files

25.0.0

2 files

24.1.0

2 files

24.0.0

2 files

23.1.2

2 files

23.1.1

2 files

23.1.0

2 files

23.0.0

2 files

22.1.7

2 files

22.1.6

2 files

22.1.5

2 files

22.1.4

2 files

22.1.3

2 files

22.1.2

2 files

22.1.1

2 files

22.1.0

2 files

22.0.0

2 files

21.0.0

2 files

20.0.2

2 files

20.0.1

2 files

20.0.0

2 files

19.0.5

2 files

19.0.4

2 files

19.0.3

2 files

19.0.2

2 files

19.0.1

2 files

19.0.0

2 files

18.1.4

2 files

18.1.2

2 files

18.1.1

2 files

18.1.0

2 files

18.0.2

2 files

18.0.1

2 files

18.0.0

2 files

17.1.1

2 files

17.1.0

2 files

17.0.0

2 files

16.1.0

2 files

16.0.2

2 files

16.0.1

2 files

16.0.0

2 files

15.0.11

2 files

15.0.10

2 files

15.0.9

2 files

15.0.8

2 files

15.0.7

2 files

15.0.6

2 files

15.0.5

2 files

15.0.4

2 files

15.0.3

2 files

15.0.2

2 files

15.0.1

2 files

15.0.0

2 files

14.0.0

2 files

13.0.6

2 files

13.0.5

2 files

13.0.4

2 files

13.0.3

2 files

13.0.2

2 files

13.0.1

2 files

13.0.0

2 files

12.3.3

2 files

12.3.2

2 files

12.3.1

2 files

12.3.0

2 files

12.2.0

2 files

12.1.1

2 files

12.1.0

2 files

12.0.0

2 files

11.0.1

2 files

11.0.0

2 files

10.1.0

2 files

10.0.0

2 files

9.2.0

2 files

9.1.7

2 files

9.1.6

2 files

9.1.5

2 files

9.1.4

2 files

9.1.3

2 files

9.1.2

2 files

9.1.1

2 files

9.1.0

2 files

9.0.0

2 files

8.0.4

2 files

8.0.3

2 files

8.0.2

2 files

8.0.1

2 files

8.0.0

2 files

7.4.0

2 files

7.3.0

2 files

7.2.0

2 files

7.1.3

2 files

7.1.2

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page