US20180114122A1 - Predictive analysis with large predictive models - Google Patents

Predictive analysis with large predictive models Download PDF

Info

Publication number
US20180114122A1
US20180114122A1 US15/856,622 US201715856622A US2018114122A1 US 20180114122 A1 US20180114122 A1 US 20180114122A1 US 201715856622 A US201715856622 A US 201715856622A US 2018114122 A1 US2018114122 A1 US 2018114122A1
Authority
US
United States
Prior art keywords
model
models
sub
predictive
information
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.)
Abandoned
Application number
US15/856,622
Inventor
Yi Shao
Lei Tian
Jing Xu
Peng XUE
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US15/856,622 priority Critical patent/US20180114122A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SHAO, YI, TIAN, LEI, XU, JING, XUE, Peng
Publication of US20180114122A1 publication Critical patent/US20180114122A1/en
Abandoned legal-status Critical Current

Links

Images

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
    • G06N5/022Knowledge engineering; Knowledge acquisition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2465Query processing support for facilitating data mining operations in structured databases

Definitions

  • the present invention relates generally to the field of predictive analytics, and more particularly to predictive models.
  • Predictive analytics is an application of data mining and machine learning used to predict future behavior and outcomes.
  • Predictive models are programs used for analyzing data to calculate probabilities related to certain events, which is useful for decision making purposes.
  • Predictive models are trained for predictive analysis based on input data and the models can be validated and/or refined as more data is ingested. For example, predictive models are employed in the fields such as consumer marketing, meteorology, economics and insurance, among others, to help institutions and businesses make informed decisions.
  • a method for optimizing predictive model analysis comprising creating, by one or more computer processors, one or more model templates, wherein the one or more model templates are database tables stored in a model repository and comprise a master model template and an associated models template; decomposing, by one or more computer processors, a predictive model, wherein model information is extracted from the predictive model; storing, by one or more computer processors, the model information in the one or more model templates; creating, by one or more computer processors, a plurality of sub-models, associated with the predictive model, using the stored model information, wherein the master model template comprises information which is common to the plurality of sub-models, and wherein the associated models template comprises a plurality of segments associated with the predictive model and different sub-models of the plurality of sub-models comprise different segments of the plurality of segments; sending, by one or more computer processors, the plurality of sub-models to a scoring engine, wherein the scoring engine comprises one or more computing facilities and a
  • FIG. 1 is a functional block diagram illustrating a distributed data processing environment, in accordance with an embodiment of the present invention
  • FIG. 2 is a functional block diagram depicting components of a model decomposer and a model repository, in accordance with an embodiment of the present invention
  • FIG. 3 is a flowchart depicting operational steps of the model decomposer, in accordance with an embodiment of the present invention.
  • FIGS. 4A-B are an illustration of a master model template and associated models template, respectively, in accordance with an embodiment of the present invention.
  • FIG. 5 is an example of a large predictive model, in accordance with an embodiment of the present invention.
  • FIGS. 6A-B are an example master model template and an example associated models template, respectively, populated with information associated with the large predictive model of FIG. 5 , in accordance with an embodiment of the present invention
  • FIG. 7 is an example of a sub-model derived from the large predictive model of FIG. 5 , in accordance with an embodiment of the present invention.
  • FIG. 8 is a block diagram of components of a server computer executing the model decomposer, in accordance with an embodiment of the present invention.
  • Embodiments of the present invention recognize that in the era of big data, the size and complexity of predictive models are greater than ever before.
  • a predictive model may contain association rules pertaining to thousands or millions of consumer items. Loading and parsing such a large model on a computing facility for making predictions based on consumer data can take a considerable amount of time.
  • Embodiments of the present invention therefore provide a time-efficient solution wherein predictive models, e.g., large and complex predictive models, can be decomposed for the creation of a plurality of associated sub-models used for making predictions based on input data.
  • the sub-models being smaller in size than the predictive model from which they are derived, take less time to load and parse than the whole predictive model and consume fewer computing resources. Further, the sub-models can be used to make predictions, e.g., calculate probabilities, in parallel across a plurality of different computing facilities. The prediction results of the sub-models can be combined for generating overall predictions based on input data.
  • references in the specification to “an embodiment,” “other embodiments,” etc. indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, describing a particular feature, structure or characteristic in connection with an embodiment, one skilled in the art has the knowledge to affect such feature, structure or characteristic in connection with other embodiments whether or not explicitly described.
  • FIG. 1 is a functional block diagram illustrating a distributed data processing environment 100 , in accordance with one embodiment of the present invention.
  • Distributed data processing environment 100 comprises server computer 102 and client devices 140 A-N, all interconnected over network 130 .
  • Server computer 102 can be a laptop computer, tablet computer, netbook computer, personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smart phone, or any programmable electronic device capable of communicating with client devices 140 A-N via network 130 .
  • Server computer 102 comprises model decomposer 104 , analytic applications 105 , scoring engine 110 and model repository 120 .
  • Server computer 102 may include internal and external hardware components, as depicted and described in further detail with respect to FIG. 8 .
  • Model decomposer 104 is a component which decomposes predictive models into a plurality of associated sub-models and combines predictions results made using the associated sub-models.
  • Analytic applications 105 are one or more programs which can receive predictions from model decomposer 104 for further processing, e.g., making decisions based on the prediction results.
  • An example of analytic applications 105 can be a system used by an online retailer for recommending products to a customer based on received prediction results, user browsing history, previous purchases, etc.
  • Scoring engine 110 is one or more computing facilities, e.g., computer processors, with associated programs for executing predictive models and generating predictions. The computing facilities are sent the associated sub-models and make predictions based on input data using the sub-models.
  • scoring engine 110 can be a plurality of computing facilities residing on other computing devices, connected to server computer 102 via network 130 . In another embodiment, scoring engine 110 comprises a plurality of computing facilities residing on both server computer 102 and one or more other computing devices.
  • Model repository 120 is a form of storage, e.g., a database, comprising, for example, but not limited to, database tables associated with one or more predictive models and associated sub-models.
  • the database tables comprise information used by model decomposer 104 for creating the associated sub-models.
  • client devices 140 A-N can each respectively be a laptop computer, tablet computer, netbook computer, personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smart phone, or any programmable electronic device capable of communicating with server computer 102 via network 130 .
  • client devices 140 A-N are representative of any number of such computing devices.
  • Network 130 can be, for example, a local area network (LAN), a wide area network (WAN) such as the Internet, or a combination of the two, and can include wired, wireless, or fiber optic connections.
  • network 130 can be any combination of connections and protocols that will support communications between server computer 102 and client devices 140 A-N.
  • FIG. 2 is a functional block diagram depicting components of model decomposer 104 and model repository 120 , in accordance with an embodiment of the present invention.
  • Model decomposer 104 comprises model adapter 106 , model generator 108 and results combiner 112 .
  • Model adapter 106 extracts information from one or more predictive models and creates model templates, e.g., database tables, in model repository 120 for storing the information. For example, some predictive models are represented in Predictive Model Markup Language (PMML). Model adapter 106 can extract information from predictive models represented in PMML and store the extracted information in model templates it has created.
  • PMML Predictive Model Markup Language
  • Model generator 108 uses information stored in model repository 120 to create a plurality of sub-models associated with a predictive model, wherein the sub-models are subsets of the predictive model. Model generator 108 uses information comprising the model templates for creating the plurality of sub-models and sends the sub-models to scoring engine 110 . Results combiner 112 receives the results of scoring engine 110 (based on the sub-models) and combines the results to generate overall predictions.
  • Model repository 120 comprises model templates created by model adapter 106 , e.g., master model source 122 and associated model sources 124 , and sub-models source 126 .
  • Master model source 122 comprises information associated with one or more predictive models, e.g., large predictive models represented in PMML.
  • Associated model sources 124 comprise information associated with segments of the one or more predictive models, used for creating a plurality of sub-models. Examples of master model source 122 and associated model sources 124 will be subsequently depicted and described in greater detail with respect to FIGS. 4A-B and 6 A-B.
  • FIG. 3 is a flowchart 300 depicting operation steps of model decomposer 104 , in accordance with an embodiment of the present invention.
  • the illustrative example of FIG. 3 is provided to facilitate discussion of aspects of the present invention, and it should be appreciated that FIG. 3 provides only an illustration of an embodiment of the present invention and does not imply any limitations with regard to the variations or configurations in which different embodiments may be implemented.
  • Model adapter 106 creates one or more model templates, e.g., tables, in model repository 120 (step 302 ).
  • a model template associated with master model source 122 is a template used for creating a plurality of sub-models associated with one or more predictive models. Master model source 122 comprises basic categories of information associated with one or more predictive models, some of which information will be common to sets of independent sub-models that can function as independent predictive models.
  • a model template associated with associated model sources 124 comprises information associated with segments of the one or more predictive models, information which will differentiate the various created sub-models.
  • Model adapter 106 decomposes a predictive model by extracting information from the predictive model (step 304 ). For example, for a predictive model represented in PMML, model adapter 106 can detect the model type and load a corresponding PMML schema. Some model types include, but are not limited to, association models, tree models and mining models. Model adapter 106 can extract, e.g., copy, information from fields and/or elements in a predictive model. A predictive model can further be decomposed into segments based on composition relationships associated with a model type. Model adapter 106 can detect schema elements and follow composition relationships to find occurrences of sub-elements associated with the elements. Segments of predictive models, e.g., segments of code, associated with each detected composition relationship can be extracted by model adapter 106 .
  • model adapter 106 can detect the model type and load a corresponding PMML schema.
  • Some model types include, but are not limited to, association models, tree models and mining models.
  • Model adapter 106 can extract, e.g.
  • Model adapter 106 stores the extracted information in the one or more model templates (e.g., master model source 122 and associated model sources 124 ) associated with model repository 120 (step 306 ).
  • Model information can be appropriately stored by model adapter 106 in a plurality of categories comprising the one or more model templates. Particular segments of predictive models can be stored in associated model sources 124 .
  • Model generator 108 accesses model repository 120 for creating a plurality of sub-models (step 308 ).
  • Model generator 108 can retrieve the one or more model templates, e.g., master model source 122 and associated model sources 124 , and use the information associated with a given predictive model to create associated sub-models.
  • model generator 108 can create the associated sub-models in PMML.
  • master model source 122 comprises information derived from the first predictive model which will be common to each sub-model in the set.
  • Associated model sources 124 comprises segments of the first predictive model that model generator 108 uses to create the set of corresponding sub-models, each of which can function as a unique, independent predictive model.
  • created sub-models are stored in sub-models source 126 .
  • Model generator 108 sends created sub-models to scoring engine 110 (step 310 ).
  • Model generator 108 can send one or more sub-models of a set of sub-models, associated with a given predictive model, to different computing facilities comprising scoring engine 110 , enabling predictions to be made in parallel.
  • model generator 108 can send one or more sub-models of a set to a particular computing facility based on the type of data the computing facility is processing.
  • the computing facilities comprising scoring engine 110 can input data into the received sub-models to make predictions, e.g., calculate probabilities, based on the data.
  • scoring engine 110 can be configured to make predictions using the sub-models sequentially, e.g., in a predetermined order.
  • Results combiner 112 receives the prediction results of the sub-models, sent from scoring engine 110 (step 312 ). Results combiner 112 generates overall predictions based on combining the results received from scoring engine 110 (step 314 ). For a given predictive model, results combiner 112 can combine the results based on combination methods associated with, e.g., defined in, the given predictive model or other default PMML combination methods. For example, if two or more prediction results meet a tie-condition wherein the prediction results conflict, results combiner 112 can use combination methods defined in the given predictive model to determine an overall prediction. After combining the results for making overall predictions, results combiner 112 can send the overall predictions to analytic applications 105 for further processing.
  • FIG. 4A is a depiction of a master model template 400 comprising master model source 122 , in accordance with an embodiment of the present invention.
  • Master model template 400 is a table of model information associated with one or more predictive models.
  • Master model template 400 comprises the following categories of model information, arranged by column: model ID 402 , general information 404 , data information 406 , type 408 , number of models 410 , combination method 412 and extension information 414 .
  • Model ID 402 comprises identifying information, e.g., a name and/or number, which distinguishes each of the one or more predictive models.
  • General information 404 comprises information such as, but not limited to, version information (e.g., PMML version), copyright information and configuration information.
  • Data information 406 comprises information such as, but not limited to, data fields (used by the predictive model listed in the corresponding row) and mapping information between user data and the data fields.
  • Type 408 comprises the type of the predictive model listed in the corresponding row and number of models 410 comprises the number of sub-models corresponding to the predictive model.
  • Combination method 312 comprises combination methods corresponding to the predictive models, wherein the combination methods define how the prediction results of sub-models derived from a given predictive model should be combined.
  • Extension information 314 comprises information for extending the content of a predictive model.
  • FIG. 4B is a depiction of an associated models template 450 comprising associated model sources 124 , in accordance with an embodiment of the present invention.
  • Associated models template 450 comprises sub-model ID 452 , model ID 454 , order 456 and sub-model information 458 .
  • Sub-model ID 452 comprises identifying information, e.g., a name and/or number, which distinguishes each sub-model.
  • Model ID 454 comprises for identifying information for a predictive model associated with the sub-model listed in the same row.
  • Order 456 comprises an order number corresponding to an order that the sub-model listed in the row occurs in the associated predictive model.
  • Sub-model information 458 comprises a segment of the predictive model associated with the sub-model listed in the corresponding row.
  • sub-model information 458 comprises segments of predictive models, e.g., associated with composition relationships.
  • Model generator 108 can use master model template 400 and associated models template 450 to create a set of sub-models associated with a large predictive model.
  • model generator 108 can create a set of sub-models, associated with a large predictive model, in PMML using information from master model template 400 and associated models template 450 .
  • Each created sub-model in the set can comprise information from master model template 400 , such as, but not limited to, information comprising general information 404 and data information 406 , associated with the large predictive model.
  • Each sub-model in the set can further comprise specific information from associated models template 450 associated with different segments of the large predictive model, wherein sub-models in the set can comprise different segments or combinations of segments.
  • results combiner 112 can access master model template 400 for determining the combination method associated with a predictive model for combining received prediction results associated with a set of sub-models.
  • FIG. 5 depicts an example large predictive model 500 represented in PMML, in accordance with an embodiment of the present invention.
  • large predictive model 500 is only intended to be an illustrative example and as presented, depicts an incomplete predictive model, abbreviated for convenience.
  • Model adapter 106 can extract information from large predictive model 500 and store the extracted information in master model source 122 and associated model sources 124 , as will be described and depicted with regard to FIGS. 6A and 6B .
  • FIG. 6A depicts an example master model template 600 with information associated with a predictive model, in accordance with an embodiment of the present invention. It should be noted that although the categories are listed by row in master model template 600 for reading convenience, the information comprising each category can be arranged by column as depicted in master model template 400 ( FIG. 4A ). Information comprising master model template 600 has been extracted by model adapter 106 from the “pmml 1 ” model, associated with example large predictive model 500 , and stored in master model template 600 .
  • FIG. 6B depicts an example associated models template 650 , in accordance with an embodiment of the present invention.
  • Sub-models 1 - 200 listed under sub-model ID 452 , are associated with different segments corresponding to predictive model “pmml 1 ” (associated with example large predictive model 500 ), listed under model ID 454 .
  • Model generator 108 can populate sub-models created in PMML with information comprising master model template 600 .
  • model generator 108 can populate sub-models 1 - 200 with information comprising, but not limited to, general information and data information from master model template 600 .
  • Sub-model information 458 in associated models template 650 comprises different segments (not shown) of model “pmml 1 ”, segments which can be based on composition relationships.
  • Model generator 108 populates sub-models 1 - 200 with the corresponding information from sub-model information 458 to create unique, independent sub-models derived from “pmml 1 ”.
  • FIG. 7 depicts an example sub-model 700 , in accordance with an embodiment of the present invention.
  • Sub-model 700 associated with large predictive model 500 , is created by model generator 108 in PMML using information from master model template 600 and associated models template 650 .
  • sub-model 700 is only intended to be an illustrative example and as presented, depicts an incomplete predictive model, abbreviated for convenience.
  • FIG. 8 depicts a block diagram 800 of components of server computer 102 in accordance with an illustrative embodiment of the present invention. It should be appreciated that FIG. 8 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments may be implemented. Many modifications to the depicted environment may be made.
  • Server computer 102 includes communications fabric 802 , which provides communications between cache 816 , memory 806 , persistent storage 808 , communications unit 810 , and input/output (I/O) interface(s) 812 .
  • Communications fabric 802 can be implemented with any architecture designed for passing data and/or control information between processors (such as microprocessors, communications and network processors, etc.), system memory, peripheral devices, and any other hardware components within a system.
  • processors such as microprocessors, communications and network processors, etc.
  • Communications fabric 802 can be implemented with one or more buses or a crossbar switch.
  • Memory 806 and persistent storage 808 are computer readable storage media.
  • memory 806 includes random access memory (RAM).
  • RAM random access memory
  • memory 806 can include any suitable volatile or non-volatile computer readable storage media.
  • Cache 816 is a fast memory that enhances the performance of computer processor(s) 804 by holding recently accessed data, and data near accessed data, from memory 806 .
  • Model decomposer 104 can be stored in persistent storage 808 and in memory 806 for execution by one or more of the respective computer processors 804 via cache 816 .
  • persistent storage 808 includes a magnetic hard disk drive.
  • persistent storage 808 can include a solid state hard drive, a semiconductor storage device, read-only memory (ROM), erasable programmable read-only memory (EPROM), flash memory, or any other computer readable storage media that is capable of storing program instructions or digital information.
  • the media used by persistent storage 808 can also be removable.
  • a removable hard drive can be used for persistent storage 808 .
  • Other examples include optical and magnetic disks, thumb drives, and smart cards that are inserted into a drive for transfer onto another computer readable storage medium that is also part of persistent storage 808 .
  • Communications unit 810 in these examples, provides for communications with other data processing systems or devices.
  • communications unit 810 includes one or more network interface cards.
  • Communications unit 810 can provide communications through the use of either or both physical and wireless communications links.
  • Model decomposer 104 can be downloaded to persistent storage 808 through communications unit 810 .
  • I/O interface(s) 812 allows for input and output of data with other devices that can be connected to server computer 102 .
  • I/O interface 812 can provide a connection to external devices 818 such as a keyboard, keypad, a touch screen, and/or some other suitable input device.
  • External devices 818 can also include portable computer readable storage media such as, for example, thumb drives, portable optical or magnetic disks, and memory cards.
  • Software and data used to practice embodiments of the present invention, e.g., model decomposer 104 can be stored on such portable computer readable storage media and can be loaded onto persistent storage 808 via I/O interface(s) 812 .
  • I/O interface(s) 812 also connect to a display 820 .
  • Display 820 provides a mechanism to display data to a user and can be, for example, a computer monitor.
  • the present invention can be a system, a method, and/or a computer program product at any possible technical detail level of integration
  • the computer program product can include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention
  • the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
  • the computer readable storage medium can be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
  • a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or Flash memory erasable programmable read-only memory
  • SRAM static random access memory
  • CD-ROM compact disc read-only memory
  • DVD digital versatile disk
  • memory stick a floppy disk
  • a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
  • a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
  • the network can comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
  • a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention can be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the computer readable program instructions can execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer can be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • These computer readable program instructions can be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer readable program instructions can also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer readable program instructions can also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block can occur out of the order noted in the figures.
  • two blocks shown in succession can, in fact, be executed substantially concurrently, or the blocks can sometimes be executed in the reverse order, depending upon the functionality involved.

Abstract

An approach to optimizing predictive model analysis, comprising creating one or more model templates, decomposing a predictive model, wherein model information is extracted from the predictive model, storing the model information in the one or more model templates, creating a plurality of sub-models, associated with the predictive model, using the stored model information, sending the plurality of sub-models to a scoring engine, receiving results based on the plurality of sub-models from the scoring engine and generating predictions based on combining the results received from the scoring engine. The generated predictions can be sent to one or more analytic applications for further processing.

Description

    BACKGROUND
  • The present invention relates generally to the field of predictive analytics, and more particularly to predictive models.
  • Predictive analytics is an application of data mining and machine learning used to predict future behavior and outcomes. Predictive models are programs used for analyzing data to calculate probabilities related to certain events, which is useful for decision making purposes. Predictive models are trained for predictive analysis based on input data and the models can be validated and/or refined as more data is ingested. For example, predictive models are employed in the fields such as consumer marketing, meteorology, economics and insurance, among others, to help institutions and businesses make informed decisions.
  • SUMMARY
  • According to one embodiment of the present invention, a method for optimizing predictive model analysis is provided, the method comprising creating, by one or more computer processors, one or more model templates, wherein the one or more model templates are database tables stored in a model repository and comprise a master model template and an associated models template; decomposing, by one or more computer processors, a predictive model, wherein model information is extracted from the predictive model; storing, by one or more computer processors, the model information in the one or more model templates; creating, by one or more computer processors, a plurality of sub-models, associated with the predictive model, using the stored model information, wherein the master model template comprises information which is common to the plurality of sub-models, and wherein the associated models template comprises a plurality of segments associated with the predictive model and different sub-models of the plurality of sub-models comprise different segments of the plurality of segments; sending, by one or more computer processors, the plurality of sub-models to a scoring engine, wherein the scoring engine comprises one or more computing facilities and a subset of the plurality of sub-models is sent to a portion of the computing facilities based on a type of data the portion of the computing facilities are processing; receiving, by one or more computer processors, results based on the plurality of sub-models from the scoring engine, wherein the results are combined based on at least one of a combination method associated with the predictive model and a default combination method; generating, by one or more computer processors, predictions based on combining the results received from the scoring engine; and sending, by one or more computer processors, the generated predictions to one or more analytic application for further processing.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a functional block diagram illustrating a distributed data processing environment, in accordance with an embodiment of the present invention;
  • FIG. 2 is a functional block diagram depicting components of a model decomposer and a model repository, in accordance with an embodiment of the present invention;
  • FIG. 3 is a flowchart depicting operational steps of the model decomposer, in accordance with an embodiment of the present invention;
  • FIGS. 4A-B are an illustration of a master model template and associated models template, respectively, in accordance with an embodiment of the present invention;
  • FIG. 5 is an example of a large predictive model, in accordance with an embodiment of the present invention;
  • FIGS. 6A-B are an example master model template and an example associated models template, respectively, populated with information associated with the large predictive model of FIG. 5, in accordance with an embodiment of the present invention;
  • FIG. 7 is an example of a sub-model derived from the large predictive model of FIG. 5, in accordance with an embodiment of the present invention; and
  • FIG. 8 is a block diagram of components of a server computer executing the model decomposer, in accordance with an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • Embodiments of the present invention recognize that in the era of big data, the size and complexity of predictive models are greater than ever before. For example, a predictive model may contain association rules pertaining to thousands or millions of consumer items. Loading and parsing such a large model on a computing facility for making predictions based on consumer data can take a considerable amount of time. Embodiments of the present invention therefore provide a time-efficient solution wherein predictive models, e.g., large and complex predictive models, can be decomposed for the creation of a plurality of associated sub-models used for making predictions based on input data.
  • The sub-models, being smaller in size than the predictive model from which they are derived, take less time to load and parse than the whole predictive model and consume fewer computing resources. Further, the sub-models can be used to make predictions, e.g., calculate probabilities, in parallel across a plurality of different computing facilities. The prediction results of the sub-models can be combined for generating overall predictions based on input data.
  • In describing embodiments in detail with reference to the figures, it should be noted that references in the specification to “an embodiment,” “other embodiments,” etc., indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, describing a particular feature, structure or characteristic in connection with an embodiment, one skilled in the art has the knowledge to affect such feature, structure or characteristic in connection with other embodiments whether or not explicitly described.
  • The present invention will now be described in detail with reference to the figures. FIG. 1 is a functional block diagram illustrating a distributed data processing environment 100, in accordance with one embodiment of the present invention. Distributed data processing environment 100 comprises server computer 102 and client devices 140A-N, all interconnected over network 130.
  • Server computer 102 can be a laptop computer, tablet computer, netbook computer, personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smart phone, or any programmable electronic device capable of communicating with client devices 140A-N via network 130. Server computer 102 comprises model decomposer 104, analytic applications 105, scoring engine 110 and model repository 120. Server computer 102 may include internal and external hardware components, as depicted and described in further detail with respect to FIG. 8.
  • Model decomposer 104 is a component which decomposes predictive models into a plurality of associated sub-models and combines predictions results made using the associated sub-models. Analytic applications 105 are one or more programs which can receive predictions from model decomposer 104 for further processing, e.g., making decisions based on the prediction results. An example of analytic applications 105 can be a system used by an online retailer for recommending products to a customer based on received prediction results, user browsing history, previous purchases, etc. Scoring engine 110 is one or more computing facilities, e.g., computer processors, with associated programs for executing predictive models and generating predictions. The computing facilities are sent the associated sub-models and make predictions based on input data using the sub-models. In some embodiments, scoring engine 110 can be a plurality of computing facilities residing on other computing devices, connected to server computer 102 via network 130. In another embodiment, scoring engine 110 comprises a plurality of computing facilities residing on both server computer 102 and one or more other computing devices.
  • Model repository 120 is a form of storage, e.g., a database, comprising, for example, but not limited to, database tables associated with one or more predictive models and associated sub-models. The database tables comprise information used by model decomposer 104 for creating the associated sub-models.
  • In various embodiments of the present invention, client devices 140 A-N can each respectively be a laptop computer, tablet computer, netbook computer, personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smart phone, or any programmable electronic device capable of communicating with server computer 102 via network 130. In general, client devices 140A-N are representative of any number of such computing devices.
  • Network 130 can be, for example, a local area network (LAN), a wide area network (WAN) such as the Internet, or a combination of the two, and can include wired, wireless, or fiber optic connections. In general, network 130 can be any combination of connections and protocols that will support communications between server computer 102 and client devices 140A-N.
  • FIG. 2 is a functional block diagram depicting components of model decomposer 104 and model repository 120, in accordance with an embodiment of the present invention. Model decomposer 104 comprises model adapter 106, model generator 108 and results combiner 112. Model adapter 106 extracts information from one or more predictive models and creates model templates, e.g., database tables, in model repository 120 for storing the information. For example, some predictive models are represented in Predictive Model Markup Language (PMML). Model adapter 106 can extract information from predictive models represented in PMML and store the extracted information in model templates it has created.
  • Model generator 108 uses information stored in model repository 120 to create a plurality of sub-models associated with a predictive model, wherein the sub-models are subsets of the predictive model. Model generator 108 uses information comprising the model templates for creating the plurality of sub-models and sends the sub-models to scoring engine 110. Results combiner 112 receives the results of scoring engine 110 (based on the sub-models) and combines the results to generate overall predictions.
  • Model repository 120 comprises model templates created by model adapter 106, e.g., master model source 122 and associated model sources 124, and sub-models source 126. Master model source 122 comprises information associated with one or more predictive models, e.g., large predictive models represented in PMML. Associated model sources 124 comprise information associated with segments of the one or more predictive models, used for creating a plurality of sub-models. Examples of master model source 122 and associated model sources 124 will be subsequently depicted and described in greater detail with respect to FIGS. 4A-B and 6A-B.
  • FIG. 3 is a flowchart 300 depicting operation steps of model decomposer 104, in accordance with an embodiment of the present invention. The illustrative example of FIG. 3 is provided to facilitate discussion of aspects of the present invention, and it should be appreciated that FIG. 3 provides only an illustration of an embodiment of the present invention and does not imply any limitations with regard to the variations or configurations in which different embodiments may be implemented.
  • Model adapter 106 creates one or more model templates, e.g., tables, in model repository 120 (step 302). A model template associated with master model source 122 is a template used for creating a plurality of sub-models associated with one or more predictive models. Master model source 122 comprises basic categories of information associated with one or more predictive models, some of which information will be common to sets of independent sub-models that can function as independent predictive models. A model template associated with associated model sources 124 comprises information associated with segments of the one or more predictive models, information which will differentiate the various created sub-models.
  • Model adapter 106 decomposes a predictive model by extracting information from the predictive model (step 304). For example, for a predictive model represented in PMML, model adapter 106 can detect the model type and load a corresponding PMML schema. Some model types include, but are not limited to, association models, tree models and mining models. Model adapter 106 can extract, e.g., copy, information from fields and/or elements in a predictive model. A predictive model can further be decomposed into segments based on composition relationships associated with a model type. Model adapter 106 can detect schema elements and follow composition relationships to find occurrences of sub-elements associated with the elements. Segments of predictive models, e.g., segments of code, associated with each detected composition relationship can be extracted by model adapter 106.
  • Model adapter 106 stores the extracted information in the one or more model templates (e.g., master model source 122 and associated model sources 124) associated with model repository 120 (step 306). Model information can be appropriately stored by model adapter 106 in a plurality of categories comprising the one or more model templates. Particular segments of predictive models can be stored in associated model sources 124.
  • Model generator 108 accesses model repository 120 for creating a plurality of sub-models (step 308). Model generator 108 can retrieve the one or more model templates, e.g., master model source 122 and associated model sources 124, and use the information associated with a given predictive model to create associated sub-models. For example, model generator 108 can create the associated sub-models in PMML. For a set of sub-models corresponding to a first a predictive model, master model source 122 comprises information derived from the first predictive model which will be common to each sub-model in the set. Associated model sources 124 comprises segments of the first predictive model that model generator 108 uses to create the set of corresponding sub-models, each of which can function as a unique, independent predictive model. In some embodiments, created sub-models are stored in sub-models source 126.
  • Model generator 108 sends created sub-models to scoring engine 110 (step 310). Model generator 108 can send one or more sub-models of a set of sub-models, associated with a given predictive model, to different computing facilities comprising scoring engine 110, enabling predictions to be made in parallel. For example, model generator 108 can send one or more sub-models of a set to a particular computing facility based on the type of data the computing facility is processing. The computing facilities comprising scoring engine 110 can input data into the received sub-models to make predictions, e.g., calculate probabilities, based on the data. In some embodiments, scoring engine 110 can be configured to make predictions using the sub-models sequentially, e.g., in a predetermined order.
  • Results combiner 112 receives the prediction results of the sub-models, sent from scoring engine 110 (step 312). Results combiner 112 generates overall predictions based on combining the results received from scoring engine 110 (step 314). For a given predictive model, results combiner 112 can combine the results based on combination methods associated with, e.g., defined in, the given predictive model or other default PMML combination methods. For example, if two or more prediction results meet a tie-condition wherein the prediction results conflict, results combiner 112 can use combination methods defined in the given predictive model to determine an overall prediction. After combining the results for making overall predictions, results combiner 112 can send the overall predictions to analytic applications 105 for further processing.
  • FIG. 4A is a depiction of a master model template 400 comprising master model source 122, in accordance with an embodiment of the present invention. Master model template 400 is a table of model information associated with one or more predictive models. Master model template 400 comprises the following categories of model information, arranged by column: model ID 402, general information 404, data information 406, type 408, number of models 410, combination method 412 and extension information 414.
  • Model ID 402 comprises identifying information, e.g., a name and/or number, which distinguishes each of the one or more predictive models. General information 404 comprises information such as, but not limited to, version information (e.g., PMML version), copyright information and configuration information. Data information 406 comprises information such as, but not limited to, data fields (used by the predictive model listed in the corresponding row) and mapping information between user data and the data fields.
  • Type 408 comprises the type of the predictive model listed in the corresponding row and number of models 410 comprises the number of sub-models corresponding to the predictive model. Combination method 312 comprises combination methods corresponding to the predictive models, wherein the combination methods define how the prediction results of sub-models derived from a given predictive model should be combined. Extension information 314 comprises information for extending the content of a predictive model.
  • FIG. 4B is a depiction of an associated models template 450 comprising associated model sources 124, in accordance with an embodiment of the present invention. Associated models template 450 comprises sub-model ID 452, model ID 454, order 456 and sub-model information 458. Sub-model ID 452 comprises identifying information, e.g., a name and/or number, which distinguishes each sub-model. Model ID 454 comprises for identifying information for a predictive model associated with the sub-model listed in the same row. Order 456 comprises an order number corresponding to an order that the sub-model listed in the row occurs in the associated predictive model. Sub-model information 458 comprises a segment of the predictive model associated with the sub-model listed in the corresponding row. For example, sub-model information 458 comprises segments of predictive models, e.g., associated with composition relationships.
  • Model generator 108 can use master model template 400 and associated models template 450 to create a set of sub-models associated with a large predictive model. For example, model generator 108 can create a set of sub-models, associated with a large predictive model, in PMML using information from master model template 400 and associated models template 450. Each created sub-model in the set can comprise information from master model template 400, such as, but not limited to, information comprising general information 404 and data information 406, associated with the large predictive model. Each sub-model in the set can further comprise specific information from associated models template 450 associated with different segments of the large predictive model, wherein sub-models in the set can comprise different segments or combinations of segments. It should be further noted that results combiner 112 can access master model template 400 for determining the combination method associated with a predictive model for combining received prediction results associated with a set of sub-models.
  • FIG. 5 depicts an example large predictive model 500 represented in PMML, in accordance with an embodiment of the present invention. It should be noted that large predictive model 500 is only intended to be an illustrative example and as presented, depicts an incomplete predictive model, abbreviated for convenience. Model adapter 106 can extract information from large predictive model 500 and store the extracted information in master model source 122 and associated model sources 124, as will be described and depicted with regard to FIGS. 6A and 6B.
  • FIG. 6A depicts an example master model template 600 with information associated with a predictive model, in accordance with an embodiment of the present invention. It should be noted that although the categories are listed by row in master model template 600 for reading convenience, the information comprising each category can be arranged by column as depicted in master model template 400 (FIG. 4A). Information comprising master model template 600 has been extracted by model adapter 106 from the “pmml 1” model, associated with example large predictive model 500, and stored in master model template 600.
  • FIG. 6B depicts an example associated models template 650, in accordance with an embodiment of the present invention. Sub-models 1-200, listed under sub-model ID 452, are associated with different segments corresponding to predictive model “pmml 1” (associated with example large predictive model 500), listed under model ID 454. Model generator 108 can populate sub-models created in PMML with information comprising master model template 600. For example, model generator 108 can populate sub-models 1-200 with information comprising, but not limited to, general information and data information from master model template 600. Sub-model information 458 in associated models template 650 comprises different segments (not shown) of model “pmml 1”, segments which can be based on composition relationships. Model generator 108 populates sub-models 1-200 with the corresponding information from sub-model information 458 to create unique, independent sub-models derived from “pmml 1”.
  • FIG. 7 depicts an example sub-model 700, in accordance with an embodiment of the present invention. Sub-model 700, associated with large predictive model 500, is created by model generator 108 in PMML using information from master model template 600 and associated models template 650. It should be noted that sub-model 700 is only intended to be an illustrative example and as presented, depicts an incomplete predictive model, abbreviated for convenience. Sub-model 700 corresponds to “sub-model 1” in associated models template 650 and comprises information associated with “<segment id=“1”>” from large predictive model 500. Other sub-models can have information associated with one or more other segments of large predictive model 500, e.g., <segment id=“2”>, etc.
  • FIG. 8 depicts a block diagram 800 of components of server computer 102 in accordance with an illustrative embodiment of the present invention. It should be appreciated that FIG. 8 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments may be implemented. Many modifications to the depicted environment may be made.
  • Server computer 102 includes communications fabric 802, which provides communications between cache 816, memory 806, persistent storage 808, communications unit 810, and input/output (I/O) interface(s) 812. Communications fabric 802 can be implemented with any architecture designed for passing data and/or control information between processors (such as microprocessors, communications and network processors, etc.), system memory, peripheral devices, and any other hardware components within a system. For example, communications fabric 802 can be implemented with one or more buses or a crossbar switch.
  • Memory 806 and persistent storage 808 are computer readable storage media. In this embodiment, memory 806 includes random access memory (RAM). In general, memory 806 can include any suitable volatile or non-volatile computer readable storage media. Cache 816 is a fast memory that enhances the performance of computer processor(s) 804 by holding recently accessed data, and data near accessed data, from memory 806.
  • Model decomposer 104 can be stored in persistent storage 808 and in memory 806 for execution by one or more of the respective computer processors 804 via cache 816. In an embodiment, persistent storage 808 includes a magnetic hard disk drive. Alternatively, or in addition to a magnetic hard disk drive, persistent storage 808 can include a solid state hard drive, a semiconductor storage device, read-only memory (ROM), erasable programmable read-only memory (EPROM), flash memory, or any other computer readable storage media that is capable of storing program instructions or digital information.
  • The media used by persistent storage 808 can also be removable. For example, a removable hard drive can be used for persistent storage 808. Other examples include optical and magnetic disks, thumb drives, and smart cards that are inserted into a drive for transfer onto another computer readable storage medium that is also part of persistent storage 808.
  • Communications unit 810, in these examples, provides for communications with other data processing systems or devices. In these examples, communications unit 810 includes one or more network interface cards. Communications unit 810 can provide communications through the use of either or both physical and wireless communications links. Model decomposer 104 can be downloaded to persistent storage 808 through communications unit 810.
  • I/O interface(s) 812 allows for input and output of data with other devices that can be connected to server computer 102. For example, I/O interface 812 can provide a connection to external devices 818 such as a keyboard, keypad, a touch screen, and/or some other suitable input device. External devices 818 can also include portable computer readable storage media such as, for example, thumb drives, portable optical or magnetic disks, and memory cards. Software and data used to practice embodiments of the present invention, e.g., model decomposer 104, can be stored on such portable computer readable storage media and can be loaded onto persistent storage 808 via I/O interface(s) 812. I/O interface(s) 812 also connect to a display 820. Display 820 provides a mechanism to display data to a user and can be, for example, a computer monitor.
  • The programs described herein are identified based upon the application for which they are implemented in a specific embodiment of the invention. However, it should be appreciated that any particular program nomenclature herein is used merely for convenience, and thus the invention should not be limited to use solely in any specific application identified and/or implied by such nomenclature.
  • The present invention can be a system, a method, and/or a computer program product at any possible technical detail level of integration. The computer program product can include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
  • The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium can be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network can comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention can be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions can execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer can be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
  • These computer readable program instructions can be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions can also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • The computer readable program instructions can also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block can occur out of the order noted in the figures. For example, two blocks shown in succession can, in fact, be executed substantially concurrently, or the blocks can sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
  • The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The terminology used herein was chosen to best explain the principles of the embodiment, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (1)

What is claimed is:
1. A method for optimizing predictive model analysis, the method comprising:
creating, by one or more computer processors, one or more model templates, wherein the one or more model templates are database tables stored in a model repository and comprise a master model template and an associated models template;
decomposing, by one or more computer processors, a predictive model, wherein model information is extracted from the predictive model;
storing, by one or more computer processors, the model information in the one or more model templates;
creating, by one or more computer processors, a plurality of sub-models, associated with the predictive model, using the stored model information, wherein the master model template comprises information which is common to the plurality of sub-models, and wherein the associated models template comprises a plurality of segments associated with the predictive model and different sub-models of the plurality of sub-models comprise different segments of the plurality of segments;
sending, by one or more computer processors, the plurality of sub-models to a scoring engine, wherein the scoring engine comprises one or more computing facilities and a subset of the plurality of sub-models is sent to a portion of the computing facilities based on a type of data the portion of the computing facilities are processing;
receiving, by one or more computer processors, results based on the plurality of sub-models from the scoring engine, wherein the results are combined based on at least one of a combination method associated with the predictive model and a default combination method;
generating, by one or more computer processors, predictions based on combining the results received from the scoring engine; and
sending, by one or more computer processors, the generated predictions to one or more analytic application for further processing.
US15/856,622 2016-09-06 2017-12-28 Predictive analysis with large predictive models Abandoned US20180114122A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/856,622 US20180114122A1 (en) 2016-09-06 2017-12-28 Predictive analysis with large predictive models

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US15/257,007 US10558919B2 (en) 2016-09-06 2016-09-06 Predictive analysis with large predictive models
US15/856,622 US20180114122A1 (en) 2016-09-06 2017-12-28 Predictive analysis with large predictive models

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US15/257,007 Continuation US10558919B2 (en) 2016-09-06 2016-09-06 Predictive analysis with large predictive models

Publications (1)

Publication Number Publication Date
US20180114122A1 true US20180114122A1 (en) 2018-04-26

Family

ID=61281688

Family Applications (3)

Application Number Title Priority Date Filing Date
US15/257,007 Active 2038-03-21 US10558919B2 (en) 2016-09-06 2016-09-06 Predictive analysis with large predictive models
US15/856,622 Abandoned US20180114122A1 (en) 2016-09-06 2017-12-28 Predictive analysis with large predictive models
US15/869,546 Active 2037-01-03 US10699197B2 (en) 2016-09-06 2018-01-12 Predictive analysis with large predictive models

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US15/257,007 Active 2038-03-21 US10558919B2 (en) 2016-09-06 2016-09-06 Predictive analysis with large predictive models

Family Applications After (1)

Application Number Title Priority Date Filing Date
US15/869,546 Active 2037-01-03 US10699197B2 (en) 2016-09-06 2018-01-12 Predictive analysis with large predictive models

Country Status (1)

Country Link
US (3) US10558919B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180068220A1 (en) * 2016-09-06 2018-03-08 International Business Machines Corporation Predictive analysis with large predictive models

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10491496B2 (en) * 2016-12-23 2019-11-26 General Electric Company Determining the health of an IOT application
US11699116B2 (en) * 2018-04-16 2023-07-11 Interset Software Inc. System and method for custom security predictive methods
CN108829415B (en) * 2018-05-29 2023-07-21 努比亚技术有限公司 Model loading method, server and computer readable storage medium
US11651281B2 (en) 2020-05-18 2023-05-16 International Business Machines Corporation Feature catalog enhancement through automated feature correlation

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7451065B2 (en) 2002-03-11 2008-11-11 International Business Machines Corporation Method for constructing segmentation-based predictive models
US8952291B2 (en) 2005-09-15 2015-02-10 Lincoln Global, Inc. System and method for controlling a hybrid welding process
US8775233B1 (en) 2008-05-02 2014-07-08 Evotem, LLC Telecom environment management operating system and method
US8423488B2 (en) * 2009-12-02 2013-04-16 Fair Isaac Corporation System and method for building a predictive score without model training
US8533222B2 (en) 2011-01-26 2013-09-10 Google Inc. Updateable predictive analytical modeling
US8595154B2 (en) * 2011-01-26 2013-11-26 Google Inc. Dynamic predictive modeling platform
US8626791B1 (en) 2011-06-14 2014-01-07 Google Inc. Predictive model caching
US8868472B1 (en) 2011-06-15 2014-10-21 Google Inc. Confidence scoring in predictive modeling
US8370280B1 (en) 2011-07-14 2013-02-05 Google Inc. Combining predictive models in predictive analytical modeling
US8209271B1 (en) 2011-08-15 2012-06-26 Google Inc. Predictive model training on large datasets
US9792653B2 (en) 2011-12-13 2017-10-17 Opera Solutions U.S.A., Llc Recommender engine for collections treatment selection
US8924935B1 (en) * 2012-09-14 2014-12-30 Emc Corporation Predictive model of automated fix handling
US20140279784A1 (en) 2013-03-14 2014-09-18 Kxen, Inc. Partial predictive modeling
US11069427B2 (en) 2013-06-10 2021-07-20 Iogenetics, Llc Mathematical processes for determination of peptidase cleavage
WO2015058216A1 (en) 2013-10-20 2015-04-23 Pneuron Corp. Event-driven data processing system
WO2015179778A1 (en) 2014-05-23 2015-11-26 Datarobot Systems and techniques for predictive data analytics
US10607152B2 (en) 2015-05-26 2020-03-31 Textio, Inc. Using machine learning to predict outcomes for documents
RU2640639C2 (en) * 2015-11-17 2018-01-10 Общество С Ограниченной Ответственностью "Яндекс" Method and system of search query processing
US20170308535A1 (en) * 2016-04-22 2017-10-26 Microsoft Technology Licensing, Llc Computational query modeling and action selection
US10558919B2 (en) * 2016-09-06 2020-02-11 International Business Machines Corporation Predictive analysis with large predictive models

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180068220A1 (en) * 2016-09-06 2018-03-08 International Business Machines Corporation Predictive analysis with large predictive models
US10558919B2 (en) * 2016-09-06 2020-02-11 International Business Machines Corporation Predictive analysis with large predictive models
US10699197B2 (en) 2016-09-06 2020-06-30 International Business Machines Corporation Predictive analysis with large predictive models

Also Published As

Publication number Publication date
US20180137423A1 (en) 2018-05-17
US10558919B2 (en) 2020-02-11
US10699197B2 (en) 2020-06-30
US20180068220A1 (en) 2018-03-08

Similar Documents

Publication Publication Date Title
US11270076B2 (en) Adaptive evaluation of meta-relationships in semantic graphs
US10699197B2 (en) Predictive analysis with large predictive models
US20160357576A1 (en) Generating customized on-demand videos from automated test scripts
US10157203B2 (en) Question transformation in question answer systems
US20150077419A1 (en) Visualization of data related to unstructured text
US10599777B2 (en) Natural language processing with dynamic pipelines
US10915537B2 (en) System and a method for associating contextual structured data with unstructured documents on map-reduce
US20160041824A1 (en) Refining data understanding through impact analysis
US11023681B2 (en) Co-reference resolution and entity linking
US10614109B2 (en) Natural language processing keyword analysis
US10628522B2 (en) Creating rules and dictionaries in a cyclical pattern matching process
US10614100B2 (en) Semantic merge of arguments
US20150170068A1 (en) Determining analysis recommendations based on data analysis context
US11922129B2 (en) Causal knowledge identification and extraction
Arankalle et al. The Artificial Intelligence Infrastructure Workshop: Build your own highly scalable and robust data storage systems that can support a variety of cutting-edge AI applications
US20150006498A1 (en) Dynamic search system
US20220058519A1 (en) Open feature library management
US10296623B2 (en) Document curation
US10572560B2 (en) Detecting relevant facets by leveraging diagram identification, social media and statistical analysis software
Vidhya et al. Comparative analysis of diverse collection of big data analytics tools
CN112329429A (en) Text similarity learning method, device, equipment and storage medium
US11645188B1 (en) Pull request risk prediction for bug-introducing changes
Trivedi Fundamentals of Artificial Intelligence
US20230316101A1 (en) Knowledge Graph Driven Content Generation
US20240104400A1 (en) Deriving augmented knowledge

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SHAO, YI;TIAN, LEI;XU, JING;AND OTHERS;REEL/FRAME:044500/0103

Effective date: 20160901

STPP Information on status: patent application and granting procedure in general

Free format text: ADVISORY ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION