EP2705471A1 - Évaluation de la précision d'une modélisation prédictive analytique - Google Patents

Évaluation de la précision d'une modélisation prédictive analytique

Info

Publication number
EP2705471A1
EP2705471A1 EP12723995.2A EP12723995A EP2705471A1 EP 2705471 A1 EP2705471 A1 EP 2705471A1 EP 12723995 A EP12723995 A EP 12723995A EP 2705471 A1 EP2705471 A1 EP 2705471A1
Authority
EP
European Patent Office
Prior art keywords
training data
predictive
data
training
predictive model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP12723995.2A
Other languages
German (de)
English (en)
Inventor
Wei-hao LIN
Travis H.K. GREEN
Robert Kaplow
Gang Fu
Gideon S. Mann
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Google LLC
Original Assignee
Google LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US13/101,048 external-priority patent/US8533224B2/en
Priority claimed from US13/101,040 external-priority patent/US20120284212A1/en
Application filed by Google LLC filed Critical Google LLC
Publication of EP2705471A1 publication Critical patent/EP2705471A1/fr
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation

Definitions

  • Predictive analytics generally refers to techniques for extracting information from data to build a model that can predict an output from a given input. Predicting an output can include predicting future trends or behavior patterns, or performing sentiment analysis, to name a few examples.
  • Various types of predictive models can be used to analyze data and generate predictive outputs.
  • a predictive model is trained with training data that includes input data and output data that mirror the form of input data that will be entered into the predictive model and the desired predictive output, respectively.
  • the amount of training data that may be required to train a predictive model can be large, e.g., in the order of gigabytes or terabytes.
  • the number of different types of predictive models available is extensive, and different models behave differently depending on the type of input data.
  • a particular type of predictive model can be made to behave differently, for example, by adjusting the hyper-parameters or via feature induction or selection.
  • Multiple predicative models can be trained using a same set of training data, yet each trained model can generate outputs with varying degrees of accuracy.
  • the subject matter described in this specification can be embodied in a computer-implemented system that includes one or more computers and one or more data storage devices coupled to the one or more computers that store a repository of training functions, a prcdictiye model repository of trained predictive models and instructions.
  • the predictive model repository includes multiple updateable trained predictive models which are each associated with an accuracy score that represents an estimation of the accuracy of the trained predictive model.
  • the instructions when executed by the one or more computers, cause the one or more computers to perform operations that include receiving over a network a series of training data sets for predictive modeling from a client computing system.
  • the training data included in the training data sets includes training samples that each include output data that corresponds to input data.
  • the training data included in the training data sets is different from initial training data that was used with multiple training functions obtained from the repository to train the trained predictive models stored in the predictive model repository initially.
  • the input data included in the first training data set is used to generate predictive output data.
  • the predictive output data is compared to the output data included in the first training data set. Based on the comparison and previous comparisons that were determined from the initial training data and from previously received training data sets, an updated accuracy score for association with each trained predictive model in the repository is determined.
  • the first training data set, a first training function obtained from the repository of training functions that was used to generate the updateable trained predictive model and the updateable trained predictive model itself are used to generate a retrained predictive model.
  • the updateable trained predictive model is then replaced in the predictive model repository with the retrained predictive model.
  • a first trained predictive model is selected from among the plurality of trained predictive model s and retrained predictive models included in the predictive model repository based on the determined updated accuracy scores. Access is provided to the first trained predictive model over the network.
  • Other embodiments of this aspect include corresponding methods and computer programs recorded on computer storage devices, each configured to perform the operations described above.
  • Determining the updated accuracy score for a particular trained predictive model can include: summing a number of correct predictive outputs included in the generated predictive output data as determined from the comparison; adding the sum of correct predictive outputs to previously determined sums of correct predictive outputs that were determined when the initial training data and other training data sets in the series of training data sets were received to determine a total number of correct predictive outputs; and dividing the total number of correct predictive outputs by a sum of the number of training samples included in the first training data set added to the number of training samples included in the initial training data and the other training data sets.
  • determining the updated accuracy score for a particular trained predictive model includes: summing a number of correct predictive outputs included in the generated predictive output data as determined from the comparison; weighting the sum of corrective predictive outputs with a first weight that is determined based on time of receipt of the first training data set; adding the weighted sum of correct predictive outputs to previously determined weighted sums of correct predictive outputs that were determined when the initial training data and other training data sets in the series of training data sets were received to determine a total number of correct predictive outputs, wherein each weighted sum is weighted based on a time of receipt of corresponding training data; and dividing the total number of correct predictive outputs by the number of training samples included in the first training data set weighted by the first weight summed with the numbers of training samples included in the initial training data and the other training data sets, where each of the numbers of training samples is weighted according to the same weight as its corresponding sum of predictive outputs.
  • determining the updated accuracy score for a particular trained predictive model includes: summing a number of correct predictive outputs included in the generated predictive output data as determined from the comparison; identifying which training data sets from the initial training data and from the series of training data sets were received within a predetermined time-based window; adding the sum of correct predictive outputs to previously determined sums of correct predictive outputs that were determined when the identified training data sets were each received to determine a total number of correct predictive outputs; and dividing the total number of correct predictive outputs by a sum of the number of training samples included in the first training data set added to the number of training samples included in the identified training data sets.
  • the predetermined time-based window indicates a discrete period of time during which the training data sets must have been received to be included in the identified training data sets. In another example, the predetermined time-based window indicates a discrete number of most recently received training data sets that are to be included in the identified training data sets.
  • the subject matter described in this specification can be embodied in a computer-implemented system that includes one or more computers and one or more data storage devices coupled to the one or more computers, storing a training data repository, a predictive model repository and instructions.
  • the training data repository includes retained data samples that include at least some data samples from an initial training data set and from multiple previously received update data sets. Each data sample includes input data and corresponding output data.
  • the predictive model repository includes at least one updateable trained predictive model that was trained with the initial training data set and retrained with the previously received update data sets.
  • the instructions when executed by the one or more computers, cause the one or more computers to perform operations that include receiving a new data set of data samples (each data sample including input data and corresponding output data).
  • the data set is new compared to the initial training data set and to the previously received update data sets.
  • a richness score is assigned to each of the data samples included in the new data set and to the retained data samples included in the training data repository.
  • the richness score for a particular data sample indicates how information rich the particular data sample is relative to other retained data samples for determining an accuracy of the trained predictive model.
  • the data samples included in the new data set and the retained data samples are ranked based on the assigned richness scores.
  • a set of test data is selected from the data samples included in the new data set and the retained data samples based on the ranking.
  • the trained predictive model is tested for accuracy in determining predictive output data for given input data using the set of test data and an accuracy score is determined for the trained predictive model based on the testing.
  • Other embodiments of this aspect include corresponding methods and computer programs recorded on computer storage devices, each configured to perform the operations described above.
  • the trained predictive model can be included in a repository of trained predictive models that were ail trained using the same initial training data set and at least some of which are updateable and were retrained using the received update data sets.
  • Each of the trained predictive models in the repository can be tested for accuracy using the set of test data and accuracy scores determined based on the testing for each of the trained predictive models,
  • a first trained predictive model can be selected from the repository of trained predictive models based on the accuracy scores.
  • Access can be provided to the first trained predictive model to a client computing system for generating predictive output data based on input data received from the client computing system.
  • each of the updateable trained predictive models mciuded in the repository can be retrained using the new data set.
  • the repository can be updated to replace the updateable trained predictive models with the retrained predictive models.
  • Each retrained predictive model can be associated with the accuracy score determined for the trained predictive model from which the retrained predictive model was derived.
  • Assigning a richness score to the particular data sample can include determining the richness score based on how many data samples have similar input data but different output data than the particular data sample and based on how many data samples have similar input data and similar or different output data than the particular data sample.
  • Selecting a set of test data from the data samples can include selecting the top n " ranked data samples where n is an integer greater than one.
  • Testing how accurate the trained predictive model is in determining predictive output data for given input data using the set of test data can include generating predictive output data for the input data included in the data samples of the test data set. Determining an accuracy score based on the testing can include comparing the predictive output data to the output data included the data samples that correspond to the input data used to generate the predictive output data and determining the accuracy score based on the comparison. After determining the accuracy score for the trained predictive model, the trained predictive model can be retrained using the new data set of data samples.
  • a computer-implemented method includes receiving a new data set of data samples. Each data sample includes input data and
  • the data set is new compared to an initial training data set and a plurality of previously received update data sets of data samples that were used to train and retrain respectively an updateable trained predictive model.
  • the method further includes assigning a richness score to each of the data samples included in the new data set and to retained data samples from the initial training data and the plurality of previously receiv ed data sets.
  • the richness score for a particular data sample indicates how information rich the particular data sample is relative to other retained data samples for determining an accuracy of the trained predictive model.
  • the method also includes ranking the data samples included in the new data set and the retained data samples based on the assigned richness scores and selecting a set of test data from the data samples included in the new data set and the retained data samples based on the ranking.
  • the method further includes testing how accurate the trained predictive model is in determining predictive output data for given input data using the set of test data and determining an accuracy score for the trained predictive model based on the testing.
  • the trained predictive model is included in a repository of trained predictive models that were all trained using the same initial training data set and at least some of which are updateable and were retrained using the plurality of received update data sets.
  • the method further includes testing how accurate each of the trained predictive models in the repository is using the set of test data and determining accuracy scores based o n th e testing for ea ch of the trained predictive models.
  • the method also includes selecting a first trained predictive model from the repository of trained predictive models based on the accuracy scores and providing access to the first trained predictive model to a client computing system for generating predictive output data based o input data received from the client computing system.
  • the method further includes, after determining accuracy scores for each of the trained predictive models, retraining each of the updateable trained predictive models included in the repository using the new data set.
  • the method also includes updating the repository to replace the updateable trained predictive models with the retrained predictive models, where each retrained predictive model is associated with the accuracy score determined for the trained predictive model from which the retrained predictive model was derived.
  • Assigning a richness score to the particular data sample includes determining the richness score based on how many data samples have similar input data but different output data than the particular data sample and based on how many data samples have similar input data and similar or different output data than the particular data sample.
  • Selecting a set of test data from the data samples includes selecting the top nth ranked data samples where n is an integer greater than one.
  • Testing how accurate the trained predictive model is in determining predictive o utput data for given input data using the set of test data includes generating predictive output data for the input data included in the data samples of the test data set. Determining an accuracy score based on the testing includes comparing the predictive output data to the output data included the data samples that correspond to the input data used to generate the predictive output data and determining the accuracy score based on the comparison.
  • the method further includes, after determining the accuracy score for the trained predictive model, retraining the trained predictive model using the new data set of data samples.
  • a computer-implemented system includes one or more computers; and one or more data storage devices coupled to the one or more computers.
  • the one or more data storage devices store a training data repository, a predictive model repository, and instructions.
  • the training data repository of retained data samples includes at least some data samples from an initial training data set and from a plurality of previously received update data sets. Each data sample includes input data and corresponding output data.
  • the predictive model repository includes at least one updateable trained predictive model that was trained with the initial training data set and retrained with the plurality of previously received update data sets.
  • the instructions when executed by the one or more computers, cause the one or more computers to perform operations.
  • the operations include receiving a new data set of data samples. Each data sample includes input data and corresponding output data.
  • the data set is new compared to the initial training data set and to the plurality of previously received update data sets.
  • the operations further include assigning a richness score to each of the data samples included in the new data set and to the retained data samples included in the training data repository.
  • the richness score for a particular data sample indicates how information rich the particular data sample is relative to other retained data samples for determining an accuracy of the trained predictive model.
  • the operations farther include ranking the data samples included in the new data set and the retained data samples based on the assigned richness scores and selecting a set of test data from the data samples included in the new data set and the retained data samples based on the ranking.
  • the operations also include
  • testing how accurate the at least one trained predictive model is in determining predictive output data for given input data using the set of test data and determining an accuracy score for the trained predictive model based on the testing.
  • the predictive model repository includes a plurality of trained predictive models that were all trained using the same initial training data set and at least some of which are updateable and were retrained using the plurality of received update data sets.
  • the operations farther include testing how accurate each of the trained predictive models in the repository is using the set of test data and determining accuracy scores based on the testing for each of the trained predictive models.
  • the operations also include selecting a first trained predictive model from the repository of trained predictive models based on the accuracy scores and providing access to the first trained predictive model to a client computing system for generating predictive output data based on input data received from the client computing system.
  • the operations further include, after determining accuracy scores for each of the trained predictive models, retraining each of the updateable trained predictive models included in the repository using the new data set.
  • the operations also include updating the repository to replace the updateable trained predictive models with the retrained predictive models.
  • Each retrained predictive model is associated with the accuracy score determined for the trained predictive model from which the retrained predictive model was derived.
  • Assigning a richness score to the particular data sample includes determining the richness score based on how many data samples have similar input data but different output data than the particular data sample and based on how many data samples have similar input data and similar or different output data than the particular data sample.
  • Selecting a set of test data from the data samples includes selecting the top nth ranked data samples where n is an integer greater than one.
  • Testing how accurate the trained predictive model is in determining predictive output data for given input data using the set of test data includes generating predictive output data for the input data included in the data samples of the test data set. Determining an accuracy score based on the testing includes comparing the predictive output data to the output data included the data samples that correspond to the input data used to generate the predictive output data and determining the accuracy score based on the comparison.
  • the operations include, after determining the accuracy score for the trained predictive model, retraining the trained predictive model using the new data set of data samples.
  • a computer-readable storage device is encoded with a computer program product, the computer program product comprising instructions that when executed on one or more computers cause the one or more computers to perform operations.
  • the operations include receiving a new data set of data samples. Each data sample includes input data and corresponding output data.
  • the data set is new compared to an initial training data set and a plurality of previously received update data sets of data samples that were used to train and retrain respectively an updateable trained predictive model.
  • the operations further include assigning a richness score to each of the data sampl es included in the new data set and to retained data samples from the initial training data and the plurality of previously received data sets.
  • the richness score for a particular data sample indicates how information rich the particular data sample is relative to other retained data samples for determining an accuracy of the trained predictive model.
  • the operations also include ranking the data samples included in the new data set and the retai ed data samples based on the assigned richness scores and selecting a set of test data from the data samples included in the ne w data set and the retained data samples based on the ranking.
  • the operations further include testing how accurate the trained predictive model is in determining predictive output data for given input data using the set of test data and determining an accuracy score for the trained predictive model based on the testing.
  • the trained predictive model is included in a repository of trained predictive models that were ail trained using the same initial training data set and at least some of which are updateable and were retrained using the plurality of received update data sets.
  • the operations further include testing how accurate each of the trained predictive models in the repository is using the set of test data and determining accuracy scores based on the testing for each of the trained predictive models.
  • the operations also include selecting a first trained predictive model from the repository of trained predictive models based on the accuracy scores and providing access to the first trained predictive model to a client computing system for generating predictive output data based on input data received from the client computing system.
  • the operations further include, after determining accuracy scores for each of the trained predictive models, retraining each of the updateable trained predictive models included in the repository using the new data set.
  • the operations also include updating the repository to replace the updateable trained predictive models with the retrained predictive models.
  • Each retrained predictive model is associated with the accuracy score determined for the trained predictive model from which the retrained predictive model was derived.
  • Assigning a richness score to the particular data sample includes determining the richness score based on how many data samples have similar input data but different output data than the particular data sample and based on how many data samples have similar input data and similar or different output data than the particular data sample.
  • Selecting a set of test data from the data samples includes selecting the top nth ranked data samples where n is an integer greater than one.
  • Testing how accurate the trained predictive model is in determining predictive output data for given input data using the set of test data includes generating predictive output data for the input data included in the data samples of the test data set. Determining an accuracy score based on the testing includes comparing the predictive output data to the output data included the data samples that correspond to the input data used to generate the predictive output data and determining the accuracy score based on the comparison. [0032] The operations further include, after determining the accuracy score for the trained predictive model, retraining the trained predictive model using the new data set of data samples.
  • Accuracy scores can be determined that are reflective of more recently received data samples.
  • the accuracy of the trained predictive model may also change. Determining the accuracy score based on data samples that are representative of current input data can help to select the most accurate trained predictive model at a given time. Memory space can limit the volume of data samples that can be retained. Determining which data samples are the most information-rich can be useful in selecting a set of test data and/or training data to be used and/or retained in memory.
  • FIG, ⁇ is a schematic representation of a system that provides a predictive analytic platform.
  • FIG. 2 is a schematic block diagram showing a system for providing a predictive analytic platform oyer a network.
  • FIG. 3 is a flowchart showing an example process for using the predictive analytic platform from the perspective of the client computing system.
  • FIG. 4 is a flowchart showing an example process for serving a client computing system using the predictive analytic platform.
  • FIG, 5 is a flowchart showing an example process for using the predictive analytic platform from the perspective of the client computing system.
  • FIG. 6 is a flowchart showing an example process for rescoring accuracy of trained predictive models and retraining updateable trained predictive models using the predictive analytic platform.
  • FIG. 7 is a flowchart showing an example process for generating a new set of trained predictive models using updated training data.
  • FIG. 8 is a flowchart showing an example process for selecting test data to use in determining accuracy scores.
  • FIG. 9 is a schematic representation of data samples classified by two dimensions.
  • the trained predictive models can be included in a dynamic repository of trained predictive models, at least some of which can be updated as new training data becomes available. As new training data is received and used to update the trained predictive models, the accuracy of the models can change. As such, accuracy assessments are also updated to reflect the current state of the trained predictive models included in the dynamic repository, A trained predictive model from the dynamic repository can be provided and used to generate a predictive output for a given input. As a particular client entity's training data changes over time, the client entity can be provided access to a trained predictive model that has been trained with training data reflective of the changes.
  • Selection of the trained predictive model to provide to the client entity can be based on the updated accuracy assessments of the trained predictive models included in the repository.
  • the repository of trained predictive models from which a predictive model can be selected to use to generate a predictive output is "dynamic", as compared to a repository of trained predictive models that are not updateable with new training data and are therefore "static".
  • FIG, 1 is a schematic representation of a system that provides a predictive analytic platform.
  • the system 100 includes multiple client computing systems 104a ⁇ c that can communicate with a predictive modeling server system 109.
  • the client computing systems 104a-c can communicate with a server system front end 1 10 by way of a network 102.
  • the network 102 can include one or more local area networks (LANs), a wide area network (WAN), such as the internet, a wireless network, such as a cellular network, or a combination of all of the above.
  • the server system front end 1 10 is in communication with, or is included within, one or more data centers, represented by the data center 112,
  • a data center 1 12 generally is a large numbers of computers, housed in one or more buildings, that are typically capable of managing large volumes of data.
  • a client entity - an individual or a group of people or a company, for example - may desire a trained predictive model that can receive input data from a client computing system 104a belonging to or under the control of the client entity and generate a predictive output.
  • To train a particular predictive model can require a significant volume of training data, for example, one or more gigabytes of data.
  • the client computing system 104a may be unable to efficiently manage such a large volume of data.
  • selecting and tuning an effective predictive model from the variety of available types of models can require skill and expertise that an operator of the client computing system 104a may not possess.
  • the system 100 described here allows training data 106a to be uploaded from the client computing system 104a to the predictive modeling server system 109 over the network 102.
  • the training data 106a can include initial training data, which may be a relatively large volume of training data the client entity has accumulated, for example, if the client entity is a first-time user of the system 100.
  • the training data 106a can also include new training data that can be uploaded from the client computing system 104a as additional training data becomes available.
  • the client computing system 104a may upload new training data whenever the new training data becomes available, e.g., on an ad hoc basis, periodically in batches, in a batch once a certain volume has accumulated, streamed from a client computing system or otherwise.
  • the server system front end 1 10 can receive, store and manage large volumes of data using the data center 1 12, One or more computers in the data center i 12 can run software that uses the training data to estimate the effectiveness (i.e., accuracy ) of multiple types of predictive models and make a selection of a trained predictive model to be used for data received from the particular client computing system 104a.
  • the selected model can be trained and the trained model made available to users who have access to the predictive modeling server system 109 and. optionally, permission from the client entity that provided the training data for the model. Access and permission can be controlled using any conventional techniques for user authorization and authentication and for access control, if restricting access to the model is desired.
  • the client computing system 104a can transmit prediction requests 108a over the network.
  • the selected trained model executing in the data center 1 12 receives the prediction request, input data and request for a predictive output, and generates the predictive output 1 14.
  • the predictive output 1 14 can be provided to the client computing system 104a, for example, over the network 102.
  • the processes can be scaled across multiple computers at the data center 1 12.
  • the predictive modeling server system 109 can automatically provide and allocate the required resources, using one or more computers as required.
  • An operator of the client computing system 104a is not required to have any special skill or knowledge about predictive models.
  • the training and selection of a predictive model can occur "in the cloud", i.e., over the network 102, thereby lessening the burden on the client computing system's processor capabilities and data storage, and also reducing the required client- side human resources.
  • client computing system is used in this description to refer to one or more computers, which may be at one or more physical locations, that can access the predictive modeling server system.
  • the data center 112 is capable of handling large volumes of data, e.g., on the scale of terabytes or larger, and as such can serve multiple client computing systems.
  • client computing systems 104a-c are sho wn, however, scores of client computing systems can be served by such a predictive modeling server system 109.
  • FIG. 2 is a schematic block diagram showing a system 200 for providing a dynamic predictive analytic platform over a network.
  • the system 200 is shown with one client computing system 202 communicating over a network 204 with a predictive modeling server system 206.
  • the predictive modeling server system 206 which can be implemented using multiple computers that can be located in one or more physical locations, can serve multiple client computing systems.
  • the predictive modeling server system includes an interface 208.
  • FIG. 3 is a flowchart showing an example process 300 for using the predictive analytic platform from the perspective of the client computing sy stem 202.
  • the process 300 would be carried out by the client computing system 202 when the corresponding client entity is uploading the initial training data to the system 206.
  • the client computing system 202 uploads training data (i.e., the initial training data) to the predictive modeling server system 206 over the network 204 (Step 302).
  • the initial training data is uploaded in bulk (e.g., a batch) by the client computing system 202. In other implementations, the initial training data is uploaded incrementally by the client computing system 202. until a threshold volume of data has been received that together forms the "initial training data". The size of the threshold volume can be set by the system 206, the client computing system 202 or otherwise determined. In response, the client computing system 202 receives access to a trained predictive model, for example, trained predictive model 218 (Step 304).
  • a trained predictive model for example, trained predictive model 218
  • the trained predictive model 218 is not itself provided.
  • the trained predictive model 218 resides and executes at a location remote from the client computing system 202, For example, referring back to FIG. 1, the trained predictive model 218 can reside and execute in the data center 112, thereby not using the resources of the client computing system 202.
  • the client computing system 202 can send input data and a prediction request to the trained predictive model (Step 306).
  • the client computing system receives a predictive output generated by the trained predictive model from the input data (Step 308).
  • training and use of a predictive model is relati v ely simple.
  • the training and selection of the predictive model, tuning of the hyper-parameters and features used by the model (to be described below) and execution of the trained predictive model to generate predictive outputs is all done remote from the client computing system 202 without expending client computing system resources.
  • the amount of training data provided can be relatively large, e.g., gigabytes or more, which is often an unwieldy volume of data for a client entity.
  • FIG. 4 is a flowchart showing an example process 400 for serving a client computing system using the predictive analytic platform.
  • the process 400 is carried out to provide access of a selected trained predictive model to the client computing system, which trained predictive model has beers trained using initial training data.
  • Providing accessing to the client computing system of a predictive model that has been retrained using new training data i.e., training data available after receiving the initial training data) is described below in reference to FIGS, 5 and 6.
  • training data (i.e., initial training data) is received from the client computing system (Step 402).
  • the client computing system 202 can upload the training data to the predictive modeling server system 206 oyer the network 204 either incrementally or in bulk (i.e., as batch).
  • the training data can accumulat e until a threshold volume is received before training of predictive models is initiated.
  • the training data can be in any convenient form that is understood by the modeling server system 206 to define a set of records, where each record includes an input and a corresponding desired output.
  • the training data can be provided using a comma-separated value format, or a sparse vector format.
  • the client computing system 202 can specify a protocol buffer definition and upload training data that complies with the specified definition.
  • the process 400 and system 200 can be used in various different applications. Some examples include (without limitation) making predictions relating to customer sentiment, transaction risk, species identification, message routing, diagnostics, churn prediction, legal docket classification, suspicious activity, work rosier assignment, inappropriate content, product recommendation, political bias, uplift marketing, e-mail filtering and career counseling.
  • the process 400 and system 200 will be described using an example that is typical of how predictive analytics are often used.
  • the client computing system 202 provides a web-based online shopping service.
  • the training data includes multiple records, where each record provides the online shopping ti'ansaction history for a particular customer.
  • the record for a customer includes the dates the customer made a purchase and identifies the item or items purchased on each date.
  • the client computing system 202 is interested in predicting a next purchase of a customer based on the customer's online shopping transaction history.
  • Various techniques can be used to upload a training request and the training data from the client computing system 2.02 to the predictive modeling server system 206.
  • the training data is uploaded using an HTTP web service.
  • the client computing system 202 can access storage objects using a RESTful API to upload and to store their training data on the predictive modeling server system 206.
  • the training data is uploaded using a hosted execution platform, e.g., AppEngine available from Google Inc. of Mountain View, CA.
  • the predictive modeling server system 206 can provide utility software that can be used by the client computing system 202 to upload the data.
  • the predictive modeling server system 206 can be made accessible from many platforms, including platforms affiliated with the predictive modeling server system 206, e.g., for a system affiliated with Google, the platform could be a Google App Engine or Apps Script (e.g., from Google Spreadsheet), and platforms entirely independent of the predictive modeling server system 206, e.g., a desktop application.
  • the training data can be large, e.g.. many gigabytes.
  • the predictive modeling server system 206 can include a data store, e.g., the training data repository 214, operable to store the received training data.
  • the predictive modeling server system 206 includes a repository of training functions for various predictive models, which in the example shown are included in the training function repository 216. At least some of the training functions included in the repository 216 can be used to train an "updateable" predictive model.
  • An updateable predictive model refers to a trained predictive model that was trained using a first set of training data (e.g., initial training data) and that can be used together with a new set of training data and a training function to generate a ''retrained" predictive model. The retrained predictive model is effectively the initial trained predictive model updated with the new training data.
  • One or more of the training functions included in the repository 216 can be used to train "static" predictive models.
  • a static predictive model refers to a predictive model that is trained with a batch of training data (e.g., initial training data) and is not updateable with incremental new training data. If new training data has become available, a new static predictive model can be trained using the batch of new training data, either alone or merged with an older set of training data (e.g., the initial training data) and an appropriate training function.
  • Some examples of training functions that can be used to train a static predictive model include (without limitation): regression (e.g., linear regression, logistic regression), classification and regression tree, multivariate adaptive regression spline and other machine learning training functions (e.g., Naive Bayes, k-nearest neighbors, Support Vector Machines, Perceptron).
  • training functions that can be used to train an updateable predictive model include (without limitation) Online Bayes, Rewritten Winnow, Support Vector Machine (SVM) Analogue, Maximum Entrophv (MaxEnt) Analogue, Gradient based (FOBOS) and AdaBoost with Mixed Norm Regularization.
  • the training function repository 216 can include one or more of these example training functions.
  • multiple predictive models which can be all or a subset of the available predictive models, are trained using some or all of the training data (Step 404).
  • a model training module 212 is operable to train the multiple predictive models.
  • the multiple predictive models include one or more updateable predictive models and can include one or more static predictive models.
  • the client computing system 202 can send a training request to the predictive modeling server system 206 to initiate the training of a model.
  • a GET or a POST request could be used to make a training request to a URL.
  • a training function is applied to the training data to generate a set of parameters. These parameters form the trained predictive model. For example, to train (or estimate) a Naive Bayes model, the method of maximum likelihood can be used.
  • a given type of predictive model can have more than one training function. For example, if the type of predictive model is a linear regression model, more than one different training function for a linear regression model can be used with the same training data to generate more than one trained predictive model.
  • a predictive model can be trained with different features, again generating different trained models.
  • the selection of features i.e., feature induction, can occur during multiple iterations of computing the training function over the training data.
  • feature conjunction can be estimated in a forward stepwise fashion in a parallel distributed way enabled by the computing capacity of the predictive modeling server system, i.e., the data center.
  • each type of predictive model may ha ve multiple training functions and that multiple hyper-parameter configurations and selected features may be used for each of the multiple training functions
  • trained predictive models there are many different trained predictive models that can be generated.
  • different trained predictive models perform differently. That is, some can be more accurate than others in predicting outputs for given inputs.
  • a model selection module 210 is operable to estimate the accuracy of each trained predictive model to determine an initial accuracy score and subsequent new accuracy scores, as new data is received.
  • cross- validation is used to estimate the accuracy of each trained predictive model.
  • a 10-fold cross-validation technique is used.
  • Cross-validation is a technique where the training data is partitioned into sub-samples. A number of the sub- samples are used to train an untrained predictive model, and a number of the sub- samples (usually one) is used to test the trained predictive model. Multiple rounds of cross-validation can be performed using different sub-samples for the training sample and for the test sample.
  • K-fold cross-validation refers to portioning the training data into K sub-samples. One of the sub-samples is retained as the test sample, and the remaining K-l sub-samples are used as the training sample. K rounds of eross- validation are performed, using a different one of the sub-samples as the test sample for each round. The results from the K rounds can then be averaged, or otherwise combined, to produce a cross- validation score. 10-fold cross-validation is commonly used.
  • the accuracy of each trained predictive model is initially estimated by performing cross-validation to generate a cross-validation score that is indicative of the accuracy of the trained predictive model, i.e., the number of exact matches of output data predicted by the trained model when compared to the output data included in the test sub-sample
  • one or more different metrics can be used to estimate the accuracy of the trained model.
  • cross-validation results can be used to indicate whether the trained predictive model generated more false positive results than true positives and ignores any false negatives.
  • the accuracy of the multiple predictive models that is estimated at Step 406 is the initial accuracy. That is, the initial accuracy of a predictive model is the accuracy of the predictive model that has been trained using an initial set of training data.
  • the predictive modeling server system 206 operates independently from the client computing system 202 and selects and provides the trained predictive model 218 as a specialized service.
  • the expenditure of both computing resources and human resources and expertise to select the untrained predictive models to include in the training function repository 216, the training functions to use for the various types of a vailable predictive models, the hyper- parameter configurations to apply to the training functions and the feature- inductors all occurs server-side. Once these selections have been completed, the training and model selection can occur in an automated fashion with little or no human intervention, unless changes to the server system 206 are desired.
  • the client computing system 202 thereby benefits from access to a trained predictive model 218 that otherwise might not have been available to the client computing system 202, due to limitations on client-side resources.
  • each trained model is assigned a score that represents the accuracy of the trained model.
  • the criteria used to estimate accuracy can vary.
  • the criterion is the accuracy of the trained model and is estimated using a cross-validation score.
  • a trained predictive model is selected (Step 408).
  • the trained models are ranked based on the value of their respective scores, and the top ranking trained model is chosen as the selected predictive model.
  • the selected predictive model was trained during the evaluation stage described above, training at that stage may have involved only a sample of th e training data, or not all of the training data at one time.
  • the selected predictive model is fully trained using the training data (e.g., all K partitions) (Step 410), for example, by the model training module 212.
  • a trained model i.e., "fully trained” model
  • the trained predictive model 21 8 can be stored by the predictive modeling server system 206. That is, the trained predictive model 218 can reside and execute in a data center that is remote from the client computing system 202.
  • Each trained predictive model can be stored in the predictive model repository 215.
  • Each trained predictive model can be associated with its respective accuracy score.
  • One or more of the trained predictive models in the repository 215 are updateabie predictive models, in some implementations, the predictive models stored in the repository 215 are trained using the entire initial training data, i.e., all K partitions and not just K- l partitions. In other implementations, the trained predictive models that were generated in the evaluation phase using K-l partitions are stored in the repository 215, so as to avoid expending additional resources to recompute the trained predictive models using all K partitions.
  • Access to the trained predictive model is provided (Step 412) rather than the trained predictive model itself.
  • providing access to the trained predictive model includes providing an address to the client computing system 202 or other user computing platform that can be used to access the trained model; for example, the address can be a URL (Universal Resource Locator).
  • Access to the trained predictive model can be limited to authorized users. For example, a user may be required to enter a user name and password that has been associated with an authorized user before the user can access the trained predictive model from a computing system, including the client computing system 202, If the client computing system 202 desires to access the trained predictive model 218 to receive a predictive output, the client computing system 202 can transmit to the URL a request that includes the input data.
  • the predictive modeling server system 206 receives the input data and prediction request from the client computing system 202 (Step 414). In response, the input data is input to the trained predictive model 218 and a predictive output generated by the trained model (Step 416). The predictive output is provided; it can be provided to the client computing system (Step 418).
  • input data and a request to the URL can he embedded in an HTML document, e.g., a webpage.
  • JavaScript can be used to include the request to the URL in the HTML document.
  • a call to the URL can be embedded in a webpage that is provided to the customer.
  • the input data can be the particular customer's online shopping transaction history.
  • Code included in the webpage can retrieve the input data for the customer, which input data can be packaged into a request that is sent in a request to the URL for a predictive output.
  • the input data is input to the trained predictive model and a predictive output is generated.
  • the predictive output is provided directly to the customer's computer or can be returned to the client computer system, which can then forward the output to the customer's computer.
  • the client computing system 202 can use and/or present the predictive output result as desired by the client entity.
  • the predictive output is a prediction of the type of product the customer is most likely to be interested in purchasing. If the predictive output is "blender", then, by way of example, an HTML document executing on the customer's computer may include code that in response to receiving the predictive output cause to display on the customer's computer one or more images and/or descriptions of blenders available for sale on the client computing system's online shopping service.
  • This integration is simple for the client computing system, because the interaction with the predictive modeling server system can use a standard HTTP protocol, e.g. GET or POST can be used to make a request to a URL that returns a JSON (JavaScript Object Notation) encoded output.
  • the input data also can be provided in JSON format.
  • the customer using the customer computer can be unaware of these operations, which occur in the background without necessarily requiring any interaction from the customer.
  • the request to the trained predictive model can seamlessly be incorporated into the client computer system's web-based application, in this example an online shopping service,
  • a predictive output can be generated for and received at the client computing system (which in this example includes the customer's computer), without expending client computing system resources to generate the output.
  • the client computing sy stem can use code
  • the code can be a command line program (e.g., using cURL) or a program written in a compiled language (e.g., C, C++, Java) or an interpreted language (e.g., Python).
  • a command line program e.g., using cURL
  • a program written in a compiled language e.g., C, C++, Java
  • an interpreted language e.g., Python
  • the trained model can be made accessible to the client computing system or other computer platforms by an API through a hosted development and execution platform, e.g., Google App Engine.
  • a hosted development and execution platform e.g., Google App Engine.
  • the trained predictive model 218 is hosted by the predictive modeling server system 206 and can reside and execute on a computer at a location remote from the client computing system 202.
  • the client entity may desire to download the trained predictive model to the client computing system 202 or elsewhere.
  • the client entity may wish to generate and deliver predictive outputs on the client's own computing system or elsewhere.
  • the trained predictive model 218 is provided to a client computing system 202 or elsewhere, and can be used locally by the client entity.
  • Components of the client computing system 202 and/or the predictive modeling system 206 can be realized by instructions that upon execution cause one or more computers to carry out the operations described above.
  • Such instructions can comprise, for example, interpreted instructions, such as script instructions, e.g., JavaScript or ECMAScript instructions, or executable code, or other instructions stored in a computer readable medium.
  • the components of the client computing system 202 and/or the predictive modeling system 206 can be implemented in multiple computers distributed over a network, such as a server farm, in one or more locations, or can be implemented in a single computer device.
  • the predictive modeling server system 206 can be implemented "in the cloud".
  • the predictive modeling server system 206 provides a web-based service.
  • a web page at a URL provided by the predictive modeling server system 206 can be accessed by the client computing system 202.
  • An operator of the client computing system 202 can follow instructions displayed on the web page to upload training data "to the cloud", i.e., to the predictive modeling server system 206.
  • the operator can enter an input to initiate the training and selecting operations to be performed "in the cloud", i.e., by the predictive modeling server system 206, or these operations can be automatically initiated in response to the training data having been uploaded.
  • the operator of the client computing system 202 can access the one or more trained models that are available to the client computing system 202 from the web page. For example, if more than one set of training data (e.g., relating to different types of input that correspond to different types of predictive output) had been uploaded by the client computing system 202, then more than one trained predictive model may be available to the particular client computing system. Representations of the available predictive models can be displayed, for example, by names listed in a drop down menu or by icons displayed on the web page, although other representations can be used.
  • a second web page e.g., a form
  • a second web page can be displ yed that prompts the operator to upload input data that can be used by the selected trained model to provide predictive output data
  • the form can be part of the first web page described above.
  • an input field can be provided, and the operator can enter the input data into the field.
  • the operator m y also be able to select and upload a file (or files) from the client computing system 202 to the predictive modeling server system 206 using the form, where the file or files contain the input data.
  • the selected predicted model can generate predictive output based on the input data provided, and provide the predictive output to the client computing system 202 either on the same web page or a different web page.
  • the predictive output can be provided by displaying the output, providing an output file or otherwise.
  • the client computing system 202 can grant permission to one or more other client computing systems to access one or more of the available trained predictive models of the client computing system.
  • the web page used by the operator of the client computing system 202 to access the one or more available trained predictive models can be used (either directly or indirectly as a link to another web page) by the operator to enter information identifying the one or more other client computing systems being granted access and possibly specifying limits on their accessibility.
  • the operator of the client computing system 202 can access the third party 's trained models using the web page in the same manner as accessing the client computing system's own trained models (e.g., by selecting from a drop down menu or clicking an icon).
  • FIG. 5 is a flowchart showing an example process 500 for using the predictive analytic platform from the perspective of the client computing system.
  • the process 500 is described in reference to the predictive modeling server system 206 of FIG. 2, although it should be understood that a differently configured system could perform the process 500.
  • the process 500 would be carried out by the client computing system 202. when the corresponding client entity was tip loading the "new" training data to the system 206. That is, after the initial training data had been uploaded by the client computing system and used to train multiple predictive models, at least one of which was then made accessible to the client computing system, additional new training data becomes available.
  • the client computing system 202 uploads the new training data to the predictive modeling server system 206 over the network 204 (Box 502).
  • the client computing system 202 uploads new training data sets serially. For example, the client computing system 202 may upload a new training data set whenever one becomes available, e.g., on an ad hoc basis and/or by streaming. In another example, the client computing system 202 may upload a new training data set according to a particular schedule, e.g., at the end of each day. In some implementations, the client computing system 202 uploads a series of new training data sets batched together into one relatively large batch. For example, the client computing system 202 may upload a new batch of training data sets whenever the batched series of training data sets reach a certain size (e.g., number of mega-bytes). In another example, the client computing system 202 may upload a new batch of training data sets accordingly to a particular schedule, e.g.. once a month.
  • a particular schedule e.g.. once a month.
  • Table 1 below shows some illustrative examples of commands that can be used by the client computing system 202 to upload a new training data set that includes an individual update, a group update (e.g. multiple examples within an API call), an update from a file and an update from an original file (i.e., a file previously used to upload training data).
  • Type of Command e.g. multiple examples within an API call
  • data refers to data used in training the models (i.e., training data);
  • label refers to data to be used to update the model (i.e., new training data),
  • bucket refers to a location where the models to be updated are stored,
  • x refers to other potential data values for a given feature.
  • the training data queue 213 can be stored in the training data queue 213 shown in FIG. 2. in some implementations, the training data queue 213 accumulates new training data until an update of the updateable trained predicti v e models included in the predictive model repository 215 is performed. In other implementations, the training data queue 213 only retains a fixed amount of data or is otherwise limited. In such implementations, once the training data queue 213 is full, an update can be performed automatically, a request can be sent to the client computing system 202 requesting instructions to perform an update, or training data in the queue 213 can be deleted to make room for more new training data. Other events can trigger a retraining, as is discussed further below. [0085] The client computing system 202 can request that the system's trained predictive models be updated (Box 504). For example, when the client computing system 202 uploads the series of training data sets (either incrementally or in batch or a combination of both), an update request can be included or implied, or the update request can be made independently of uploading new training data.
  • an update automatically occurs upon a condition being satisfied. For example, receiving new training data in and of itself can satisfy the condition and trigger the update. In another example, receiving an update request from the client computing system 202 can satisfy the condition. Other examples are described further in reference to FIG. 5.
  • the predictive model repository 215 includes multiple trained predictive models that were trained using training data uploaded by the client computing system 202. At least some of the trained predictive models included in the repository 215 are updateable predictive models. When an update of the updateable predictive models occurs, retrained predictive models are generated using the data in the training data queue 213, the updateable predictive models and the corresponding training functions that were used to train the updateable predictive models. Each retrained predictive model represents an update to the predictive model that was used to generate the retrained predictive model.
  • Each trained predictive model in the repository 215 has an associated accuracy score, as was described above.
  • New accuracy scores can be determined for the trained predictive models in the repository 215 as new training data is received. More recently received training data may be more representative of the input data that will be received with prediction requests from a particular client computing system, A ccordingly, the performance of the trained predictive models using the most representative data may be a better indicator of the current accuracy than the accuracy scores determined from the initial training data.
  • the new accuracy scores can be determined each time new training data is received, when a certain q uantity of ne w data is received, at periodic intervals or otherwise. The new accuracy scores can be determined based on a set of "test data".
  • the model selection module 210 can determine the new accuracy scores.
  • the test data used to determine the new accuracy score of a trained predicti v e model is a combination of the initial training data and the new training data. The following is a formula that can be used to calculate the new accuracy score after receiving n new data sets, where n is an integer greater than 0:
  • Ci number of correct predictions from new data set ( 1)
  • Cgla number of correct predictions from new data set (n)
  • n integer greater than 0
  • Tj total number of new data samples in new data set (1)
  • T palm total number of new data samples in new data set (n)
  • a n new accuracy score after receiving n new data sets
  • the above formula uses a tally (i.e., Co) of the results from the initial cross-validation that was based on the initial training data and adds in the trained predictive model's score on each new data set received since then (i.e., d ... C n ).
  • the values of Co through C n -i are values that were calculated in previous iterations of determining the accuracy score for a particular trained predictive model. These values can be stored and then later accessed by the model selection module 210 when the model selection module 210 is determining the new accuracy score A n .
  • the values can be stored, for example, in the training data repository 214 or elsewhere.
  • the value C n is a new value calculated by the model selection module at the time of determining the new accuracy score ARIC.
  • the value C Comp is determined by testing the accuracy of the trained predictive model in predicting outputs that correspond to the inputs included in the n th new data set.
  • the value of C n is determined by applying the inputs in the n iG data set against a predictive model that was trained with the initial data and new data sets 1 through n-1 , but not trained with the n m data set.
  • Model A that was trained with a batch of 100 training samples and has an estimated 67% accuracy as determined from cross-validation. New training data is then received and the training data queue 213 has 10 new training samples. The new training data is used to test the accuracy of Model A. in this example, Model A gets 5 predictive outputs correct and 5 predictive outputs incorrect when tested with the 10 new training samples.
  • the new accuracy score that estimates the accuracy of Model A can be calculated as:
  • Model A has performed less accurately with the 10 new training samples and the overall accuracy score has decreased from 67% to 65%.
  • the new accuracy score is determined before the trained predictive model is updated with the data in the training data queue 213 to generate a retrained predictive model, if the trained predictive model is updateable.
  • the predictive model repository 215 is updated, that is, the updateable trained predictive models are retrained using the training data queue 213 (the static trained predictive models are unchanged) and each trained predictive model is associated with its corresponding new accuracy score.
  • the new accuracy score was determined using the previous set of trained predictive models in the repository 215, i.e., before the updating, but was determined using the more recently received training data. That is, the accuracy score was generated using the previous-iteration of trained predictive model (i.e., pre-updating with the new training data that is used as the test data).
  • the test data used to determine the new accuracy score of a trained predictive model is a weighted combination of the initial training data and the new training data.
  • the following is a formula that can be used to calculate the new accuracy score:
  • Ci number of correct predictions from new data set (1)
  • Wi weight assigned to the new data set (1)
  • Tj total number of new data samples in new data set (1)
  • T n total number of new data samples in new data set (n) n - integer greater than 1
  • a Treatment new accuracy score after receiving n new data sets
  • different weights are assigned to the n different data sets that are used in determining the accuracy score. For example, if the newer data is assumed to be more representative of the input data that will be received with future prediction requests, then a higher weight can be assigned to the new test data, i.e., W rope, than is assigned to the initial test data, i.e., Wo.
  • the weights to be assigned to the new data sets can be calculated based on an exponential fall-off, with higher weights assigned to the newer data and lower weights assigned to older data.
  • Other techniques can be used to assign the weights, and the ones described above are illustrative and non- limiting.
  • the addition of a new data set means that all previously received data sets are weighed Jess than before the new addition by a given factor. Over time, this means that the oldest data is weighted significantly less than the newer data.
  • three new data sets of equal size will be received and weights are determined based on an exponential fall-off of 0.9.
  • the data set (1) is assigned a weight (W i) of 1.
  • the data set (2) is received, the data set ( 1) is now assigned a weight (Wj) of 0.9 (i.e., 0.9* 1) and data set (2) is assigned a weight (W 2 ) of 1.
  • the data set(l) is now assigned a weight (Wi) of 0.81 (i.e., (0.9*0.9)) and data set (2) is now assigned a weight (W 2 ) of 0.9, and data set (3) is assigned a weight (W3) of I .
  • Wi weight of 0.81
  • data set (2) is now assigned a weight (W 2 ) of 0.9
  • W3 weight of I .
  • each previous data set is weighted by a factor of 0.9 less with the introduction of each new data set, an effect that compounds over time.
  • the test data used to determine the new accuracy score of a trained predicti v e model is a combination of the most recently received new data set and some, but not all, of the previously received data sets.
  • a sliding time-based window is used to select which data to include in the test data.
  • Table 2 below is represents data sets received from a particular client computing system at five different times.
  • the "sliding window" can move to include a particular number of data sets, for example, three. If the three most recent data sets are used as the "test data", then at time , the data sets #2, #3 and f ⁇ 4 are used. The initial data set and the data set #1 are not included in the test data used to determine the accuracy score at time -
  • the "sliding window" can move to include only data sets recei ed within a particular time period. For example, the time period can be two weeks. In this example, at time , which is January 25, 201 1 , only data sets received since January 1 1 , 201 1 are included in the test data. Accordingly, the initial data set, which was received outside of the time period, is not included in the test data, and the data sets received at t] , t 2 , h and I4 are included in the test data.
  • the accuracy score at time t x can be determined according to the formula below:
  • a x :: new accuracy score at time t x [00102]
  • the value of C x is determined by testing the x !h data set on a predictive model that was trained with data sets 0 through x- 1.
  • test data refers to the data used to determine an accuracy score for a trained predictive model.
  • the test data includes at least some new test data (i.e., test data received after the initial training data) and is determined after receiving the new test data.
  • the new test data can also be used, either alone or together with previously received test data, to update an updateable predictive model included in the repository 215.
  • the repository 215 is updated to include the updated, i.e., retrained updateable predictive models and any static trained predictive models that were also in the repository 215; the previous iteration of updateable trained predictive models are replaced with the new iteration of updateable trained predictive models (i.e., the retrained models).
  • Each trained predictive model included in the updated repository is associated with the new accuracy score, which was determined pre-model-updating.
  • the accuracy scores associated with the trained predictive models are the accuracy scores of the trained predictive models one-iteration-previous in terms of update-iterations, with respect to the updateable models.
  • an updateable predictive model that has undergone a third iteration of updating with a third new training data set i.e., was retrained with the third new training data set
  • the predictive model repository 215 includes one or more static predictive models, that is, trained predictive models that are not updateable with incremental new training data, then those models are not updated during this update phase (i.e., the update phase where an update of only the updateable predictive models occurs).
  • static predictive models that is, trained predictive models that are not updateable with incremental new training data
  • those models are not updated during this update phase (i.e., the update phase where an update of only the updateable predictive models occurs).
  • a trained predictive model can be selected to provide to the client computing system 202. For example, the new accuracy scores associated with the available trained predictive models can be compared, and the most accurate trained predictive model selected.
  • the client computing system 202 can receive access to the selected trained predictive model (Box 506), [00105]
  • the selected trained predictive model is the same trained predictive model that was selected and provided to the client computing system 202 after the trained predictive models in the repository 215 were trained with the previous iteration of training data from the training data queue. That is, the most accurate trained predictive model from those available may remain the same even after an update, in other instances, a different trained predictive model is selected as being the most accurate.
  • Changing the trained predictive model that is accessible by the client computing system 202 can be invisible to the client computing system 202. That is, from the perspective of the client computing system 202, input data and a prediction request is provided to the accessible trained predictive model (Box 508). in response, a predictive output is received by the client computing system 202 (Box 510). The selected trained predictive model is used to generate the predictive output based on the received input. However, if the particular trained predictive model being used system- side changes, this can make no difference from the perspective of the client computing system 202, other than, a more accurate model is being used and therefore the predictive output should be correspondingly more accurate as a prediction.
  • updating the updateable trained predictive models is relatively simple. The updating can be all done remote from the client computing system 202 without expending client computing system resources.
  • the static predictive models can be "updated”. The static predictive models are not actually “updated”, but rather new static predictive models can be generated using training data that includes new training data. Updating the static predictive models is described in further detail below in reference to FIG. 7.
  • FIG. 6 is a flowchart showing an example process 600 for rescoring accuracy of trained predictive models and retraining updateable trained predictive models using the predictive analytic platform.
  • the process 600 is described in reference to the predictive modeling server system 206 of FIG. 2, although it should be understood that a differently configured system could perform the process 600.
  • the process 600 begins with providing access to an initial trained predictive model (e.g., trained predictive model 218) that was trained with initial training data (Box 602).
  • an initial trained predictive model e.g., trained predictive model 218
  • operations such as those described above in reference to boxes 402- 12 of FIG, 4 can have already occurred such that a trained predictive model has been selected (e.g., based on accuracy) and access to the trained predictive model has been provided, e.g., to the client computing system 202.
  • a series of training data sets are received from the client computing system 202 (Box 604).
  • the series of training data sets can be received incrementally or can be received together as a batch.
  • the series of training data sets can be stored in the training data queue 213.
  • a first condition is satisfied (“yes” branch of box 606)
  • an update of updateable trained predictive models stored in the predictive model repository 215 occurs.
  • access can continue to be provided to the initial trained predictive model (i.e., box 602) and new training data can continue to be received and added to the training data queue 213 (i.e., box 604).
  • the first condition that can trigger an update of updateable trained predictive models can be selected to accommodate various considerations.
  • Some example first conditions were already described above in reference to FIG. 5. That is, receiving new training data in and of itself can satisfy the first condition and trigger the update. Receiving an update request from the client computing system 202 can satisfy the first condition.
  • Other examples of first condition include a threshold size of the training data queue 213. That is, once the volume of data in the training data queue 213 reaches a threshold size, the first condition can be satisfied and an update can occur.
  • the threshold size can be defined as a predetermined value, e.g., a certain number of kilobytes of data, or can be defined as a fraction of the training data included in the training data repository 214.
  • the threshold size is reached.
  • the first condition is satisfied. For example, an update can be scheduled to occur once a day, once a week or otherwise.
  • the training data is categorized, then when the training data in a particular category included in the new training data reaches a fraction of the initial training data in the particular category, then the first condition can be satisfied.
  • the training data can be identified by feature
  • the first condition can be satisfied (e.g., widgets X with scarce property Y).
  • the training data can be identified by regression region
  • the training data within a particular regression region reaches a fraction of the initial training data in the particular regression region (e.g.. 10% more in the 0.0 to 0.1 predicted range)
  • the first condition can be satisfied.
  • the above are illustrative examples, and other first conditions can be used to trigger an update of the updatcab!e trained predictive models stored in the predictive model repository 215.
  • each trained predictive model in the repository 215 can be rescored for accuracy. That is, new accuracy scores of the trained models in the repository are determined based on the received training data sets stored in the training data queue 2.13 (Box 608).
  • the new accuracy scores are determined using test data.
  • the test data can include the data in the training data queue 213 in addition to previously received training data that is stored in the training data repository 214.
  • the techniques described above in reference to FIG. 5 to determine what to include in the test data and how to calculate the new accuracy scores can be employed here to determine the new accuracy scores.
  • the lest data can be a combination of all previously received training data weighted equally or weighted differently, or a sliding window can be used to select only more current data sets to include in the test data,
  • the updateable trained predictive models that are stored in the repository 215 are "updated” with the training data stored in the training data queue 213. That is, retrained predictive models are generated (Box 610) using: the training data queue 213; the updateable trained predictive models obtained from the repository 215; and the corresponding training functions that were initially used to train the updateable trained predictive models, which training functions are obtained from the training function repository 216.
  • a trained predictive model is selected from the multiple trained predictive models based on their respective new accuracy scores. That is, the new accuracy scores of the trained predictive models stored in the repository 215 can be compared and the most accurate model, i.e., a first trained predictive model, selected. Access is provided to the first trained predictive model to the client computing system 202 (Box 612). As was also discussed above, the first trained predictive model may end up being the same model as the initial trained predictive model that was provided to the client computing system 202 in Box 602, That is, even after rescoring the accuracy, the initial trained predictive model may still be the most accurate model, in other instances, a different trained predictive model may end up being the most accurate, and therefore the trained predictive model to which the client computing system 202 has access changes after the update. Of the multiple retrained predictive models that were trained as described above, some or all of them can be stored in the predictive model repository 215.
  • the new accuracy scores are determined once the first condition is satisfied and before the updateable trained predictive models are updated (i.e., retrained). In other implementations, determining new accuracy scores and selecting the most accurate model based on the new accuracy scores occurs independent of updating the updateable trained predictive models. That is, the new accuracy scores can be calculated each time new data is received into the training data queue 213, whether or not the first condition has been satisfied to trigger an updating of the updateable predictive models in the repository 215.
  • the client computing system can be provided access to the different trained predictive model that is found, at that time, to have the highest accuracy score.
  • the trained predictive model to which the client computing system is provided access can change even if an update to the updateable trained predictive models has not yet occurred.
  • the first trained predictive model is hosted by the dynamic predictive modeling server system 206 and can reside and execute on a computer at a location remote from the client computing system 202.
  • the client entity may desire to download the trained predictive model to the client computing system 202 or elsewhere.
  • the client entity may wish to generate and deliver predictive outputs on the client's own computing system or elsewhere.
  • the first trained predictive model 218 is provided to a client computing system 202 or elsewhere, and can be used locally by the client entity.
  • FIG. 7 is a flowchart showing an example process 700 for generating a new set of trained predictive models using updated training data.
  • the process 700 is described in reference to the predictive modeling server system 206 of FIG. 2, although it should be understood that a differently configured system can perform the process 700.
  • the process 700 begins with providing access to a first trained predictive model (e.g., trained predictive model 218) (Box 702), That is, for example, operations such as those described above in reference to boxes 602-612 of FIG. 6 can have already occurred such that the first trained predictive model has been selected (e.g., based on accuracy) and access to the first trained predictive model has been provided, e.g., to the client computing system 202.
  • the first trained predictive model can be a trained predictive model that was trained using the initial training data.
  • operations such as those described above in reference to boxes 402- 12 of FIG. 4 can have already occurred such that a trained predictive model has been selected (i.e., the first trained predictive model) and access to the first trained predictive model has been provided.
  • the process 700 occurs after some updating of the updateable trained predictive models has already occurred (i.e., after process 600), although that is not necessarily the case.
  • the trained predictive models from the repository 215 are not actually updated, but rather a new set of trained predictive models are generated using different training data then was used to initially train the models in the repository (i.e., the different than the initial training data in this example).
  • Updated training data is generated (Box 706) that will be used to generate the ne w set of trained predictive models.
  • the training data stored in the training data queue 213 is added to the training data that is stored in the training data repository 214.
  • the merged set of training data can be the updated training data.
  • Such a technique can work well if there are no constramts on the amount of data that can be stored in the training data repository 2.14. Ho wever, in some instances there are such constraints, and a data retention policy can be implemented to determine which training data to retain and which to delete for purposes of storing training data in the repository 214 and generating the updated training data.
  • the data retention policy can define rales governing maintaining and deleting data.
  • the policy can specify a maximum volume of training data to maintain in the training data repository, such that if adding training data from the training data queue 213 will cause the maximum volume to be exceeded, then some of the training data is deleted.
  • the particular training data that is to be deleted can be selected based on the date of receipt (e.g., the oldest data is deleted first), selected randomly, selected sequentially if the training data is ordered in some fashion, based on a property of the training data itself, or otherwise selected.
  • a particular illustrative example of selecting the training data to delete based on a property of the training data can be described in terms of a trained predictive model that is a classifier and the training data is multiple feature vectors. An analysis can be performed to determine ease of classification of each feature vector in the training data using the classifier. A set of feature vectors can be deleted that includes a larger proportion of "easily" classified feature vectors. That is, based on an estimation of how hard the classification is, the feature vectors included in the stored training data can be pruned to satisfy either a threshold volume of data or another constraint used to control what is retained in the training data repository 214.
  • the updated training data can be generated by combining the training data in the training data queue together with the training data already stored in the training data repository 216 (e.g., the initial training data), in some implementations, the updated training data can then be stored in the training data repository 214 and can replace the training data that was previously stored (to the extent that the updated training data is different), in some implementations, the training data queue 213 can be cleared to make space to new training data to be received in the future.
  • a new set of trained predictive models is generated using the updated training data and using training functions that are obtained from the training function repository 216 (Box 708).
  • the new set of trained predictive models includes at least some updateable trained predictive models and can include at least some static trained predictive models.
  • the accuracy of each trained predictive model in the new set can be estimated, for example, using techniques described abo ve (Step 710) and an accuracy score generated.
  • a second trained predictive model can be selected to which access is provided to the client computing system 202 (Box 712).
  • the accuracy scores of the ne trained predicti v e models and the trained predictive models stored in the repository 215 before this updating phase began are all compared and the most accurate trained predictive model is selected as the second trained predictive model.
  • the trained predictive models that were stored in the repository 215 before this updating pirase began are discarded and replaced with the new set of trained predictive models, and the second trained predictive model is selected from the trained predictive models currently stored in the repository 215.
  • the static trained predictive models that were stored in the repository 215 before the updating phase began are replaced by their counterpart new static trained predictive models.
  • the updateable trained predictive models that were stored in the repository 21 before the updating phase are either replaced by their counterpart new trained predictive model or maintained, depending on which of the two is more accurate.
  • the second trained predictive model then can be selected from among the trained predictive models stored in the repository 215.
  • n (where n is an integer greater than 1)
  • the trained predictive models with the top n accuracy scores are selected from among the total available predictive models, i.e., from among the new set of trained predictive models and the trained predictive models that were stored in the repository 215 before the updating phase began.
  • Other techniques can be used to determine which trained predictive models to store in the repository 21 and which pool of trained predictive models is used from which to select the second trained predictive model.
  • the client computing system 202 can continue to be provided access to the first trained predictive model.
  • FIG. 8 is a flowchart sho wing an example process 800 for selecting test data to use in determining accuracy scores.
  • Example techniques are described above for selecting and/or weighting test data that is used to determine accuracy scores for trained predictive models stored in the repository 215.
  • the example process 800 is another technique for selecting test data that is based on a "richness score" assigned to each retained data sample.
  • the retained data samples can be previously received data samples stored in the training data repository 214 and newly received data samples stored in the training data queue 213.
  • the "richness score” is a score that indicates how i formation-rich a particular data sample is in comparison to other retained data samples for purposes of testing the accuracy of a trained predictive model.
  • a test data set can be selected based on the richness scores, where the test data set is optimized to give an estimate of the trained predictive model's accuracy across an entire data set from which the trained predictive model is derived.
  • An updateable trained predictive model may have been retrained in multiple iterations using multiple updates of training data (i.e., which comprise, together with the initial training data, the entire data set from which the trained predictive model is derived) received at multiple different times.
  • the richness scores of data samples can be used to select a test data set that is a representative sample of the entire data set from which the trained predictive model is derived, and an accuracy score determined using such a test data set can be in turn be a better estimate of the accuracy of the trained predictive model.
  • FIG. 9 is a schematic representation of data samples 900 classified by two dimensions.
  • the trained predictive model is a classifier and, in response to receiving a particular input, an output is generated that makes a classification based on the input.
  • the example shown is simple in that a cl ssification is made based on two features, i.e., feature A and feature B.
  • the trained predictive model predicts whether an input describes a giraffe or doesn't describe a giraffe (i.e., the classification is "giraffe" or "not a giraffe”).
  • Feature A is a neck length and feature B is a density of spots on an animal.
  • a giraffe has a relatively long neck length and a relatively dense number of spots.
  • a neck length (feature A) is given a value ranging from 0 to 1, where 0 indicates no neck and 1 indicates a long neck.
  • the density of spots, feature B is also given a value ranging from 0 to 1 , where 0 indicates no spots and I indicates high density of spots.
  • Each data sample in a set of training samples includes input data and corresponding output data.
  • the input data includes an A value and a B value for a given animal and the corresponding output data indicates whether the animal having these A and B values is a giraffe or is not a giraffe.
  • a number of animals that have a short neck length and a low spot density are classified as "not a giraffe” and shown as O's, for example, those in cluster 920
  • a number of animals that have a short neck length and a high spot density are classified as "not a giraffe” and shown as O's, e.g., those in cluster 922.
  • An example of such an animal is a leopard, which although has a high density of spots has a short neck relative to a giraffe and is classified as "not a giraffe” (because it is in fact a leopard).
  • clusters When there are a number data samples within a cluster, e.g., clusters
  • a portion of the data samples in a cl ster can be assigned a relatively high richness score as compared to the rest of the data samples in the cluster.
  • Various techniques can be used to determine which data samples in the cluster are assigned the relatively high richness scores. In one example, a time-based approach can be used, where the portion is selected based on how recently they were received. with a preference to the more recent data samples. In other examples, the data samples at the edge of a cluster can be scored higher than those in the middle or visa versa or a random selection of data samples from a cluster can be scored higher.
  • a data sample is selected to be assigned a richness score of 0 (i.e., to effectively remove the data sample from the test data) based on whether removal of the data sample will increase the overall score of the data samples. That is, if the data sample had a richness score of x and is removed from the test data (i.e., assigned a richness score of 0), then a determination can be made as to whether removing the data sample will have the effect of increasing the sum of richness scores of those data samples near the data sample will increase by a total value of x.
  • the data sample had a richness score of 0.2 and is near two other data samples with richness scores of 0.25, then if once the data sample's richness score is reduced to 0, the two neighboring data samples' scores increase by a total of 0.2 (e.g., 0.1 each or otherwise), then the data sample can be removed but the information retained (i.e., by the increase in scores of neighboring data samples).
  • a data sample whose nearest neighbor in the schematic representation is a data sample having a different classification is an information-rich data sample.
  • data samples at 908 being data sample X 910 and data sample Y 912.
  • Data sample X has a "giraffe” classification
  • data sample O has a "not a giraffe” classification.
  • the input data for both data sample 910 and data sample 912 are relatively similar. That is, these data samples have relatively similar feature A and feature B values, yet they correspond to different classifications of animal, one being a giraffe and the other not being a giraffe. If input data was received with a predication request that had similar feature A and feature B values, the input data could be borderline "giraffe” or "not a giraffe", i.e., a hard classification to make.
  • data samples that have borderline features values can therefore be informative when testing the accuracy of a trained predictive model in making predictions, particularly in borderline cases. Accordingly, these data samples are considered information-rich and are assigned relatively high richness scores.
  • the data samples at 914, i.e., data sample X 916 and data sample O 918 are also considered information- rich for the same reason and assigned relatively high richness scores.
  • Other data samples shown in FIG. 9 that are not included in any of the clusters or pairings discussed above may also be information-rich, as these data samples are relatively far away from their nearest neighbor.
  • the richness score can be assigned to the data samples as a value between 0 and 1 , for example, where a 1 is assigned for the most information-rich data samples and a 0 is assigned for data samples that are not desired to be included in the test data, e.g., some of the data samples included in a cluster.
  • the richness score (RS) for a data sample can be determined as follows:
  • No. of Nearby Different number of data samples near data sample A that have a different output value than data sample A (i.e., are different);
  • the formula above can be modified to include a constant, e.g., 1, added to the denominator.
  • the RS for a data sample that has no nearby data samples thereby ends up with an RS of 1 , which is suiting because such a lone data sample can be information rich.
  • Other formulas can be used to determine the richness score and the formula described above is but one example.
  • new data sets of data samples can be received periodically, continually or on an ad hoc basis.
  • the process 800 begins with the receipt of a new data set of data samples (Step 802).
  • a richness score is assigned to the data samples included in the new data set (Step 804).
  • the richness scores of the one or more other data samples may be re-assigned (Step 806).
  • the new data set included data sample X 910, and the data sample O 912 was previously received, then the richness score of data sample O 912 may change.
  • Data sample 0 912 after the receipt of data sample X 910, is now positioned very near a data sample having an opposite output value, i.e., "giraffe” as compared to the "not a giraffe” output of data sample 0 912. Accordingly, as discussed above, because of these pairing of opposite data samples, the richness of data sample O 912 increases and the richness score for previously received data sample O 912 is re-assigned (Step 804).
  • the data samples can be ranked based on their assigned richness scores
  • Step 806 where the highest ranked data samples have the highest richness scores.
  • the top “n” data samples can be selected, being the data samples having the top “n” richness scores, where "n" is an integer greater than 1.
  • the trained predictive models are then tested using the selected test data to access their accuracy and to assigned an updated new accuracy score (Step 810).
  • a tally of the correct predictive outputs generated using the selected test data can be used to determine the new accuracy score, which replaces a previously determined accuracy score.
  • Various techniques are described above for determining accuracy scores of trained predictive models retained in the repository 215 in reference to FIGS. 5 and 8.
  • more than one technique can be used. After a series of new data sets with a relatively small number of data samples are received and used to update the updateable trained predictive models, an updateable trained predictive model can tend to drift away from the initial training data set. Accordingly, it can be advantageous to periodically test the updateable trained predictive model using a sampling of the previously received data, including data samples from the initial training data. At these times, the richness score technique for ranking data samples and selecting a set of test data based on the highest richness score can be used to determine the accuracy scores.
  • the new accuracy scores can be determined using various techniques, including those described above in reference to FIG. 5. Then after the m & new data set, accuracy score can then be determined using the richness score technique described above in references to FIGS, 8 and 9. The process can then repeat, that is, for the next m m data sets received, the new accuracy scores can be determined using a technique such as described above in reference to FIG. 5, and then again after the next m fh data set, a richness score technique can be used.
  • the various techniques described above for determining an accuracy score for a trained predictive model describe using a new data set as test data, which data can then later be used as training data to retain the trained predictive model. That is, for a new data set (x) received at time t x , the new data set (x) can be used to test a trained predictive model that was trained at time t with data sets 0 through x-1. in some implementations, when a new data set (x) is received, the new data set can be apportioned into a ne test data set (x) and a new training data set (x).
  • the portion allocated as the new test data set (x) can be used to test a trained predictive model that was trained at time t x .i with data sets 0 through x-1, as described above.
  • the trained predictive model can be first updated (i.e., retrained) using portion allocated as the new training data set (x). The retrained predictive model then can be tested using the new test data set (x).
  • the new test data (x) is used to test the trained predictive model that was trained at time i x with data sets 0 through x (or at least a portion of each such data set).
  • the richness score is assigned to a data sample to indicate how information- rich the data sample is when used as test data to test a trained predictive model.
  • a second richness score can be assigned to each data sample to indicate how informatio -rich the data sample is when used as training data to train (or re-train) a predictive model.
  • the second richness score is referred to herein as the training-richness-score, so as to differentiate from the richness score described above for test data purposes.
  • the training-richness-score can indicate how information-rich a particular data sample is in comparison to other retained training data samples. For example, referring again to FIG. 2, if training data is accumulating in the training data queue 213 of system 200, and has not yet been used to retrain the updateable trained predictive models in the repository 215, the training-richness-scores can be used to rank the training data samples in the queue 213. Based on the ranking, a set of training data can be selected from the training data queue 213 and used to retrain the updateable trained predictive models or regenerate a new set of static trained predictive models from the repository 215 (e.g., as described in reference to FIG. 7).
  • the training data samples that are not selected to be used can be discarded or otherwise ignored, e.g., if there is a limitation on memory space.
  • the training-richness-score for a particular data sample can he different than the richness score determined for testing purposes. That is, the criteria for a data sample to be information-rich for training purposes can be different from the criteria for a data sample to be information-rich for testing purposes.
  • Training data may be scored for richness so that the amount of training data retained in the training data repository 214 can be kept to a desired volume, e.g., on account of memory space restrictions.
  • the training-richness-score can be also used to optimize what training samples are used to train and retrain models, so as to provide optimally trained predictive models in view of the input data expected to be received going forward with prediction requests.
  • the test data set is used to test the accuracy of a trained predictive model before the data samples included in the test data set are used to train (or retrain) the trained predictive model.
  • whether the same richness scores are assigned to a particular data sample for testing or training purposes or not, when selecting data samples for either data set (i.e., for test or training data sets), adherence to the rule of testing before traimng can avoid conflicts.
  • Various implementations of the systems and techniques described here may be realized in digital electronic circuitry, integrated circuitry, specially designed ASICs (application specific integrated circuits), computer hardware, firmware, software, and/or combinations thereof. These various implementations may include implementation in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, coupled to receive data and instructions from, and to transmit data and instructions to, a storage system, at least one input device, and at least one output device.
  • ASICs application specific integrated circuits
  • Programmable Logic Devices used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal.
  • machine-readable signal refers to any signal used to pro vide machine instructions and/or data to a programmable processor.
  • the systems and techniques described here may be implemented on a computer having a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to the user and a keyboard and a pointing device (e.g., a mouse or a trackball) by which the user may provide input to the computer.
  • a display device e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor
  • a keyboard and a pointing device e.g., a mouse or a trackball
  • Other kinds of devices may be used to provide for interaction with a user as well; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
  • the systems and techniques described here may be implemented in a computing system that includes a back end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front end component (e.g., a client computer having a graphical user interface or a Web browser through which a user may interact with an implementation of the systems and techniques described here), or any combination of such back end, middleware, or front end components.
  • the components of the system may be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network ("LAN”), a wide area network (“WAN”), and the internet.
  • LAN local area network
  • WAN wide area network
  • internet the internet.
  • the computing system may include clients and servers.
  • a client and server are generally remote from each other and typically interact through a communication network.
  • the relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.

Abstract

Un système comprend un ou plusieurs ordinateurs couplés à un ou plusieurs dispositifs de mémoire de données qui mémorisent un référentiel de fonctions d'entraînement et un référentiel de modèles prédictifs qui comporte des modèles prédictifs entraînés actualisables, chacun d'eux étant associé à une note de précision. Il est reçu une série d'ensembles de données d'entraînement constituant des échantillons d'entraînement contenant chacun des données de sortie correspondant à des données d'entrée. Les données d'entraînement sont différentes des données d'entraînement initiales utilisées avec les fonctions d'entraînement tirées du référentiel de façon à entraîner initialement les modèles prédictifs. Lors de la réception d'un premier ensemble de données d'entraînement faisant partie de la série, et pour chaque modèle prédictif dans le référentiel, les données d'entrée dans le premier ensemble d'entraînement sont utilisées pour produire des données de sortie prédictives qui sont comparées aux données de sortie. Il est alors déterminé une note de précision actualisée pour chaque modèle prédictif sur la base de la comparaison et des précédentes comparaisons déterminées à partir des données d'entraînement initiales et des ensembles de données d'entraînement précédemment reçus.
EP12723995.2A 2011-05-04 2012-05-01 Évaluation de la précision d'une modélisation prédictive analytique Withdrawn EP2705471A1 (fr)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US13/101,048 US8533224B2 (en) 2011-05-04 2011-05-04 Assessing accuracy of trained predictive models
US13/101,040 US20120284212A1 (en) 2011-05-04 2011-05-04 Predictive Analytical Modeling Accuracy Assessment
PCT/US2012/035978 WO2012151198A1 (fr) 2011-05-04 2012-05-01 Évaluation de la précision d'une modélisation prédictive analytique

Publications (1)

Publication Number Publication Date
EP2705471A1 true EP2705471A1 (fr) 2014-03-12

Family

ID=46172900

Family Applications (1)

Application Number Title Priority Date Filing Date
EP12723995.2A Withdrawn EP2705471A1 (fr) 2011-05-04 2012-05-01 Évaluation de la précision d'une modélisation prédictive analytique

Country Status (4)

Country Link
EP (1) EP2705471A1 (fr)
AU (1) AU2012250923A1 (fr)
CA (1) CA2834959A1 (fr)
WO (1) WO2012151198A1 (fr)

Families Citing this family (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8880446B2 (en) * 2012-11-15 2014-11-04 Purepredictive, Inc. Predictive analytics factory
US10423889B2 (en) 2013-01-08 2019-09-24 Purepredictive, Inc. Native machine learning integration for a data management product
US9218574B2 (en) 2013-05-29 2015-12-22 Purepredictive, Inc. User interface for machine learning
US9646262B2 (en) 2013-06-17 2017-05-09 Purepredictive, Inc. Data intelligence using machine learning
CA2870080C (fr) 2013-11-08 2017-12-19 Accenture Global Services Limited Systeme de prediction de defaillance de noeud de reseau
US9886670B2 (en) 2014-06-30 2018-02-06 Amazon Technologies, Inc. Feature processing recipes for machine learning
US10963810B2 (en) * 2014-06-30 2021-03-30 Amazon Technologies, Inc. Efficient duplicate detection for machine learning data sets
US10318882B2 (en) 2014-09-11 2019-06-11 Amazon Technologies, Inc. Optimized training of linear machine learning models
US11100420B2 (en) 2014-06-30 2021-08-24 Amazon Technologies, Inc. Input processing for machine learning
US10452992B2 (en) 2014-06-30 2019-10-22 Amazon Technologies, Inc. Interactive interfaces for machine learning model evaluations
US9672474B2 (en) 2014-06-30 2017-06-06 Amazon Technologies, Inc. Concurrent binning of machine learning data
US10102480B2 (en) 2014-06-30 2018-10-16 Amazon Technologies, Inc. Machine learning service
US10169715B2 (en) 2014-06-30 2019-01-01 Amazon Technologies, Inc. Feature processing tradeoff management
US10540606B2 (en) 2014-06-30 2020-01-21 Amazon Technologies, Inc. Consistent filtering of machine learning data
CA2953817C (fr) * 2014-06-30 2023-07-04 Amazon Technologies, Inc. Gestion de compromis pour un traitement de caracteristiques
US10339465B2 (en) 2014-06-30 2019-07-02 Amazon Technologies, Inc. Optimized decision tree based models
US11182691B1 (en) 2014-08-14 2021-11-23 Amazon Technologies, Inc. Category-based sampling of machine learning data
AU2015306693A1 (en) 2014-08-25 2017-03-02 Shl Us Llc Customizable machine learning models
US10599953B2 (en) 2014-08-27 2020-03-24 Verint Americas Inc. Method and system for generating and correcting classification models
US10257275B1 (en) 2015-10-26 2019-04-09 Amazon Technologies, Inc. Tuning software execution environments using Bayesian models
US10366053B1 (en) 2015-11-24 2019-07-30 Amazon Technologies, Inc. Consistent randomized record-level splitting of machine learning data
US10713589B1 (en) 2016-03-03 2020-07-14 Amazon Technologies, Inc. Consistent sort-based record-level shuffling of machine learning data
US11295229B1 (en) 2016-04-19 2022-04-05 Amazon Technologies, Inc. Scalable generation of multidimensional features for machine learning
US10778707B1 (en) 2016-05-12 2020-09-15 Amazon Technologies, Inc. Outlier detection for streaming data using locality sensitive hashing
US10733534B2 (en) 2016-07-15 2020-08-04 Microsoft Technology Licensing, Llc Data evaluation as a service
US10726356B1 (en) 2016-08-01 2020-07-28 Amazon Technologies, Inc. Target variable distribution-based acceptance of machine learning test data sets
GB2566764A (en) * 2016-12-30 2019-03-27 Google Llc Assessing accuracy of a machine learning model
WO2018125264A1 (fr) * 2016-12-30 2018-07-05 Google Llc Évaluation de la précision d'un modèle d'apprentissage machine
WO2018142766A1 (fr) * 2017-02-03 2018-08-09 パナソニックIpマネジメント株式会社 Procédé de fourniture de modèle appris et dispositif de fourniture de modèle appris
US20200143499A1 (en) * 2018-11-07 2020-05-07 AAA NOrthern California, Nevada & Utah Systems and methods for geographic resource distribution and assignment
CN110009509B (zh) * 2019-01-02 2021-02-19 创新先进技术有限公司 评估车损识别模型的方法及装置
JP7261022B2 (ja) * 2019-01-30 2023-04-19 キヤノン株式会社 情報処理システム、端末装置及びその制御方法、プログラム、記憶媒体
US11373066B2 (en) * 2019-05-17 2022-06-28 Leica Microsystems Cms Gmbh Deep model matching methods for image transformation
US20220300884A1 (en) * 2021-03-16 2022-09-22 Hcl Technologies Limited Method and system for evaluating performance of developers using artificial intelligence (ai)
US20230137184A1 (en) * 2021-11-04 2023-05-04 International Business Machines Corporation Incremental machine learning for a parametric machine learning model

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO2012151198A1 *

Also Published As

Publication number Publication date
AU2012250923A1 (en) 2013-11-21
CA2834959A1 (fr) 2012-11-08
WO2012151198A1 (fr) 2012-11-08

Similar Documents

Publication Publication Date Title
US8533224B2 (en) Assessing accuracy of trained predictive models
US20120284212A1 (en) Predictive Analytical Modeling Accuracy Assessment
EP2705471A1 (fr) Évaluation de la précision d'une modélisation prédictive analytique
US20230351265A1 (en) Customized predictive analytical model training
US8533222B2 (en) Updateable predictive analytical modeling
CA2825180C (fr) Plate-forme de modelisation predictive dynamique
US8595154B2 (en) Dynamic predictive modeling platform
US10504024B2 (en) Normalization of predictive model scores
US8489632B1 (en) Predictive model training management
US8554703B1 (en) Anomaly detection
US8626791B1 (en) Predictive model caching
US8521664B1 (en) Predictive analytical model matching
US8706656B1 (en) Multi-label modeling using a plurality of classifiers
US8473431B1 (en) Predictive analytic modeling platform
US8909568B1 (en) Predictive analytic modeling platform
US20210103876A1 (en) Machine learning systems and methods for predictive engagement
US11501215B2 (en) Hierarchical clustered reinforcement machine learning
JP2020091843A (ja) プロジェクト加速の自動評価

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20131121

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

DAX Request for extension of the european patent (deleted)
17Q First examination report despatched

Effective date: 20140916

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20150429

P01 Opt-out of the competence of the unified patent court (upc) registered

Effective date: 20230522