Business application briefs¶
This section provides a variety of quick use case summaries, with an accompanying No-Code AI App), to provide examples of possible uses for predictive models in various industries:
No-Code AI Apps allow you to build and configure AI-powered applications using a no-code interface to enable core DataRobot services without having to build models and evaluate their performance in DataRobot. Applications are easily shared and do not require users to own full DataRobot licenses in order to use them. Applications also offer a great solution for broadening your organization's ability to use DataRobot's functionality.
Parts failure predictions¶
According to a study done by Aberdeen Group, unplanned equipment failure can cost more than $260K an hour and can have associated health and safety risks. Existing best practices, such as scheduled preventative maintenance, can mitigate failure, but will not catch unusual, unexpected failures. Scheduled maintenance can also be dangerously conservative, resulting in excessive downtime and maintenance costs. A predictive model can signal your maintenance crew when an impending issue is likely to occur.
This proactive approach to maintenance (automating related processes) allows operators to:
- Identify subtle or unknown issues with equipment operation in the collected sensor data.
- Schedule maintenance when maintenance is truly needed
- Be automatically notified to intervene when a sudden failure is imminent.
Leveraging collected sensor data not only saves your organization unintended down time, but also allows you to prevent unintended consequences of equipment failure.
A sample app:
Or, consider building a predictive model using a Python notebook.
Early loan payment predictions¶
When a borrower takes out a 30-year mortgage, usually they won’t finish paying back the loan in exactly thirty years—it could be later or earlier, or the borrower may refinance. For regulatory purposes—and to manage liabilities—banks need to accurately forecast the effective duration of any given mortgage. Using DataRobot, mortgage loan traders can combine their practical experience with modeling insights to understand which mortgages are likely to be repaid early.
Between general economic data and individual mortgage records, there’s plenty of data available to predict early loan prepayment. The challenge lies in figuring out which features, in which combination, with which modeling technique, will yield the most accurate model. Furthermore, federal regulations require that models be fully transparent so that regulators can verify that they are non-discriminatory and robust.
A sample app:
Predictions for fantasy baseball¶
Millions of people play fantasy baseball using leagues that are typically draft- or auction-based. Choosing a team based on your favorite players—or simply on last year's performance without any regard for regression to the mean—is likely to field a weaker team. Because baseball is one of the most "documented" of all sports (statistics-wise), you can derive a better estimate of each player's true talent level and their likely performance in the coming year using machine learning. This allows for better drafting and helps avoid overpaying for players coming off of "career" seasons.
When drafting players for fantasy baseball, you must make decisions based on the player's performance over their career to date, as well as variables like the effects of aging. Basing evaluation on personal interpretation of the player's performance is likely to cause you to overvalue a player's most recent performance. In other words, it's common to overvalue a player coming off a career year or undervalue a player coming off a bad year. The goal is to generate a better estimate of the player's value in the next year based on what he has done in prior years. If you build a machine learning model to predict a player's performance in the next year based on their previous performance, it will help you identify when over- or under-performance is a fluke, and when it is an indicator of that player’s future performance.
A sample app:
Or, consider building a predictive model using a Python notebook.