The Howso Engine™ is a natively and fully explainable ML engine, serving as an alternative to black box AI neural networks. Version 60.2.1 requires Python >=3.10. It offers a trainee-based API for training, prediction, and explanation. Release cadence is active, with frequent updates.
pip install howso-engineNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example of creating a Trainee, training, and predicting with explanation.
Upgrade Python to 3.10 or later, or pin howso-engine to <60.0 if stuck on older Python.
Check if result is a list (batch) vs dict (single). Use result = trainee.predict(..., batch=True) to get consistent batch output.
Replace feature_contributions=True with contextual_explanation=True in Trainee.explain calls.
No resource links recorded.