IP Library Granted Patent US 11,861,470
Granted Patent B2
US 11,861,470 · App. 17/401,056 · Granted Jan 2, 2024

Simplistic machine learning model generation tool for predictive data analytics

Inventors: Suresh B. Gajendran (Richardson, TX); Mahesh Chandrappa (Bloomington, IL); Mark A. Dickneite (Bloomington, IL); Charles T. Fiala (Normal, IL); Rashid Zaheer (Bloomington, IL)
Assignee: State Farm Mutual Automobile Insurance Company
G06N20/00G06F8/34G06F9/453G06F18/214G06F40/35G06N3/045
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,861,470
App. No.
17/401,056
Granted
Jan 2, 2024
Kind
B2
Abstract

Systems and methods for predictive data analytics are provided. A method comprises generating a guided user interface (GUI) that guides one or more user operations on the user interface including: obtaining, from a database, a dataset including a plurality of data objects; determining one or more characteristics associated with a first data object of the plurality of data objects; identifying a subset of the dataset based at least in part on the one or more characteristics; selecting at least one machine learning algorithm; and training a machine learning (ML) model with respect to the first data object using the subset of the dataset and the at least one machine learning algorithm to generate a trained ML model; implementing the trained ML model with respect to the first data object in a cloud server to enable distributing the trained ML model to a plurality of client device via a network.

Claims (88)

1. A method implemented by a computing device for constructing a machine learning model generation tool, the method comprising:

generating a guided user interface (GUI) that enables a user to construct the machine learning model generation tool via one or more user operations on the GUI, the one or more user operations including:

obtaining, from a database, a dataset associated with a plurality of data objects;

generating, on the GUI, a visualization of a correlation of the dataset;

based on the visualization:

determining one or more characteristics associated with a first data object of the plurality of data objects;

identifying a subset of the dataset based at least in part on the one or more characteristics;

selecting at least one machine learning algorithm; and

configuring the machine learning model generation tool to generate a machine learning (ML) model with respect to the first data object based on the subset of the dataset and the at least one machine learning algorithm; and

implementing the machine learning model generation tool and the ML model with respect to the first data object in a cloud server to enable distributing at least one of the machine learning model generation tool or the ML model with respect to the first data object to a plurality of second computing devices via a network.

2. The method of claim 1 , wherein the one or more user operations on the GUI further comprising at least one of:

determining dimensions of the dataset;

determining statistic information associated with the dataset;

performing a null value treatment on the dataset; or

performing an outlier value treatment on the dataset.

3. The method of claim 1 , wherein the one or more characteristics associated with the first data object indicates correlations between the first data object and other data objects of the plurality of data objects.

4. The method of claim 1 , wherein identifying a subset of the dataset based at least in part on the one or more characteristics further comprises:

determining influence degrees between the first data object and other data objects of the plurality of data objects; and

performing a dimension reduction on the dataset by mapping the dataset to the subset of the dataset based at least in part on the influence degrees,

wherein a dimension of the subset of the dataset is less than a dimension of the dataset.

5. The method of claim 4 , wherein the dimension reduction is performed using at least one of a random forest algorithm, a single variable logistic regression algorithm, or a variable clustering algorithm.

6. The method of claim 1 , further comprising:

receiving a request to predict a target value associated with a target object, the request including a new dataset; and

executing the machine learning model generation tool to

generate an additional machine learning model with respect to the target object;

configure one or more parameters associated with the additional ML model with respect to the target object, the one or more parameters including at least one of an ML algorithm, one or more additional objects in the new dataset correlated to the target object, or a cross-validation parameter; and

determine the target value, using the additional ML model, based at least in part on the target object and the one or more parameters.

7. The method of claim 1 , wherein the cloud server is further configured to:

receive, from a second computing device, a request for downloading a second machine learning model associated with a second data object; and

determine whether the second machine learning model exists in the cloud server, wherein:

in response to determining the second machine learning model exists in the cloud server, distribute an instance of the second machine learning model to the second computing device, and

in response to determining the second machine learning model does not exist in the cloud server, distribute an instance of the machine learning model generation tool to the second computing device, causing an execution of the machine learning model generation tool on the second computing device to generate the second machine learning model associated with the second data object.

8. A system for constructing a machine learning model generation tool, comprising:

at least one processor; and

memory storing instructions that, when executed by the at least one processor, cause the at least one processor to perform actions comprising:

generating a guided user interface (GUI) that enables a user to construct the machine learning model generation tool, the one or more user operations including:

obtaining, from a database, a dataset including a plurality of data objects;

generating, on the GUI, a visualization of a correlation of the dataset;

based on the visualization,

determining one or more characteristics associated with a first data object of the plurality of data objects;

identifying a subset of the dataset based at least in part on the one or more characteristics;

selecting at least one machine learning algorithm; and

configuring the machine learning model generation tool to generate a machine learning (ML) model with respect to the first data object based on the subset of the dataset and the at least one machine learning algorithm; and

implementing the machine learning model generation tool and the ML model with respect to the first data object in a cloud server to enable distributing at least one of the machine learning model generation tool or the ML model with respect to the first data object to a plurality of second computing devices via a network.

9. The system of claim 8 , wherein the one or more operations further comprise at least one of:

determining dimensions of the dataset;

determining statistic information associated with the dataset;

performing a null value treatment on the dataset; or

performing an outlier value treatment on the dataset.

10. The system of claim 8 , wherein the one or more characteristics associated with the first data object indicates correlations between the first data object and other data objects of the plurality of data objects.

11. The system of claim 8 , wherein identifying a subset of the dataset based at least in part on the one or more characteristics further comprises:

determining influence degrees between the first data object and other data objects of the plurality of data objects; and

performing a dimension reduction on the dataset by mapping the dataset to the subset of the dataset based at least in part on the influence degrees,

wherein the dimension of the subset of the dataset is lower than the dimension of the dataset.

12. The system of claim 8 , wherein the dimension reduction is performed using at least one of a random forest algorithm, a single variable logistic regression algorithm, or a variable clustering algorithm.

13. The system of claim 8 , wherein the one or more operations further comprise:

receiving a request to predict a target value associated with a target object, the request including a new dataset; and

executing the machine learning model generation tool to

generate an additional machine learning model with respect to the target object;

configure one or more parameters associated with the additional ML model with respect to the target object, the one or more parameters including at least one of an ML algorithm, one or more additional objects in the new dataset correlated to the target object, or a cross-validation parameter; and

determine the target value, using the additional ML model, based at least in part on the target object and the one or more parameters.

14. A computer-readable storage medium storing computer-readable instructions executable by one or more processors for constructing a machine learning model generation tool, that when executed by the one or more processors, cause the one or more processors to perform actions comprising:

generating a guided user interface (GUI) that enables a user to construct the machine learning model generation tool via one or more user operations on the GUI, the one or more user operations including:

obtaining, from a database, a dataset including a plurality of data objects;

generating, on the GUI, a visualization of a correlation of the dataset;

based on the visualization,

determining one or more characteristics associated with a first data object of the plurality of data objects;

identifying a subset of the dataset based at least in part on the one or more characteristics;

selecting at least one machine learning algorithm; and

configuring the machine learning model generation tool to generate training a machine learning (ML) model with respect to the first data object using based on the subset of the dataset and the at least one machine learning algorithm; and

implementing the machine learning model generation tool and the trained ML model with respect to the first data object in a cloud server to enable distributing at least one of the machine learning model generation tool or the ML model with respect to the first data object to a plurality of second computing devices via a network.

15. The computer-readable storage medium of claim 14 , wherein the one or more operations further comprise at least one of:

determining dimensions of the dataset;

determining statistic information associated with the dataset;

performing a null value treatment on the dataset; or

performing an outlier value treatment on the dataset.

16. The computer-readable storage medium of claim 14 , wherein the one or more characteristics associated with the first data object indicates correlations between the first data object and other data objects of the plurality of data objects.

17. The computer-readable storage medium of claim 16 , wherein identifying a subset of the dataset based at least in part on the one or more characteristics further comprises:

determining influence degrees between the first data object and other data objects of the plurality of data objects; and

performing a dimension reduction on the dataset by mapping the dataset to the subset of the dataset based at least in part on the influence degrees,

wherein the dimension of the subset of the dataset is lower than the dimension of the dataset.

18. The computer-readable storage medium of claim 14 , wherein the dimension reduction is performed using at least one of a random forest algorithm, a single variable logistic regression algorithm, or a variable clustering algorithm.

19. The computer-readable storage medium of claim 14 , wherein the one or more operations further comprise:

receiving a request to predict a target value associated with a target object, the request including a new dataset; and

executing the machine learning model generation tool to

generate an additional machine learning model with respect to the target object;

configure one or more parameters associated with the additional trained ML model with respect to the target object, the one or more parameters including at least one of an ML algorithm, one or more additional objects in the new dataset correlated to the target object, or a cross-validation parameter; and

determine the target value, using the additional ML model, based at least in part on the target object and the one or more parameters.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Aug 12, 2021
From: GAJENDRAN, SURESH B.; CHANDRAPPA, MAHESH; DICKNEITE, MARK A.; FIALA, CHARLES T.; ZAHEER, RASHID
To: STATE FARM MUTUAL AUTOMOBILE INSURANCE COMPANY
Reel/Frame 057165/0693 →
Continuity (2)
Provisional Application 63065424 · Aug 13, 2020
Related Publication 20220050695A1 · Feb 17, 2022