In the last few years machine learning has become a de facto standard in building software in many industries. Machine learning models often require data to be trained, otherwise prediction accuracy of a machine learning model may be compromised. Thus, training data is a vital component of building machine learning models. However, it can be difficult to determine which data to use to train a machine learning model. For example, some data may be less effective than other data for training machine learning models. In addition, training a machine learning model using all of the available data may take too much time and/or computing resources. Although some data may be more effective for training a machine learning model (e.g., to perform with better accuracy, train faster, etc.), it can be difficult to determine how to use the data efficiently.
To address these and other issues, a computing system may use performance metrics to weigh some training data over other training data. Weighting training data may increase the ability of a machine learning model to train faster and/or train to generate improved output. A portion of the training data may be weighted according to how well a machine learning model performs after being trained on the portion of training data. Thus, different machine learning models may be trained using different data for each model. The computing system may determine one or more performance metrics for each machine learning model (e.g., precision, recall, accuracy, etc.). For example, a first machine learning model may be trained on data from a first time period (e.g., a decision tree may be trained on data received during January) and a second machine learning model may be trained on data from a second period (e.g., a second decision tree may be trained on data received during February). When each model has been trained, the computing system may input test data into each trained machine learning model to determine how well each machine learning model performs. The computing system may obtain one or more performance metrics (e.g., precision, recall, accuracy, etc.) from the trained machine learning models using the test data. For example, the computing system may input test data received after the first and second time periods (e.g., data receiving during March) into the first and second machine learning models and determine the accuracy of the models. The performance of each model may give an indication into how effective the training data used for each model was. This may enable the computing system to determine whether to use a particular training dataset and/or how much weight to give each training dataset when using it to train new machine learning models. The computing system may compare one or more performance metrics (e.g., precision, recall, log loss, and/or accuracy, etc.) of each machine learning model and assign a weight to each corresponding dataset based on the comparison. For example, if the first machine learning model performs better than the second machine learning model, the computing system may give the first dataset a higher weight than the second dataset. The computing system may train a new machine learning model using the weighted datasets. Using weighted datasets may increase the efficiency of the new models because it may be able to train machine learning models using less data and/or less computing resources. Additionally or alternatively, using weighted datasets may enable the computing system to train machine learning models to obtain better results (e.g., improved precision, recall, accuracy, etc.). Using weighted datasets may also lead to increased memory efficiency, for example, because less data will need to be stored for the machine learning models to train.
The computing system may train machine learning models (e.g., groups of machine learning models) using a different training dataset for each machine learning model (or a different training dataset for each group of machine learning model). Each training dataset may correspond to a different time period. For example, a first group of machine learning models may be trained using data corresponding to Quarter 1 of a given year (e.g., January-March) or a portion of Quarter 1 of a given year (e.g., January), a second group of machine learning models may be trained using data corresponding to Quarter 2 of that year (e.g., April-June) or a portion of Quarter 2 of that year (e.g., one machine learning model may be trained on data from April, another machine learning model may be trained on data from May), etc. The computing system may input one or more testing datasets into each machine learning model to obtain performance metrics for each machine learning model (e.g., accuracy, precision, recall, log loss, F1 score, root mean squared error, etc.). The testing dataset may correspond to a time period that is subsequent to the time periods used to train the machine learning models. For example, if the groups of machine learning models were each trained using data from different quarters of the year 2012, the testing dataset may correspond to data from the year 2013.
The computing system may select a subset of the machine learning models based on the determined performance metrics. Each selected machine learning model may correspond to a different time period and/or training dataset. For example, the computing system may select a first machine learning model from the first group of machine learning models to add to the subset (e.g., the computing system may select the machine learning model that had the best performance (e.g., highest accuracy) in the first group), a second machine learning model from the second group of machine learning models to add to the subset (e.g., the machine learning model that had the best performance (e.g., highest accuracy) in the second group), and so on. For example, each time period may correspond to one month, week, day, or another suitable tie period and the computing system may select the best performing machine learning model for that period.
The computing system may determine, based on a comparison of performance metrics corresponding to each machine learning model in the subset of machine learning models, a weight for each machine learning model of the subset of machine learning models. For example, the computing system may compare each of the best performing machine learning models (e.g., the computing system may compare one or more performance metrics of each of the best performing machine learning models) and assign each of the best performing machine learning models a weight. The computing system may weigh each of the training datasets based on the associated machine learning model's weight. For example, the weight assigned to the machine learning model selected from the first group of machine learning models may be applied to the dataset used to train the first group of machine learning models (e.g., the data from Quarter 1). The computing system may generate a weighted dataset by combining each of the weighted training datasets. The weighted dataset may be used to train a machine learning model. Alternatively, the datasets may not be combined and model training may be performed using each dataset with a corresponding weight.
Various other aspects, features, and advantages of the disclosure will be apparent through the detailed description of the disclosure and the drawings attached hereto. It is also to be understood that both the foregoing general description and the following detailed description are examples and not restrictive of the scope of the disclosure. As used in the specification and in the claims, the singular forms of “a,” “an,” and “the” include plural referents unless the context clearly dictates otherwise. In addition, as used in the specification and the claims, the term “or” means “and/or” unless the context clearly dictates otherwise. Additionally, as used in the specification “a portion,” refers to a part of, or the entirety of (i.e., the entire portion), a given item (e g., data) unless the context clearly dictates otherwise.
In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the disclosure. It will be appreciated, however, by those having skill in the art, that the disclosure may be practiced without these specific details or with an equivalent arrangement. In other cases, well-known structures and devices are shown in block diagram form to avoid unnecessarily obscuring the disclosure.
The computing system 100 may include a training system 102, a client device 104, and/or a database 106. The training system 102 may include a communication subsystem 112, a machine learning (ML) subsystem 114, and/or a weighting subsystem 116. The communication subsystem 112 may retrieve one or more datasets from the database 106. The one or more datasets may be used by the ML subsystem 114 to train one or more machine learning models.
The ML subsystem 114 may train a plurality of machine learning models. Each machine learning model may be trained using a different training dataset. Each training dataset may be unique and/or may have overlapping data. Each machine learning model may correspond to a particular time. Referring to
As an example use case for techniques described herein, the computing system may be tasked with using machine learning to predict whether actions will be completed by a deadline (e.g., whether a car dealership will pay an invoice by a deadline). The computing system may train a new machine learning model every day based on new data that is received from one or more previous days. For example, each day, the database 106 may be updated with data indicating actions that have been completed and actions that are still awaiting completion. The update may indicate which actions are past their deadline and which actions are still prior to the deadline. The model may be trained on data corresponding to a predetermined number of time periods preceding the date that the model is trained. For example, the model trained on April 4th may be trained on the previous three months of data received (e.g., data from January 4th through April 4th), the model trained on April 5th may be trained on data from January 5th through April 5th, and so on. Referring to
Referring back to
Referring to
Referring to
and the assigned weights may be equal to the accuracy values (e.g., or any other performance metric) after normalization. For example, if the machine learning model from group 231 had an accuracy of 0.9, the machine learning model from group 232 had an accuracy of 0.5, and the machine learning model from group 233 had an accuracy of 0.7, the values may be normalized to 1, 0.5, and 0. In this example, the weight given to the machine learning model from group 231 may be 1, the weight given to the machine learning model from group 232 may be 0.5, and/or the weight given to the machine learning model from group 233 may be 0.
In some embodiments, the weighting subsystem 116 may assign a zero weight to a machine learning model in the subset, for example, if a performance metric associated with the machine learning model is below a threshold value. For example, if the recall score for a machine learning model is below a threshold (e.g., below 0.5, below 0.8, etc.) the weighting subsystem 116 may assign a weight of zero to the machine learning model.
Referring to
The ML subsystem 114 may train a machine learning model using the weighted dataset. For example, the ML subsystem 114 may train a new machine learning model using the weighted dataset. Alternatively, the ML subsystem 114 may train an existing machine learning model (e.g., by updating the weights, via transfer learning, etc.) with the weighted dataset. Referring to
The client device 104 may be any computing device, including, but not limited to, a laptop computer, a tablet computer, a hand-held computer, smartphone, other computer equipment (e.g., a server or virtual server), including “smart,” wireless, wearable, Internet of Things device, and/or mobile devices. The client device 104 may send commands to the training system 102 (e.g., to generate a weighted dataset, to train a machine learning model, etc.). Although only one client device 104 is shown, the system 100 may include any number of client devices.
The training system 102 may include one or more computing devices described above and/or may include any type of mobile terminal, fixed terminal, or other device. For example, the training system 102 may be implemented as a cloud computing system and may feature one or more component devices. A person skilled in the art would understand that system 100 is not limited to the devices shown in
One or more components of the training system 102, client device 104, and/or database 106, may receive content and/or data via input/output (hereinafter “I/O”) paths. The one or more components of the training system 102, the client device 104, and/or the database 106 may include processors and/or control circuitry to send and receive commands, requests, and other suitable data using the I/O paths. The control circuitry may include any suitable processing, storage, and/or input/output circuitry. Each of these devices may include a user input interface and/or user output interface (e.g., a display) for use in receiving and displaying data. It should be noted that in some embodiments, the training system 102, the client device 104, and/or the database 106 may have neither user input interface nor displays and may instead receive and display content using another device (e.g., a dedicated display device such as a computer screen and/or a dedicated input device such as a remote control, mouse, voice input, etc.). Additionally, the devices in system 100 may run an application (or another suitable program). The application may cause the processors and/or control circuitry to perform operations related to weighting training data (e.g., to increase the efficiency of training and/or performance of one or more machine learning models).
One or more components and/or devices in the system 100 may include electronic storages. The electronic storages may include non-transitory storage media that electronically stores information. The electronic storage media of the electronic storages may include one or both of (a) system storage that is provided integrally (e.g., substantially non-removable) with servers or client devices or (ii) removable storage that is removably connectable to the servers or client devices via, for example, a port (e.g., a USB port, a firewire port, etc.) or a drive (e.g., a disk drive, etc.). The electronic storages may include one or more of optically readable storage media (e.g., optical disks, etc.), magnetically readable storage media (e.g., magnetic tape, magnetic hard drive, floppy drive, etc.), electrical charge-based storage media (e.g., EEPROM, RAM, etc.), solid-state storage media (e.g., flash drive, etc.), and/or other electronically readable storage media. The electronic storages may include one or snore virtual storage resources (e.g., cloud storage, a virtual private network, and/or other virtual storage resources). The electronic storages may store software algorithms, information determined by the processors, information obtained from servers, information obtained from client devices, or other information that enables the functionality as described herein.
One or more machine learning models discussed above may be implemented (e.g., in part), for example, as shown in
In some embodiments, the machine learning model 442 may include an artificial neural network. In such embodiments, machine learning model 442 may include an input layer and one or more hidden layers. Each neural unit of the machine learning model may be connected with one or more other neural units of the machine learning model 442. Such connections can be enforcing or inhibitory in their effect on the activation state of connected neural units. Each individual neural unit may have a summation function which combines the values of one or more of its inputs together. Each connection (or the neural unit itself) may have a threshold function that a signal must surpass before it propagates to other neural units. The machine learning model 442 may be self-learning and/or trained, rather than explicitly programmed, and may perform significantly better in certain areas of problem solving, as compared to computer programs that do not use machine learning. During training, an output layer of the machine learning model 442 may correspond to a classification, and an input known to correspond to that classification may be input into an input layer of machine learning model during training. During testing, an input without a known classification may be input into the input layer, and a determined classification may be output. For example, the classification may be an indication of whether an action is predicted to be completed by a corresponding deadline or not. The machine learning model 442 trained by the ML subsystem 114 may include one or more embedding layers at which information or data (e.g., any data or information discussed above in connection with
The machine learning model 442 may be structured as a factorization machine model. The machine learning model 442 may be a non-linear model and/or supervised learning model that can perform classification and/or regression. For example, the machine learning model 442 may be a general-purpose supervised learning algorithm that the system uses for both classification and regression tasks. Alternatively, the machine learning model 442 may include a Bayesian model configured to perform variational inference, for example, to predict whether an action will be completed by the deadline. The machine learning model 442 may be implemented as a decision tree and/or as an ensemble model (e.g., using random forest, bagging, adaptive booster, gradient boost, XGBoost, etc.).
Computing system 500 may include one or more processors (e.g., processors 510a-510n) coupled to system memory 520, an input/output I/O device interface 530, and a network interface 540 via an input/output (I/O) interface 550. A processor may include a single processor or a plurality of processors (e.g., distributed processors). A processor may be any suitable processor capable of executing or otherwise performing instructions. A processor may include a central processing unit (CPU) that carries out program instructions to perform the arithmetical, logical, and input/output operations of computing system 500. A processor may execute code (e.g., processor firmware, a protocol stack, a database management system, an operating system, or a combination thereof) that creates an execution environment for program instructions. A processor may include a programmable processor. A processor may include general or special purpose microprocessors. A processor may receive instructions and data from a memory (e.g., system memory 520). Computing system 500 may be a units-processor system including one processor (e.g., processor 510a), or a multi-processor system including any number of suitable processors (e.g., 510a-510n). Multiple processors may be employed to provide for parallel or sequential execution of one or more portions of the techniques described herein. Processes, such as logic flows, described herein may be performed by one or more programmable processors executing one or more computer programs to perform functions by operating on input data and generating corresponding output. Processes described herein may be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit). Computing system 500 may include a plurality of computing devices (e.g., distributed computer systems) to implement various processing functions.
I/O device interface 530 may provide an interface for connection of one or more I/O devices 560 to computing system 500. I/O devices may include devices that receive input (e.g., from a user) or output information (e.g., to a user). I/O devices 560 may include, for example, graphical user interface presented on displays (e.g., a cathode ray tube (CRT) or liquid crystal display (LCD) monitor), pointing devices (e.g., a computer mouse or trackball), keyboards, keypads, touchpads, scanning devices, voice recognition devices, gesture recognition devices, printers, audio speakers, microphones, cameras, or the like. I/O devices 560 may be connected to computing system 500 through a wired or wireless connection. I/O devices 560 may be connected to computing system 500 from a remote location. I/O devices 560 located on remote computer system, for example, may be connected to computing system 500 via a network and network interface 540.
Network interface 540 may include a network adapter that provides for connection of computing system 500 to a network. Network interface may 540 may facilitate data exchange between computing system 500 and other devices connected to the network. Network interface 540 may support wired or wireless communication. The network may include an electronic communication network, such as the Internet, a local area network (LAN), a wide area network (WAN), a cellular communications network, or the like.
System memory 520 may be configured to store program instructions 570 or data 580. Program instructions 570 may be executable by a processor (e.g., one or more of processors 510a-510n) to implement one or more embodiments of the present techniques. Instructions 570 may include modules of computer program instructions for implementing one or more techniques described herein with regard to various processing modules. Program instructions may include a computer program (which in certain forms is known as a program, software, software application, script, or code). A computer program may be written in a programming language, including compiled or interpreted languages, or declarative or procedural languages. A computer program may include a unit suitable for use in a computing environment, including as a stand-alone program, a module, a component, or a subroutine. A computer program may or may not correspond to a file in a file system. A program may be stored in a portion of a file that holds other programs or data (e.g., one or more scripts stored in a markup language document), in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub programs, or portions of code). A computer program may be deployed to be executed on one or more computer processors located locally at one site or distributed across multiple remote sites and interconnected by a communication network.
System memory 520 may include a tangible program carrier having program instructions stored thereon. A tangible program carrier may include a non-transitory computer readable storage medium. A non-transitory computer readable storage medium may include a machine readable storage device, a machine readable storage substrate, a memory device, or any combination thereof. Non-transitory computer readable storage medium may include non-volatile memory (e.g., flash memory, ROM, PROM, EPROM, EEPROM memory), volatile memory (e.g., random access memory (RAM), static random access memory (SRAM), synchronous dynamic RAM (SDRAM)), bulk storage memory (e.g., CD-ROM and/or DVD-ROM, hard-drives), or the like. System memory 520 may include a non-transitory computer readable storage medium that may have program instructions stored thereon that are executable by a computer processor (e.g., one or more of processors 510a-510n) to cause the subject matter and the functional operations described herein. A memory (e.g., system memory 520) may include a single memory device and/or a plurality of memory devices (e.g., distributed memory devices).
I/O interface 550 may be configured to coordinate I/O traffic between processors 510a-510n, system memory 520, network interface 540, I/O devices 560, and/or other peripheral devices. I/O interface 550 may perform protocol, timing, or other data transformations to convert data signals from one component (e.g., system memory 520) into a format suitable for use by another component (e.g., processors 510a-510n). I/O interface 550 may include support for devices attached through various types of peripheral buses, such as a variant of the Peripheral Component Interconnect (PCI) bus standard or the Universal Serial Bus (USB) standard.
Embodiments of the techniques described herein may be implemented using a single instance of computing system 500 or multiple computer systems 500 configured to host different portions or instances of embodiments. Multiple computer systems 500 may provide for parallel or sequential processing/execution of one or more portions of the techniques described herein.
Those skilled in the art will appreciate that computing system 500 is merely illustrative and is not intended to limit the scope of the techniques described herein. Computing system 500 may include any combination of devices or software that may perform or otherwise provide for the performance of the techniques described herein. For example, computing system 500 may include or be a combination of a cloud-computing system, a data center, a server rack, a server, a virtual server, a desktop computer, a laptop computer, a tablet computer, a server device, a client device, a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a vehicle-mounted computer, or a Global Positioning System (GPS), or the like. Computing system 500 may also be connected to other devices that are not illustrated, or may operate as a stand-alone system. In addition, the functionality provided by the illustrated components may in some embodiments be combined in fewer components or distributed in additional components. Similarly, in some embodiments, the functionality of some of the illustrated components may not be provided or other additional functionality may be available,
Those skilled in the art will also appreciate that while various items are illustrated as being stored in memory or on storage while being used, these items or portions of them may be transferred between memory and other storage devices for purposes of memory management and data integrity. Alternatively, in other embodiments some or all of the software components may execute in memory on another device and communicate with the illustrated computer system via inter-computer communication. Some or all of the system components or data structures may also be stored (e.g., as instructions or structured data) on a computer-accessible medium or a portable article to be read by an appropriate drive, various examples of which are described above. In some embodiments, instructions stored on a computer-accessible medium separate from computing system 500 may be transmitted to computing system 500 via transmission media or signals such as electrical, electromagnetic, or digital signals, conveyed via a communication medium such as a network or a wireless link. Various embodiments may further include receiving, sending, or storing instructions or data implemented in accordance with the foregoing description upon a computer-accessible medium. Accordingly, the present disclosure may be practiced with other computer system configurations.
At 610, training system 102 (e.g., using one or more components in system 100 (
At 615, training system 102 (e.g., using one or more components in system 100 (
At 620, training system 102 (e.g., using one or more components in system 100 (
At 625, training system 102 (e.g., using one or more components in system 100 (
At 630, training system 102 using one or more components in system 100 (
It is contemplated that the actions or descriptions of
In block diagrams, illustrated components are depicted as discrete functional blocks, but embodiments are not limited to systems in which the functionality described herein is organized as illustrated. The functionality provided by each of the components may be provided by software or hardware modules that are differently organized than is presently depicted, for example such software or hardware may be intermingled, conjoined, replicated, broken up, distributed (e.g., within a data center or geographically), or otherwise differently organized. The functionality described herein may be provided by one or more processors of one or more computers executing code stored on a tangible, non-transitory, machine readable medium. In some cases, third party content delivery networks may host some or all of the information conveyed over networks, in which case, to the extent information (e.g., content) is said to be supplied or otherwise provided, the information may be provided by sending instructions to retrieve that information from a content delivery network.
The reader should appreciate that the present application describes several disclosures. Rather than separating those disclosures into multiple isolated patent applications, applicants have grouped these disclosures into a single document because their related subject matter ends itself to economies in the application process. But the distinct advantages and aspects of such disclosures should not be conflated. In some cases, embodiments address all of the deficiencies noted herein, but it should be understood that the disclosures are independently useful, and some embodiments address only a subset of such problems or offer other, unmentioned benefits that will be apparent to those of skill in the art reviewing the present disclosure. Due to costs constraints, some features disclosed herein may not be presently claimed and may be claimed in later filings, such as continuation applications or by amending the present claims. Similarly, due to space constraints, neither the Abstract nor the Summary sections of the present document should be taken as containing a comprehensive listing of all such disclosures or all aspects of such disclosures.
It should be understood that the description and the drawings are not intended to limit the disclosure to the particular form disclosed, but to the contrary, the intention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the present disclosure as defined by the appended claims. Further modifications and alternative embodiments of various aspects of the disclosure will be apparent to those skilled in the art in view of this description. Accordingly, this description and the drawings are to be construed as illustrative only and are for the purpose of teaching those skilled in the art the general manner of carrying out the disclosure. It is to be understood that the forms of the disclosure shown and described herein are to be taken as examples of embodiments. Elements and materials may be substituted for those illustrated and described herein, parts and processes may be reversed or omitted, and certain features of the disclosure may be utilized independently, all as would be apparent to one skilled in the art after having the benefit of this description of the disclosure. Changes may be made in the elements described herein without departing from the spirit and scope of the disclosure as described in the following claims. Headings used herein are for organizational purposes only and are not meant to be used to limit the scope of the description.
As used throughout this application, the word “may” is used in a permissive sense (i.e., meaning having the potential to), rather than the mandatory sense (i.e., meaning must). The words “include”, “including”, and “includes” and the like mean including, but not limited to. As used throughout this application, the singular forms “a,” “an,” and “the” include plural referents unless the content explicitly indicates otherwise. Thus, for example, reference to “an element” or “a element” includes a combination of two or more elements, notwithstanding use of other terms and phrases for one or more elements, such as “one or more.” The, term “or” is, unless indicated otherwise, non-exclusive, i.e., encompassing both “and” and “or.” Terms describing conditional relationships, e.g., “in response to X, Y,” “upon X, Y,”, “if X, Y,” “when X, Y,” and the like, encompass causal relationships in which the antecedent is a necessary causal condition, the antecedent is a sufficient causal condition, or the antecedent is a contributory causal condition of the consequent, e.g., “state X occurs upon condition Y obtaining” is generic to “X occurs solely upon Y” and “X occurs upon Y and Z.” Such conditional relationships are not limited to consequences that instantly follow the antecedent obtaining, as some consequences may be delayed, and in conditional statements, antecedents are connected to their consequents, e.g., the antecedent is relevant to the likelihood of the consequent occurring. Statements in which a plurality of attributes or functions are mapped to a plurality of objects (e.g., one or more processors performing actions A, B, C, and D) encompasses both all such attributes or functions being mapped to all such objects and subsets of the attributes or functions being mapped to subsets of the attributes or functions (e.g., both all processors each performing actions A-D, and a case in which processor 1 performs action A, processor 2 performs action B and part of action C, and processor 3 performs part of action C and action D), unless otherwise indicated. Further, unless otherwise indicated, statements that one value or action is “based on” another condition or value encompass both instances in which the condition or value is the sole factor and instances in which the condition or value is one factor among a plurality of factors. The term “each” is not limited to “each and every” unless indicated otherwise. Unless specifically stated otherwise, as apparent from the discussion, it is appreciated that throughout this specification discussions utilizing terms such as “processing,” “computing,” “calculating,” “determining” or the like refer to actions or processes of a specific apparatus, such as a special purpose computer or a similar special purpose electronic processing/computing device.
The above-described embodiments of the present disclosure are presented for purposes of illustration and not of limitation, and the present disclosure is limited only by the claims which follow. Furthermore, it should be noted that the features and limitations described in any one embodiment may be applied to any other embodiment herein, and flowcharts or examples relating to one embodiment may be combined with any other embodiment in a suitable manner, done in different orders, or done in parallel. In addition, the systems and methods described herein may be performed in real time. It should also be noted that the systems and/or methods described above may be applied to, or used in accordance with, other systems and/or methods.
The present techniques will be better understood with reference to the following enumerated embodiments:
1. A method comprising: training a plurality of machine learning models; inputting a dataset into each model of the plurality of machine learning models to obtain a plurality of performance metrics; selecting a subset of the plurality of machine learning models; determining a weight for each machine learning model of the subset of machine learning models; generating a weighted dataset; and training, based on the weighted dataset, a new machine learning model.
2. The method of any of the preceding embodiments, wherein selecting a subset of the plurality of machine learning models comprises: grouping each machine learning model of the plurality of machine learning models into a plurality of groups based on a time periods corresponding to training data of each machine learning model; and selecting, based on comparing the plurality of performance metrics, a machine learning model from each group of the plurality of groups to add to the subset of the plurality of machine learning models.
3. The method of any of the preceding embodiments, wherein the selecting a machine learning model from each group of a plurality of groups comprises selecting a machine learning model associated with a highest performance metric from each group of a plurality of groups of machine learning models.
4. The method of any of the preceding embodiments, wherein selecting a machine learning model from each group of a plurality of groups of machine learning models comprises selecting a machine learning model associated with a median performance metric from each group of plurality of groups.
5. The method of any of the preceding embodiments, wherein the dataset corresponds to a time period that is later than different time periods corresponding to the training datasets used to train the plurality of machine learning models.
6. The method of any of the preceding embodiments, wherein determining a weight for each machine learning model further comprises: comparing a first performance metric of the plurality of performance metrics with a second performance metric of the plurality of performance metrics; and based on a determination that the first performance metric is greater than the second performance metric, assigning a first weight to a first machine learning model that corresponds to the first performance metric and a second weight to a second machine learning model that corresponds to the second performance metric, wherein the first weight is greater than the second weight.
7. The method of any of the preceding embodiments, wherein weighting each dataset of the plurality of datasets comprises: determining a first performance metric of the plurality of performance metrics that fails to satisfy a threshold; and in response to determining that the first performance metric fails to satisfy the threshold, assigning zero weight to a machine learning model of the subset of machine learning models that corresponds to the first performance metric.
8. The method of any of the preceding embodiments, wherein the plurality of performance metrics comprises one or more of accuracy, precision, and recall.
9. A tangible, non-transitory, machine-readable medium storing instructions that, when executed by a data processing apparatus, cause the data processing apparatus to perform operations comprising those of any of embodiments 1-8.
10. A system comprising: one or more processors; and memory storing instructions that, when executed by the processors, cause the processors to effectuate operations comprising those of any of embodiments 1-8.
11. A system comprising means for performing any of embodiments 1-8.