Shimoku docs
  • 🚀QuickStart
    • Installation & Setup
    • Minimal APP example
    • Extended Example
    • Templates & tutorials
  • 🤖Artificial Intelligence
    • Classification
      • Train Classification
        • Train Classification Outputs
      • Predict Classification
        • Predict Classification Outputs
    • Generate Insights
      • Generate Insights Outputs
  • 🛠️Building Web App
    • Environment
      • Overview
      • Environment Variables
    • Management
      • Managing Universes
      • Managing Workspaces
      • Managing Boards
    • Menu
      • Changing the Menu Path
      • Updating the Menu Path
      • Deleting the Menu Path
    • Grid
      • Using the Grid
    • Theming
      • Colors Usage
    • Actions
    • Modals
    • IO
  • 💡Elements
    • Summary
    • Charts
      • Table
        • Buttons Column
        • Filters
        • Search bars
        • Colored labels
      • HTML
        • Raw HTML
        • Beautiful Titles
        • Background Indicators
        • Click to New Tab
        • Box With Button
        • Panel
      • Indicators
        • Indicator
        • Grouped Indicators
        • Vertical Indicators
        • Color by Value
        • Gauge Indicator
        • Indicators with Header
      • Scatter Charts
        • Scatter
        • Scatter with Effect
      • Line Charts
        • Line
        • Predictive Line
        • Segmented Line
        • Marked Line
        • Line With Confidence Area
        • Top Bottom Line Charts
        • Summary Line
      • Area Charts
        • Area
        • Stacked Area
        • Segmented Area
        • Top Bottom Area Charts
      • Bar Charts
        • Bar
        • Stacked Bar
        • Horizontal Bar
        • Stacked Horizontal Bar
        • Zero Centered Bar
      • Pie Charts
        • Pie
        • Doughnut
        • Rose
      • Gauge Charts
        • Shimoku Gauge
        • Speed Gauge
      • Input forms
        • Group chained Inputs
        • List input search
        • Conditional inputs
        • Audio input
        • Drag & Drop
      • Line and Bar
      • Waterfall
      • Annotated Chart
      • Heatmap
      • Radar
      • Sunburst
      • Tree
      • Treemap
      • Sankey Diagram
      • Funnel chart
      • iFrame
    • Composite Template Charts
      • Infographics text bubble
      • Chart and Modal Button
      • Chart and Indicators
    • Data Sets
      • Data Set Filters
    • Create your own charts
      • Free Echarts
      • Bento box
    • Features & Navigation
      • Tabs
      • History navigation & Breadcrumb
  • 🔍Advanced usage
    • CLI
    • Workflow Triggers
    • Code Generation
  • 🌍Cloud & Community
    • Shimoku Cloud
    • Shared links
    • Handling Workspaces & Users
      • User authentication
      • Inviting users
      • Creating users
      • Users with multi-workspace access
  • 🌐Releases
    • 2024
      • v.2.6
      • v.2.5
      • v.2.4
      • v.2.3
        • v.2.3.1
      • v.2.2
        • v.2.2.3
        • v.2.2.2
        • v.2.2.1
      • v.2.1
        • v.2.1.2
        • v.2.1.1
      • v.2.0
        • v.2.0.(1..4)
      • v.1.6
        • v.1.6.1
      • v.1.5
    • 2023
      • v.1.4
        • v.1.4.1
        • v.1.4.2
      • v.1.3
      • v.1.2
        • v.1.2.1
      • v.1.1
        • v.1.1.1
      • v.1.0
        • v.1.0.2
        • v.1.0.1
      • v.0.20
      • v.0.19
      • v.0.18
      • v.0.17
        • v.0.17.1
      • v.0.16
        • v.0.16.3
        • v.0.16.2
        • v.0.16.1
      • v.0.15
      • v.0.14
    • 2022
      • v.0.13
        • v.0.13.3
      • v.0.12
      • v.0.11
      • v.0.10
        • v.0.10.4
        • v.0.10.3
        • v.0.10.1
      • v.0.9
      • v.0.8
      • v.0.7
        • v.0.7.1
      • v.0.6
      • v.0.5
      • v.0.4
      • v.0.3
        • v0.3.2
        • v0.3.1
      • v.0.2
Powered by GitBook
On this page
  • 1. generic_insight
  • 2. partial_dependence
  • 3. drivers_barriers

Was this helpful?

  1. Artificial Intelligence
  2. Generate Insights

Generate Insights Outputs

v.1.0.0

PreviousGenerate InsightsNextEnvironment

Last updated 1 year ago

Was this helpful?

Depending on the requested task, you will have access to the corresponding output file.

1. generic_insight

insights: String that contains a series of bullet points indicating descriptive or statistical information about the introduced table.

- Customer Lifetime Value ranges considerably with a maximum of over \$83,000, pointing to high variability in customer value for the company.
- Most customers are located in California, as it is the top state with 3,150 references within the dataset.
- There's a prevalence of the basic coverage option chosen by customers, suggested by its highest frequency.
- Income's median is approximately \$34,000 which indicates that the average customer earns at this level; however, incomes range up to nearly \$100,000.
- Monthly Premium Auto has a median value of \$83, signifying that the typical customer's monthly insurance premium is at this level.
- The dataset shows that the majority of customers are employed which could imply stability in the customer base.
- Data about marital status reveal that the counts are not uniform, suggesting varying insurance needs or preferences by marital status.
- A significant portion of customers have not filed any complaints (the most common number of complaints is zero), hinting at customer satisfaction or non-use of complaint services.
- Only a few customers have more than one policy, as indicated by a median of two policies per customer.
- Total Claim Amount distribution is skewed with a mean higher than the median value, reflecting the presence of much larger claims skewing the average.
- Churn column exists indicating whether a customer has left or not with a binary value but a detailed proportion analysis wasn't provided.

2. partial_dependence

df_pdp_insights: Dataframe with a format analogous to df_pdp.csv in , where an insights column has been added explaining how the average probability of conversion to the given class behaves as each input feature varies.

Note that the first line in df_pdp_insights above, explains the data below from df_pdp:

The second row in df_pdp_insights, explains the following block of data from df_pdp:

And so on. Each row from df_pdp_insights corresponds to a block of data from df_pdp, for a specific column_target, class and name_feature.

3. drivers_barriers

df_db_insights: Dataframe with a format similar to df_db.csv, where the level of contribution of the input features to the target column taking a certain value is described in text format.

Each row from df_db_inisghts above corresponds to a row in df_db.csv, and explains the top drivers and barriers in text format.

🤖
Train Classification Outputs