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

21041: added Conditioned and Predictive Insight recipes #83

Merged
merged 2 commits into from
Sep 26, 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
8 changes: 7 additions & 1 deletion source/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ Explores the different types of insights that can be attained using Howso.

**Notable Recipes**

1. :download:`Engine-Insights <https://github.com/howsoai/howso-engine-recipes/tree/main/recipes/1-Insights>`
1. :download:`Engine-Insights <https://github.com/howsoai/howso-engine-recipes/blob/main/recipes/1-Insights/engine-insights.ipynb>`
- See an introduction to many of the insights that can be gained through Howso Engine.

2. :download:`Conditioned-Insights <https://github.com/howsoai/howso-engine-recipes/blob/main/recipes/1-Insights/conditioned-insights.ipynb>`
- See how your dataset's predictability changes under a variety of conditions providing out of the box insights on your data without the need to build multiple machine learning models.

3. :download:`Prediction-Insights <https://github.com/howsoai/howso-engine-recipes/blob/main/recipes/1-Insights/prediction-insights.ipynb>`
- See how Predictive insights with complete attribution and detailed explanations can be gained through Howso Engine.

Section 2-Workflows
^^^^^^^^^^^^^^^^^^^
Example use cases that combine different Howso insights and capabilities into practical workflows.
Expand Down