US20200293951A1 - Dynamically optimizing a data set distribution - Google Patents
Dynamically optimizing a data set distribution Download PDFInfo
- Publication number
- US20200293951A1 US20200293951A1 US16/832,696 US202016832696A US2020293951A1 US 20200293951 A1 US20200293951 A1 US 20200293951A1 US 202016832696 A US202016832696 A US 202016832696A US 2020293951 A1 US2020293951 A1 US 2020293951A1
- Authority
- US
- United States
- Prior art keywords
- data
- bin
- input data
- input
- evaluation
- 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.)
- Pending
Links
- 238000009826 distribution Methods 0.000 title claims abstract description 68
- 238000000034 method Methods 0.000 claims abstract description 27
- 230000004044 response Effects 0.000 claims abstract description 9
- 238000011156 evaluation Methods 0.000 claims description 28
- 238000005457 optimization Methods 0.000 claims description 26
- 238000004590 computer program Methods 0.000 claims description 14
- 238000003860 storage Methods 0.000 claims description 11
- 238000004891 communication Methods 0.000 description 16
- 230000006870 function Effects 0.000 description 16
- 238000012549 training Methods 0.000 description 16
- 238000002372 labelling Methods 0.000 description 14
- 238000010801 machine learning Methods 0.000 description 14
- 238000012545 processing Methods 0.000 description 14
- 238000010586 diagram Methods 0.000 description 11
- 230000008569 process Effects 0.000 description 11
- 238000005070 sampling Methods 0.000 description 8
- 238000007405 data analysis Methods 0.000 description 5
- 230000003044 adaptive effect Effects 0.000 description 3
- 238000013459 approach Methods 0.000 description 3
- 230000008901 benefit Effects 0.000 description 3
- 238000001303 quality assessment method Methods 0.000 description 3
- 230000006978 adaptation Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 206010064571 Gene mutation Diseases 0.000 description 1
- 238000004458 analytical method Methods 0.000 description 1
- 230000000903 blocking effect Effects 0.000 description 1
- 238000005352 clarification Methods 0.000 description 1
- 238000013145 classification model Methods 0.000 description 1
- 230000000295 complement effect Effects 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
- 238000000275 quality assurance Methods 0.000 description 1
- 238000000926 separation method Methods 0.000 description 1
- 238000000638 solvent extraction Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 230000026676 system process Effects 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/28—Databases characterised by their database models, e.g. relational or object models
- G06F16/284—Relational databases
- G06F16/285—Clustering or classification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/906—Clustering; Classification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/02—Knowledge representation; Symbolic representation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N7/00—Computing arrangements based on specific mathematical models
- G06N7/01—Probabilistic graphical models, e.g. probabilistic networks
Definitions
- Embodiments of the invention relate, generally, to dynamic optimization of a data set distribution.
- a classifier is an example of an algorithm that may be derived using supervised machine learning.
- supervised machine learning classifiers are derived through training using a set of labeled data examples.
- the training data set should contain many labeled examples of each possible category to ensure that the classifier will make accurate predictions for new input examples that might fall into one of the categories.
- a common way to improve a classifier's prediction performance is to sample a labeling data set from the general population, obtain true labels for the labeling set, and add these labels to the training set used to derive the classifier.
- the distribution in the general population of the true labels is skewed in favor of the most commonly occurring instances. If na ⁇ ve (random) sampling from a general population were used to generate a labeling set, it is likely that the labeling set, after being labeled, also will have a skewed distribution of labels. A skewed distribution of labels may not add much support to the model to make predictions for rare events.
- embodiments of the present invention provide herein systems, methods and computer readable media configured to receive configuration data describing a desired data set distribution, and, in response to receiving new data instances, use the configuration data and the new data instances to dynamically optimize the distribution of data already stored in a data reservoir that has been discretized into bins representing the desired data distribution.
- FIG. 1 illustrates an exemplary dynamic data distribution optimization scenario according to various embodiments of the invention in accordance with some embodiments discussed herein;
- FIG. 2 illustrates an example system that can be configured to implement dynamic optimization of a data set distribution in accordance with some embodiments discussed herein;
- FIG. 3 is a flow diagram of an example method for optimizing a data set distribution in accordance with some embodiments discussed herein;
- FIG. 4 illustrates an example adaptive data analysis system that is configured to include dynamic data set distribution optimization in accordance with some embodiments discussed herein;
- FIG. 5 illustrates a schematic block diagram of circuitry that can be included in a computing device, such as a dynamic data set distribution optimization system, in accordance with some embodiments discussed herein.
- system components can be communicatively coupled to one or more of each other. Though the components are described as being separate or distinct, two or more of the components may be combined into a single process or routine.
- the component functional descriptions provided herein including separation of responsibility for distinct functions is by way of example. Other groupings or other divisions of functional responsibilities can be made as necessary or in accordance with design preferences.
- the terms “data,” “content,” “information” and similar terms may be used interchangeably to refer to data capable of being captured, transmitted, received, displayed and/or stored in accordance with various example embodiments. Thus, use of any such terms should not be taken to limit the spirit and scope of the disclosure.
- a computing device is described herein to receive data from another computing device, the data may be received directly from the another computing device or may be received indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
- the data may be sent directly to the another computing device or may be sent indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
- intermediary computing devices such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
- Entity resolution is an example of a categorical classification problem for which the accuracy of the predictions made by a classifier derived using supervised machine learning requires a training data set having a balanced class distribution.
- entity resolution a classifier is trained to return “match” or “no match” in response to receiving a pair of input examples.
- entity resolution a reference is a description of an entity, which is a real-world object.
- a reference may be a listing in a database or a list (which may contain some duplicate entries). Multiple references may describe the same entity.
- a labeling set example is a pair of references, and a label is either “match” or “no match.”
- a labeling set containing such a skewed distribution of labels may not add much support to the entity resolution model for making accurate predictions for the rare “match” events.
- a declarative system for dynamic data distribution optimization i.e., the system receives a configuration for collecting data samples, the configuration specifying a particular data sample distribution to be satisfied over time
- a declarative system for dynamic data distribution optimization enables selection of a labeling set that, added to a training data set, will optimally improve the performance of a machine learning algorithm derived from that training data set.
- dynamic data distribution optimization may improve classifier performance for the specific entity resolution case where non-matches are much more frequent than matches, as well as for any categorical classification model based on a general population with rare target variables.
- FIG. 1 illustrates an exemplary dynamic data distribution optimization scenario according to various embodiments of the invention. The scenario is described for clarification and without limitation.
- the output of a classifier predictive model in response to a new input example may include the prediction (e.g., “match” or “no match” for an entity resolution classification problem) as well as a prediction confidence value.
- the prediction confidence value is a probability score between 0 and 1 that represents the distance between the value on which the prediction is based and the distance between that value and the decision boundary in decision space. The closer a prediction value is to the decision boundary, the lower the prediction confidence score.
- an active learning component may facilitate adaptation of a predictive model.
- Active learning as described, for example, in Settles, Burr (2009), “Active Learning Literature Survey”, Computer Sciences Technical Report 1648. University of Wisconsin—Madison, is semi-supervised learning, in which the distribution of samples composing a training data set can be adjusted to optimally represent a machine learning problem by interactively querying a source of truth (e.g., an oracle) to assign labels to new data samples that are to be added to the training data set.
- a source of truth e.g., an oracle
- a desired prediction accuracy of a classifier represented by a distribution 110 of prediction confidence scores (in this case, a normal distribution), is discretized into a set of data bins 120 .
- Each of the data bins is a reservoir for storing input data instances that each generates a prediction associated with a confidence score that falls within a respective range of confidence scores.
- Each bin also has a reservoir size capacity, represented on the bar graph as a maximum number of input instances to be stored within the bin.
- the choice of the number of data bins and their relative capacities may be expressed as a configuration parameter representing a training data set distribution that is desired for a particular classification problem.
- a configuration parameter may specify a distribution of 50% predicted matches, 50% predicted non-matches. If the machine learning model is a probabilistic estimator, a configuration parameter may specify a Gaussian distribution of predicted probabilities that are centered around the confidence score of 0.5.
- the set of reservoir bins may be used as a data reservoir 130 for maintaining a random sample of a population representing a particular classification problem.
- the data reservoir 130 may be a “hopper” of interesting data points.
- the reservoir data sample may be selected from a data stream.
- the data stream may be received from an online data processing system.
- the data stream may be generated from a very large data store.
- the sample in the data reservoir is selected from a data stream
- the sample may be a temporally unbiased sample, in which the first data point that flows through the stream is equally likely to end up in the sample as the last (or any points in between).
- a temporally unbiased sample may be selected from a data stream using a well-known technique called reservoir sampling.
- the sample in the data reservoir is selected such that the distribution of the target variable as predicted by the existing machine learning algorithm satisfies the desired distribution for the classification problem.
- a model 114 generates an output prediction 116 with a confidence score of 0.7 for a particular input instance 112 .
- each data reservoir bin may be associated with a reservoir sampler that determines whether to update the reservoir bin using an offered input instance 112 . Reservoir samplers will be described in more detail with reference to FIG. 2 .
- the systems and methods described herein are therefore configured to receive configuration data describing a desired data set distribution, and, in response to receiving new data instances, use the configuration data and the new data instances to dynamically optimize the distribution of data already stored in a data reservoir that has been discretized into bins representing the desired data distribution.
- FIG. 2 illustrates an example system 200 that can be configured to implement dynamic optimization of a data set distribution.
- system 200 may include a data reservoir 230 that has been discretized into multiple data bins ( 234 A, 234 B, . . . , 234 X) based on a desired overall statistical distribution of data in the reservoir 230 ; and a data set optimizer 220 that automatically maintains a fresh, up-to-date data reservoir 230 with the desired distribution by receiving newly collected data and then determining whether to update the data reservoir 230 using the newly collected data.
- the system 200 receives a data set optimization job 205 that includes input data 202 and configuration data 204 .
- the input data set 202 may be a data stream, as previously described.
- the configuration data 204 may include a description of the discretized data reservoir 230 (e.g., the configuration of the set of bins and, additionally and/or alternatively, a desired distribution of data across the set of bins).
- the data set optimization job 205 also may include an input data evaluator 214 while, in some alternative embodiments, the input data evaluator 214 may be a component of system 200 .
- the input data evaluator 214 may be a supervised machine learning algorithm (e.g., a classifier).
- evaluating an input data instance may include assigning the instance an evaluation value (e.g., a classification prediction confidence value as previously described with reference to FIG. 1 ).
- each of the input data instances 212 from the input data set 202 is processed by the data set optimizer 220 using the input data evaluator 214 , and then the system determines whether the evaluated data instance 222 is to be offered to any of the data bins 234 in the data reservoir 230 .
- the evaluated data instance 222 includes a prediction and/or prediction confidence value, and the determination is based at least in part on matching the prediction and/or prediction confidence value to attributes of the data that are respectively stored within each data bin 234 .
- each of the data bins 234 is respectively associated with a reservoir sampler 232 that maintains summary statistics of the distribution of data within the bin and determines whether to update the data bin 234 based in part on those summary statistics.
- the summary statistics may include a size capacity for the data bin 234 (i.e., the maximum number of data instances that can be stored in the data bin) since the set of data bins is selected to represent a discretized overall distribution of the data reservoir 230 .
- each of the data bins 234 may be associated with a particular range of evaluation values.
- a reservoir sampler 232 may determine that an evaluated data instance 222 is to be added to a data bin 234 if the evaluation value associated with the data instance is within the range of evaluation values associated with the bin and if the current bin size is below the bin size capacity. Additionally and/or alternatively, a reservoir sampler 232 may determine that adding an evaluated data instance 222 to a data bin 232 will replace a data instance that currently is stored in the data bin 232 .
- FIG. 3 is a flow diagram of an example method 300 for optimizing a data set distribution. Specifically, the method 300 is described with respect to processing of a data set optimization job 205 by system 200 .
- the system receives 305 a data set optimization job that may include a set of input data, configuration data describing a data set distribution that has been discretized into a set of data bins, and an input data evaluator.
- the set of input data may be a data stream that is received from an online data processing system.
- the set of input data may be a data stream that is generated from a very large data store that contains more data than can be analyzed at once.
- the input data evaluator may be a supervised machine learning algorithm (e.g., a classifier).
- the system selects 310 an input data instance from the set of input data, and then determines 315 whether to offer the data instance to at least one of the set of data bins.
- the system uses the received input data evaluator to evaluate the input data instance.
- the input data evaluator may be a supervised machine learning algorithm (e.g., a classifier).
- the evaluated data instance includes a prediction and/or prediction confidence value, and the determination 315 whether to offer the data instance to at least one of the set of data bins is based at least in part on matching the prediction and/or prediction confidence value to attributes of the data that are respectively stored within each data bin.
- the system determines 325 whether to update the data bin using the data instance. In some embodiments, as described with reference to FIG. 2 , determining whether to update a data bin is implemented by a reservoir sampler respectively associated with that data bin. In some embodiments, the reservoir sampler maintains summary statistics of the distribution of data within the data bin and determines whether to update the data bin based in part on those summary statistics. In an instance in which the data bin is updated 325 , in some embodiments, the system may add the evaluated data instance to the data bin and/or replace a data instance currently stored in the data bin with the evaluated data instance.
- the system processes each input data instance received in the data set optimization job.
- the process ends 340 in an instance in which the system determines 330 that all the input data instances have been processed.
- the system selects 335 another input data instance to process from the set of input data.
- the received set of input data are entity references (some of which may refer to the same entity, as previously described), and the input data evaluator is a machine learning algorithm that evaluates each possible pair of references as either being a match or not being a match.
- selection of reference pairs to input to a predictive model for entity resolution may be optimized by first converting a list of references into a data stream of pairs of references.
- entity resolution sampling is converted from list processing to a stream sampling problem.
- Table 1 illustrates, for clarity and without limitation, a pseudocode implementation of one example approach in which pairs of references are added to the data stream according to a random schedule.
- reference1 choose_randomly_from_input_list(input_list)
- selecting a set of input data instances may be further optimized to increase search efficiency.
- selecting a set of input data instances may include partitioning the input references by a grouping function to create pre-defined groupings of references that are more likely to match, and then calculating the proportion of references that exist in each group (in entity resolution, this approach is called “blocking.”).
- geospatial data may be grouped into latitude/longitude “squares.” Inside each square, the geospatial data will be in close geographical proximity, and thus may have a higher likelihood of matching together.
- Other exemplary grouping fields for geographical data may include city and/or postal code.
- an adaptive data analysis system that includes a predictive model may be configured to further include an active learning component to facilitate adaptation of the predictive model.
- a dynamic data set distribution system e.g., system 200
- FIG. 4 illustrates an example adaptive online data analysis system 400 that is configured to include dynamic data set distribution optimization according to various embodiments of the invention.
- system 400 may comprise an input data analysis module 420 for creating an optimal feature representation (e.g., a feature vector 404 ) of a received input data sample 402 selected from a data stream 401 ; a predictive model 430 that has been generated using machine learning based on a set of training data 440 , and that is configured to generate a judgment 406 about the input data sample 402 in response to receiving a feature vector 404 representing the input data sample 402 ; a data set optimizer 220 for evaluating the input data sample 402 and its associated judgment 406 ; and a data reservoir 230 that includes a set of data bins 234 maintained by data set optimizer 220 .
- an input data analysis module 420 for creating an optimal feature representation (e.g., a feature vector 404 ) of a received input data sample 402 selected from a data stream 401 ; a predictive model 430
- the data reservoir 230 thus is ensured to store fresh, up-to-date data that, in embodiments, may be selected from at least one of the bins 234 to update the training data 440 , thus enabling the model to be improved incrementally by being re-trained with a currently optimal set of examples.
- the configuration of the reservoir data bins 234 may be used to ensure that the data reservoir stores up-to-date samples in a distribution that, if samples were selected from the bins and used to update the training data 440 , those samples potentially would create training data that would improve the performance of the predictive model 430 .
- a set of bins 234 may be used to generate labeling sets that don't match the distribution of the general population.
- Each of the bins may be used to store data representing one of the possible labels, and a labeling set with equal frequencies of samples of each label may be generated even though at least one of the labels may be rare in the general population distribution.
- each of the bins may represent one of the sources that have contributed to the data stream, and training data may be selected from the bins to match a distribution that represents a particular machine learning problem.
- each of the data sources is a particular location (e.g., the US, Europe, and Asia)
- each of the bins stores data samples selected from one of the sources, and the desired training data 440 distribution should represent 10% US sources, 10% of a labeling sample may be selected from the data bin storing data selected from US sources.
- dynamic data set distribution optimization may be used as an anomaly detection system to support the quality assurance of data flowing through a real time data processing system.
- system 400 may be configured to include an anomaly scorer instead of a predictive model 430 , and the data bins 234 would be configured to represent a distribution of anomaly scores.
- dynamic data set distribution optimization may be used to assess the predictive model 430 calibration.
- the model predictions In a perfectly calibrated model, the model predictions exactly match reality.
- the model is a probabilistic estimator, the model should predict 50% yes and 50% no for a probability 0.5; the model should predict 30% yes and 70% no for a probability 0.7; and the like.
- the empirical distribution within each data bin may be used to test the extent of the model 430 calibration. A small sample of data may be pulled out of a bin for analysis, and the distribution of predictions in the sample may be used for the test. For example, if the data in the bin represent a probability of 0.1, the data distribution may be tested to determine if 10% of the predictions in the sample match that probability.
- dynamic data set distribution optimization may be used to optimize feature modeling.
- the accuracy of the decisions within a bin may be tested (e.g., in some embodiments, a sample of the decisions within a bin may be sent to a crowd for verification), and the results may be used to adjust the feature modeling performed by the input data analysis module 420 .
- FIG. 5 shows a schematic block diagram of circuitry 500 , some or all of which may be included in, for example, dynamic data set distribution optimization system 200 .
- circuitry 500 can include various means, such as processor 502 , memory 504 , communications module 506 , and/or input/output module 508 .
- module includes hardware, software and/or firmware configured to perform one or more particular functions.
- circuitry 500 as described herein may be embodied as, for example, circuitry, hardware elements (e.g., a suitably programmed processor, combinational logic circuit, and/or the like), a computer program product comprising computer-readable program instructions stored on a non-transitory computer-readable medium (e.g., memory 504 ) that is executable by a suitably configured processing device (e.g., processor 502 ), or some combination thereof.
- a suitably configured processing device e.g., processor 502
- Processor 502 may, for example, be embodied as various means including one or more microprocessors with accompanying digital signal processor(s), one or more processor(s) without an accompanying digital signal processor, one or more coprocessors, one or more multi-core processors, one or more controllers, processing circuitry, one or more computers, various other processing elements including integrated circuits such as, for example, an ASIC (application specific integrated circuit) or FPGA (field programmable gate array), or some combination thereof. Accordingly, although illustrated in FIG. 5 as a single processor, in some embodiments processor 502 comprises a plurality of processors. The plurality of processors may be embodied on a single computing device or may be distributed across a plurality of computing devices collectively configured to function as circuitry 500 .
- the plurality of processors may be in operative communication with each other and may be collectively configured to perform one or more functionalities of circuitry 500 as described herein.
- processor 502 is configured to execute instructions stored in memory 504 or otherwise accessible to processor 502 . These instructions, when executed by processor 502 , may cause circuitry 500 to perform one or more of the functionalities of circuitry 500 as described herein.
- processor 502 may comprise an entity capable of performing operations according to embodiments of the present invention while configured accordingly.
- processor 502 when processor 502 is embodied as an ASIC, FPGA or the like, processor 502 may comprise specifically configured hardware for conducting one or more operations described herein.
- processor 502 when processor 502 is embodied as an executor of instructions, such as may be stored in memory 504 , the instructions may specifically configure processor 502 to perform one or more algorithms and operations described herein, such as those discussed in connection with FIGS. 2-4 .
- Memory 504 may comprise, for example, volatile memory, non-volatile memory, or some combination thereof. Although illustrated in FIG. 5 as a single memory, memory 504 may comprise a plurality of memory components. The plurality of memory components may be embodied on a single computing device or distributed across a plurality of computing devices. In various embodiments, memory 504 may comprise, for example, a hard disk, random access memory, cache memory, flash memory, a compact disc read only memory (CD-ROM), digital versatile disc read only memory (DVD-ROM), an optical disc, circuitry configured to store information, or some combination thereof. Memory 504 may be configured to store information, data (including analytics data), applications, instructions, or the like for enabling circuitry 500 to carry out various functions in accordance with example embodiments of the present invention.
- memory 504 is configured to buffer input data for processing by processor 502 . Additionally or alternatively, in at least some embodiments, memory 504 is configured to store program instructions for execution by processor 502 . Memory 504 may store information in the form of static and/or dynamic information. This stored information may be stored and/or used by circuitry 500 during the course of performing its functionalities.
- Communications module 506 may be embodied as any device or means embodied in circuitry, hardware, a computer program product comprising computer readable program instructions stored on a computer readable medium (e.g., memory 504 ) and executed by a processing device (e.g., processor 502 ), or a combination thereof that is configured to receive and/or transmit data from/to another device, such as, for example, a second circuitry 500 and/or the like.
- communications module 506 (like other components discussed herein) can be at least partially embodied as or otherwise controlled by processor 502 .
- communications module 506 may be in communication with processor 502 , such as via a bus.
- Communications module 506 may include, for example, an antenna, a transmitter, a receiver, a transceiver, network interface card and/or supporting hardware and/or firmware/software for enabling communications with another computing device. Communications module 506 may be configured to receive and/or transmit any data that may be stored by memory 504 using any protocol that may be used for communications between computing devices. Communications module 506 may additionally or alternatively be in communication with the memory 504 , input/output module 508 and/or any other component of circuitry 500 , such as via a bus.
- Input/output module 508 may be in communication with processor 502 to receive an indication of a user input and/or to provide an audible, visual, mechanical, or other output to a user. Some example visual outputs that may be provided to a user by circuitry 500 are discussed in connection with FIGS. 2-3 .
- input/output module 508 may include support, for example, for a keyboard, a mouse, a joystick, a display, a touch screen display, a microphone, a speaker, a RFID reader, barcode reader, biometric scanner, and/or other input/output mechanisms.
- circuitry 500 is embodied as a server or database
- aspects of input/output module 508 may be reduced as compared to embodiments where circuitry 500 is implemented as an end-user machine or other type of device designed for complex user interactions. In some embodiments (like other components discussed herein), input/output module 508 may even be eliminated from circuitry 500 .
- circuitry 500 is embodied as a server or database
- at least some aspects of input/output module 508 may be embodied on an apparatus used by a user that is in communication with circuitry 500 , such as for example, pharmacy terminal 108 .
- Input/output module 508 may be in communication with the memory 504 , communications module 506 , and/or any other component(s), such as via a bus. Although more than one input/output module and/or other component can be included in circuitry 500 , only one is shown in FIG. 5 to avoid overcomplicating the drawing (like the other components discussed herein).
- Data set optimizer module 510 may also or instead be included and configured to perform the functionality discussed herein related to the dynamic data quality assessment discussed above. In some embodiments, some or all of the functionality of dynamic data quality assessment may be performed by processor 502 . In this regard, the example processes and algorithms discussed herein can be performed by at least one processor 502 and/or data set optimizer module 510 .
- non-transitory computer readable media can be configured to store firmware, one or more application programs, and/or other software, which include instructions and other computer-readable program code portions that can be executed to control each processor (e.g., processor 502 and/or data set optimizer module 510 ) of the components of system 400 to implement various operations, including the examples shown above.
- a series of computer-readable program code portions are embodied in one or more computer program products and can be used, with a computing device, server, and/or other programmable apparatus, to produce machine-implemented processes.
- Any such computer program instructions and/or other type of code may be loaded onto a computer, processor or other programmable apparatus's circuitry to produce a machine, such that the computer, processor other programmable circuitry that execute the code on the machine create the means for implementing various functions, including those described herein.
- all or some of the information presented by the example displays discussed herein can be based on data that is received, generated and/or maintained by one or more components of dynamic data quality assessment system 100 .
- one or more external systems such as a remote cloud computing and/or data storage system may also be leveraged to provide at least some of the functionality discussed herein.
- embodiments of the present invention may be configured as methods, mobile devices, backend network devices, and the like. Accordingly, embodiments may comprise various means including entirely of hardware or any combination of software and hardware. Furthermore, embodiments may take the form of a computer program product on at least one non-transitory computer-readable storage medium having computer-readable program instructions (e.g., computer software) embodied in the storage medium. Any suitable computer-readable storage medium may be utilized including non-transitory hard disks, CD-ROMs, flash memory, optical storage devices, or magnetic storage devices.
- These computer program instructions may also be stored in a computer-readable storage device (e.g., memory 504 ) that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable storage device produce an article of manufacture including computer-readable instructions for implementing the function discussed herein.
- the computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer-implemented process such that the instructions that execute on the computer or other programmable apparatus provide steps for implementing the functions discussed herein.
- blocks of the block diagrams and flowchart illustrations support combinations of means for performing the specified functions, combinations of steps for performing the specified functions and program instruction means for performing the specified functions. It will also be understood that each block of the circuit diagrams and process flowcharts, and combinations of blocks in the circuit diagrams and process flowcharts, can be implemented by special purpose hardware-based computer systems that perform the specified functions or steps, or combinations of special purpose hardware and computer instructions
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Computing Systems (AREA)
- Mathematical Physics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Medical Informatics (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
- This application is a continuation of and claims priority to U.S. patent application Ser. No. 14/817,005, titled “DYNAMICALLY OPTIMIZING A DATA SET DISTRIBUTION,” and filed Aug. 3, 2015, which claims the benefit of U.S. Provisional Application No. 62/055,958, entitled “DYNAMICALLY OPTIMIZING A DATA SET DISTRIBUTION,” and filed Sep. 26, 2014, and of U.S. Provisional Application No. 62/039,314, entitled “DYNAMICALLY OPTIMIZING A DATA SET DISTRIBUTION,” and filed Aug. 19, 2014, the contents of which are hereby incorporated herein by reference in their entirety.
- Embodiments of the invention relate, generally, to dynamic optimization of a data set distribution.
- A classifier is an example of an algorithm that may be derived using supervised machine learning. In order to make accurate predictions, supervised machine learning classifiers are derived through training using a set of labeled data examples. In modeling a classification problem in which the classifier must make a categorical prediction, the training data set should contain many labeled examples of each possible category to ensure that the classifier will make accurate predictions for new input examples that might fall into one of the categories.
- A common way to improve a classifier's prediction performance is to sample a labeling data set from the general population, obtain true labels for the labeling set, and add these labels to the training set used to derive the classifier. For some classification problems in which instances of one or more of the classification categories are relatively rare (e.g., predicting gene mutations, earthquakes, or ad click throughs), the distribution in the general population of the true labels is skewed in favor of the most commonly occurring instances. If naïve (random) sampling from a general population were used to generate a labeling set, it is likely that the labeling set, after being labeled, also will have a skewed distribution of labels. A skewed distribution of labels may not add much support to the model to make predictions for rare events.
- Current methods for dynamic optimization of a data set distribution exhibit a plurality of problems that make current systems insufficient, ineffective and/or the like. Through applied effort, ingenuity, and innovation, solutions to improve such methods have been realized and are described in connection with embodiments of the present invention.
- In general, embodiments of the present invention provide herein systems, methods and computer readable media configured to receive configuration data describing a desired data set distribution, and, in response to receiving new data instances, use the configuration data and the new data instances to dynamically optimize the distribution of data already stored in a data reservoir that has been discretized into bins representing the desired data distribution.
- The details of one or more embodiments of the subject matter described in this specification are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.
- Having thus described the invention in general terms, reference will now be made to the accompanying drawings, which are not necessarily drawn to scale, and wherein:
-
FIG. 1 illustrates an exemplary dynamic data distribution optimization scenario according to various embodiments of the invention in accordance with some embodiments discussed herein; -
FIG. 2 illustrates an example system that can be configured to implement dynamic optimization of a data set distribution in accordance with some embodiments discussed herein; -
FIG. 3 is a flow diagram of an example method for optimizing a data set distribution in accordance with some embodiments discussed herein; -
FIG. 4 illustrates an example adaptive data analysis system that is configured to include dynamic data set distribution optimization in accordance with some embodiments discussed herein; and -
FIG. 5 illustrates a schematic block diagram of circuitry that can be included in a computing device, such as a dynamic data set distribution optimization system, in accordance with some embodiments discussed herein. - The present invention now will be described more fully hereinafter with reference to the accompanying drawings, in which some, but not all embodiments of the invention are shown. Indeed, this invention may be embodied in many different forms and should not be construed as being limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will satisfy applicable legal requirements. Like numbers refer to like elements throughout.
- As described herein, system components can be communicatively coupled to one or more of each other. Though the components are described as being separate or distinct, two or more of the components may be combined into a single process or routine. The component functional descriptions provided herein including separation of responsibility for distinct functions is by way of example. Other groupings or other divisions of functional responsibilities can be made as necessary or in accordance with design preferences.
- As used herein, the terms “data,” “content,” “information” and similar terms may be used interchangeably to refer to data capable of being captured, transmitted, received, displayed and/or stored in accordance with various example embodiments. Thus, use of any such terms should not be taken to limit the spirit and scope of the disclosure. Further, where a computing device is described herein to receive data from another computing device, the data may be received directly from the another computing device or may be received indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like. Similarly, where a computing device is described herein to send data to another computing device, the data may be sent directly to the another computing device or may be sent indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
- Entity resolution is an example of a categorical classification problem for which the accuracy of the predictions made by a classifier derived using supervised machine learning requires a training data set having a balanced class distribution. In entity resolution, a classifier is trained to return “match” or “no match” in response to receiving a pair of input examples. In entity resolution, a reference is a description of an entity, which is a real-world object. A reference may be a listing in a database or a list (which may contain some duplicate entries). Multiple references may describe the same entity. A labeling set example is a pair of references, and a label is either “match” or “no match.”
- Given a list of references of size n, potentially comparing every reference to every other reference would result in making n{circumflex over ( )}2 comparisons. Of those comparisons, the expectation is to see O(n{circumflex over ( )}2) non-matches and O(n) matches (assuming the list has some duplicate references, but is not all duplicate references). Therefore, the set of possible labeling examples from which to draw a training data set for an entity resolution classifier is heavily skewed towards non-matches. As previously described, if a labeling set were generated from a general population using naïve (random) sampling, it is likely that the labeling set, after being labeled, would have a distribution of labels skewed towards “no match.” A labeling set containing such a skewed distribution of labels may not add much support to the entity resolution model for making accurate predictions for the rare “match” events.
- In embodiments, a declarative system for dynamic data distribution optimization (i.e., the system receives a configuration for collecting data samples, the configuration specifying a particular data sample distribution to be satisfied over time) enables selection of a labeling set that, added to a training data set, will optimally improve the performance of a machine learning algorithm derived from that training data set. In embodiments, dynamic data distribution optimization may improve classifier performance for the specific entity resolution case where non-matches are much more frequent than matches, as well as for any categorical classification model based on a general population with rare target variables.
-
FIG. 1 illustrates an exemplary dynamic data distribution optimization scenario according to various embodiments of the invention. The scenario is described for clarification and without limitation. - In embodiments, the output of a classifier predictive model in response to a new input example may include the prediction (e.g., “match” or “no match” for an entity resolution classification problem) as well as a prediction confidence value. In some embodiments, the prediction confidence value is a probability score between 0 and 1 that represents the distance between the value on which the prediction is based and the distance between that value and the decision boundary in decision space. The closer a prediction value is to the decision boundary, the lower the prediction confidence score.
- In some embodiments, an active learning component may facilitate adaptation of a predictive model. Active learning, as described, for example, in Settles, Burr (2009), “Active Learning Literature Survey”, Computer Sciences Technical Report 1648. University of Wisconsin—Madison, is semi-supervised learning, in which the distribution of samples composing a training data set can be adjusted to optimally represent a machine learning problem by interactively querying a source of truth (e.g., an oracle) to assign labels to new data samples that are to be added to the training data set.
- In reference to the example, a desired prediction accuracy of a classifier, represented by a distribution 110 of prediction confidence scores (in this case, a normal distribution), is discretized into a set of
data bins 120. Each of the data bins is a reservoir for storing input data instances that each generates a prediction associated with a confidence score that falls within a respective range of confidence scores. Each bin also has a reservoir size capacity, represented on the bar graph as a maximum number of input instances to be stored within the bin. In embodiments, the choice of the number of data bins and their relative capacities may be expressed as a configuration parameter representing a training data set distribution that is desired for a particular classification problem. For example, if the machine learning model is a binary classifier, a configuration parameter may specify a distribution of 50% predicted matches, 50% predicted non-matches. If the machine learning model is a probabilistic estimator, a configuration parameter may specify a Gaussian distribution of predicted probabilities that are centered around the confidence score of 0.5. - In embodiments, the set of reservoir bins may be used as a
data reservoir 130 for maintaining a random sample of a population representing a particular classification problem. In some embodiments, thedata reservoir 130 may be a “hopper” of interesting data points. In embodiments, the reservoir data sample may be selected from a data stream. In some embodiments, the data stream may be received from an online data processing system. In some alternative embodiments, the data stream may be generated from a very large data store. - In embodiments in which the sample in the data reservoir is selected from a data stream, the sample may be a temporally unbiased sample, in which the first data point that flows through the stream is equally likely to end up in the sample as the last (or any points in between). In some embodiments, a temporally unbiased sample may be selected from a data stream using a well-known technique called reservoir sampling. In embodiments, the sample in the data reservoir is selected such that the distribution of the target variable as predicted by the existing machine learning algorithm satisfies the desired distribution for the classification problem. Referring to the exemplary scenario, a
model 114 generates anoutput prediction 116 with a confidence score of 0.7 for aparticular input instance 112. Theinput instance 112 and itsoutput 116 are offered toreservoir bin 4, which stores data instances for which themodel 114 has generated predictions with confidence scores within the range of 0.6 to 0.8. In some embodiments, each data reservoir bin may be associated with a reservoir sampler that determines whether to update the reservoir bin using an offeredinput instance 112. Reservoir samplers will be described in more detail with reference toFIG. 2 . - As such, and according to some example embodiments, the systems and methods described herein are therefore configured to receive configuration data describing a desired data set distribution, and, in response to receiving new data instances, use the configuration data and the new data instances to dynamically optimize the distribution of data already stored in a data reservoir that has been discretized into bins representing the desired data distribution.
-
FIG. 2 illustrates anexample system 200 that can be configured to implement dynamic optimization of a data set distribution. In embodiments,system 200 may include adata reservoir 230 that has been discretized into multiple data bins (234A, 234B, . . . , 234X) based on a desired overall statistical distribution of data in thereservoir 230; and adata set optimizer 220 that automatically maintains a fresh, up-to-date data reservoir 230 with the desired distribution by receiving newly collected data and then determining whether to update thedata reservoir 230 using the newly collected data. - In embodiments, the
system 200 receives a dataset optimization job 205 that includesinput data 202 andconfiguration data 204. In some embodiments, theinput data set 202 may be a data stream, as previously described. In some embodiments, theconfiguration data 204 may include a description of the discretized data reservoir 230 (e.g., the configuration of the set of bins and, additionally and/or alternatively, a desired distribution of data across the set of bins). In some embodiments, the dataset optimization job 205 also may include aninput data evaluator 214 while, in some alternative embodiments, theinput data evaluator 214 may be a component ofsystem 200. In embodiments, theinput data evaluator 214 may be a supervised machine learning algorithm (e.g., a classifier). In some embodiments, evaluating an input data instance may include assigning the instance an evaluation value (e.g., a classification prediction confidence value as previously described with reference toFIG. 1 ). - In some embodiments, each of the
input data instances 212 from theinput data set 202 is processed by thedata set optimizer 220 using theinput data evaluator 214, and then the system determines whether the evaluateddata instance 222 is to be offered to any of thedata bins 234 in thedata reservoir 230. In some embodiments, the evaluateddata instance 222 includes a prediction and/or prediction confidence value, and the determination is based at least in part on matching the prediction and/or prediction confidence value to attributes of the data that are respectively stored within eachdata bin 234. - In some embodiments, each of the
data bins 234 is respectively associated with a reservoir sampler 232 that maintains summary statistics of the distribution of data within the bin and determines whether to update thedata bin 234 based in part on those summary statistics. For example, in some embodiments, the summary statistics may include a size capacity for the data bin 234 (i.e., the maximum number of data instances that can be stored in the data bin) since the set of data bins is selected to represent a discretized overall distribution of thedata reservoir 230. Additionally, each of thedata bins 234 may be associated with a particular range of evaluation values. Thus, in some embodiments, a reservoir sampler 232 may determine that an evaluateddata instance 222 is to be added to adata bin 234 if the evaluation value associated with the data instance is within the range of evaluation values associated with the bin and if the current bin size is below the bin size capacity. Additionally and/or alternatively, a reservoir sampler 232 may determine that adding an evaluateddata instance 222 to a data bin 232 will replace a data instance that currently is stored in the data bin 232. -
FIG. 3 is a flow diagram of an example method 300 for optimizing a data set distribution. Specifically, the method 300 is described with respect to processing of a dataset optimization job 205 bysystem 200. - In embodiments, the system receives 305 a data set optimization job that may include a set of input data, configuration data describing a data set distribution that has been discretized into a set of data bins, and an input data evaluator. In some embodiments, the set of input data may be a data stream that is received from an online data processing system. In some alternative embodiments, the set of input data may be a data stream that is generated from a very large data store that contains more data than can be analyzed at once. In some embodiments, the input data evaluator may be a supervised machine learning algorithm (e.g., a classifier).
- In embodiments, the system selects 310 an input data instance from the set of input data, and then determines 315 whether to offer the data instance to at least one of the set of data bins. In some embodiments, as described with reference to
FIG. 2 , the system uses the received input data evaluator to evaluate the input data instance. In some embodiments, the input data evaluator may be a supervised machine learning algorithm (e.g., a classifier). In some embodiments, the evaluated data instance includes a prediction and/or prediction confidence value, and thedetermination 315 whether to offer the data instance to at least one of the set of data bins is based at least in part on matching the prediction and/or prediction confidence value to attributes of the data that are respectively stored within each data bin. - In an
instance 320 in which the data instance is offered to a data bin, the system determines 325 whether to update the data bin using the data instance. In some embodiments, as described with reference toFIG. 2 , determining whether to update a data bin is implemented by a reservoir sampler respectively associated with that data bin. In some embodiments, the reservoir sampler maintains summary statistics of the distribution of data within the data bin and determines whether to update the data bin based in part on those summary statistics. In an instance in which the data bin is updated 325, in some embodiments, the system may add the evaluated data instance to the data bin and/or replace a data instance currently stored in the data bin with the evaluated data instance. - The system processes each input data instance received in the data set optimization job. The process ends 340 in an instance in which the system determines 330 that all the input data instances have been processed. In an
instance 330 in which all the input data instances have not been processed, the system selects 335 another input data instance to process from the set of input data. - In some embodiments in which the system is an entity resolution sampling system, the received set of input data are entity references (some of which may refer to the same entity, as previously described), and the input data evaluator is a machine learning algorithm that evaluates each possible pair of references as either being a match or not being a match. Thus, prior to evaluation, a received set of input data explodes into a large data space of possible reference pairs for the system to process (e.g., an input list of N=100,000 references explodes to N2=10 billion possible pairs).
- Searching through 10 billion pairs for less than 100,000 matching references may be computationally expensive. In some embodiments, selection of reference pairs to input to a predictive model for entity resolution may be optimized by first converting a list of references into a data stream of pairs of references. Thus, entity resolution sampling is converted from list processing to a stream sampling problem. There are a variety of different approaches to schedule the addition of pairs of references to a data stream. Table 1 illustrates, for clarity and without limitation, a pseudocode implementation of one example approach in which pairs of references are added to the data stream according to a random schedule.
-
TABLE 1 Exemplary random selection of input data instances for entity resolution sampling while(true): reference1 = choose_randomly_from_input_list(input_list) reference2 = choose_randomly_from_input_list(input_list) if reference1 != reference2: emit( new Pair(reference1, reference2) ) - In some embodiments, selecting a set of input data instances may be further optimized to increase search efficiency. For example, in some embodiments, selecting a set of input data instances may include partitioning the input references by a grouping function to create pre-defined groupings of references that are more likely to match, and then calculating the proportion of references that exist in each group (in entity resolution, this approach is called “blocking.”). In an example embodiment, geospatial data may be grouped into latitude/longitude “squares.” Inside each square, the geospatial data will be in close geographical proximity, and thus may have a higher likelihood of matching together. Other exemplary grouping fields for geographical data may include city and/or postal code.
- An exemplary pseudocode implementation of optimized selection of input data for entity resolution sampling by using a grouping function is described in Table 2.
-
TABLE 2 Exemplary data stream preprocessing using a grouping function while(true): group = choose_a_group_randomly_according_to_group_proportions (group_proportions) reference1 = choose_randomly_from_group(group) reference2 = choose_randomly_from_group(group) if reference1 != reference2: emit( new Pair(reference1, reference2) ) - In some embodiments, an adaptive data analysis system that includes a predictive model may be configured to further include an active learning component to facilitate adaptation of the predictive model. In embodiments, a dynamic data set distribution system (e.g., system 200) may complement an active learning component by facilitating selection of a labeling set of samples that will optimally improve the performance of the predictive model.
-
FIG. 4 illustrates an example adaptive online data analysis system 400 that is configured to include dynamic data set distribution optimization according to various embodiments of the invention. In embodiments, system 400 may comprise an inputdata analysis module 420 for creating an optimal feature representation (e.g., a feature vector 404) of a receivedinput data sample 402 selected from a data stream 401; apredictive model 430 that has been generated using machine learning based on a set oftraining data 440, and that is configured to generate ajudgment 406 about theinput data sample 402 in response to receiving afeature vector 404 representing theinput data sample 402; adata set optimizer 220 for evaluating theinput data sample 402 and its associatedjudgment 406; and adata reservoir 230 that includes a set ofdata bins 234 maintained by data setoptimizer 220. Thedata reservoir 230 thus is ensured to store fresh, up-to-date data that, in embodiments, may be selected from at least one of thebins 234 to update thetraining data 440, thus enabling the model to be improved incrementally by being re-trained with a currently optimal set of examples. - In embodiments, the configuration of the
reservoir data bins 234 may be used to ensure that the data reservoir stores up-to-date samples in a distribution that, if samples were selected from the bins and used to update thetraining data 440, those samples potentially would create training data that would improve the performance of thepredictive model 430. In a first example, a set ofbins 234 may be used to generate labeling sets that don't match the distribution of the general population. Each of the bins may be used to store data representing one of the possible labels, and a labeling set with equal frequencies of samples of each label may be generated even though at least one of the labels may be rare in the general population distribution. In a second example, each of the bins may represent one of the sources that have contributed to the data stream, and training data may be selected from the bins to match a distribution that represents a particular machine learning problem. Thus, if each of the data sources is a particular location (e.g., the US, Europe, and Asia), each of the bins stores data samples selected from one of the sources, and the desiredtraining data 440 distribution should represent 10% US sources, 10% of a labeling sample may be selected from the data bin storing data selected from US sources. - In some embodiments, dynamic data set distribution optimization may be used as an anomaly detection system to support the quality assurance of data flowing through a real time data processing system. In these embodiments, for example, system 400 may be configured to include an anomaly scorer instead of a
predictive model 430, and thedata bins 234 would be configured to represent a distribution of anomaly scores. - In some embodiments, dynamic data set distribution optimization may be used to assess the
predictive model 430 calibration. In a perfectly calibrated model, the model predictions exactly match reality. Thus, for example, if the model is a probabilistic estimator, the model should predict 50% yes and 50% no for a probability 0.5; the model should predict 30% yes and 70% no for a probability 0.7; and the like. The empirical distribution within each data bin may be used to test the extent of themodel 430 calibration. A small sample of data may be pulled out of a bin for analysis, and the distribution of predictions in the sample may be used for the test. For example, if the data in the bin represent a probability of 0.1, the data distribution may be tested to determine if 10% of the predictions in the sample match that probability. - In some embodiments, dynamic data set distribution optimization may be used to optimize feature modeling. The accuracy of the decisions within a bin may be tested (e.g., in some embodiments, a sample of the decisions within a bin may be sent to a crowd for verification), and the results may be used to adjust the feature modeling performed by the input
data analysis module 420. -
FIG. 5 shows a schematic block diagram of circuitry 500, some or all of which may be included in, for example, dynamic data setdistribution optimization system 200. As illustrated inFIG. 5 , in accordance with some example embodiments, circuitry 500 can include various means, such asprocessor 502,memory 504,communications module 506, and/or input/output module 508. As referred to herein, “module” includes hardware, software and/or firmware configured to perform one or more particular functions. In this regard, the means of circuitry 500 as described herein may be embodied as, for example, circuitry, hardware elements (e.g., a suitably programmed processor, combinational logic circuit, and/or the like), a computer program product comprising computer-readable program instructions stored on a non-transitory computer-readable medium (e.g., memory 504) that is executable by a suitably configured processing device (e.g., processor 502), or some combination thereof. -
Processor 502 may, for example, be embodied as various means including one or more microprocessors with accompanying digital signal processor(s), one or more processor(s) without an accompanying digital signal processor, one or more coprocessors, one or more multi-core processors, one or more controllers, processing circuitry, one or more computers, various other processing elements including integrated circuits such as, for example, an ASIC (application specific integrated circuit) or FPGA (field programmable gate array), or some combination thereof. Accordingly, although illustrated inFIG. 5 as a single processor, in someembodiments processor 502 comprises a plurality of processors. The plurality of processors may be embodied on a single computing device or may be distributed across a plurality of computing devices collectively configured to function as circuitry 500. The plurality of processors may be in operative communication with each other and may be collectively configured to perform one or more functionalities of circuitry 500 as described herein. In an example embodiment,processor 502 is configured to execute instructions stored inmemory 504 or otherwise accessible toprocessor 502. These instructions, when executed byprocessor 502, may cause circuitry 500 to perform one or more of the functionalities of circuitry 500 as described herein. - Whether configured by hardware, firmware/software methods, or by a combination thereof,
processor 502 may comprise an entity capable of performing operations according to embodiments of the present invention while configured accordingly. Thus, for example, whenprocessor 502 is embodied as an ASIC, FPGA or the like,processor 502 may comprise specifically configured hardware for conducting one or more operations described herein. Alternatively, as another example, whenprocessor 502 is embodied as an executor of instructions, such as may be stored inmemory 504, the instructions may specifically configureprocessor 502 to perform one or more algorithms and operations described herein, such as those discussed in connection withFIGS. 2-4 . -
Memory 504 may comprise, for example, volatile memory, non-volatile memory, or some combination thereof. Although illustrated inFIG. 5 as a single memory,memory 504 may comprise a plurality of memory components. The plurality of memory components may be embodied on a single computing device or distributed across a plurality of computing devices. In various embodiments,memory 504 may comprise, for example, a hard disk, random access memory, cache memory, flash memory, a compact disc read only memory (CD-ROM), digital versatile disc read only memory (DVD-ROM), an optical disc, circuitry configured to store information, or some combination thereof.Memory 504 may be configured to store information, data (including analytics data), applications, instructions, or the like for enabling circuitry 500 to carry out various functions in accordance with example embodiments of the present invention. For example, in at least some embodiments,memory 504 is configured to buffer input data for processing byprocessor 502. Additionally or alternatively, in at least some embodiments,memory 504 is configured to store program instructions for execution byprocessor 502.Memory 504 may store information in the form of static and/or dynamic information. This stored information may be stored and/or used by circuitry 500 during the course of performing its functionalities. -
Communications module 506 may be embodied as any device or means embodied in circuitry, hardware, a computer program product comprising computer readable program instructions stored on a computer readable medium (e.g., memory 504) and executed by a processing device (e.g., processor 502), or a combination thereof that is configured to receive and/or transmit data from/to another device, such as, for example, a second circuitry 500 and/or the like. In some embodiments, communications module 506 (like other components discussed herein) can be at least partially embodied as or otherwise controlled byprocessor 502. In this regard,communications module 506 may be in communication withprocessor 502, such as via a bus.Communications module 506 may include, for example, an antenna, a transmitter, a receiver, a transceiver, network interface card and/or supporting hardware and/or firmware/software for enabling communications with another computing device.Communications module 506 may be configured to receive and/or transmit any data that may be stored bymemory 504 using any protocol that may be used for communications between computing devices.Communications module 506 may additionally or alternatively be in communication with thememory 504, input/output module 508 and/or any other component of circuitry 500, such as via a bus. - Input/
output module 508 may be in communication withprocessor 502 to receive an indication of a user input and/or to provide an audible, visual, mechanical, or other output to a user. Some example visual outputs that may be provided to a user by circuitry 500 are discussed in connection withFIGS. 2-3 . As such, input/output module 508 may include support, for example, for a keyboard, a mouse, a joystick, a display, a touch screen display, a microphone, a speaker, a RFID reader, barcode reader, biometric scanner, and/or other input/output mechanisms. In embodiments wherein circuitry 500 is embodied as a server or database, aspects of input/output module 508 may be reduced as compared to embodiments where circuitry 500 is implemented as an end-user machine or other type of device designed for complex user interactions. In some embodiments (like other components discussed herein), input/output module 508 may even be eliminated from circuitry 500. Alternatively, such as in embodiments wherein circuitry 500 is embodied as a server or database, at least some aspects of input/output module 508 may be embodied on an apparatus used by a user that is in communication with circuitry 500, such as for example, pharmacy terminal 108. Input/output module 508 may be in communication with thememory 504,communications module 506, and/or any other component(s), such as via a bus. Although more than one input/output module and/or other component can be included in circuitry 500, only one is shown inFIG. 5 to avoid overcomplicating the drawing (like the other components discussed herein). - Data
set optimizer module 510 may also or instead be included and configured to perform the functionality discussed herein related to the dynamic data quality assessment discussed above. In some embodiments, some or all of the functionality of dynamic data quality assessment may be performed byprocessor 502. In this regard, the example processes and algorithms discussed herein can be performed by at least oneprocessor 502 and/or dataset optimizer module 510. For example, non-transitory computer readable media can be configured to store firmware, one or more application programs, and/or other software, which include instructions and other computer-readable program code portions that can be executed to control each processor (e.g.,processor 502 and/or data set optimizer module 510) of the components of system 400 to implement various operations, including the examples shown above. As such, a series of computer-readable program code portions are embodied in one or more computer program products and can be used, with a computing device, server, and/or other programmable apparatus, to produce machine-implemented processes. - Any such computer program instructions and/or other type of code may be loaded onto a computer, processor or other programmable apparatus's circuitry to produce a machine, such that the computer, processor other programmable circuitry that execute the code on the machine create the means for implementing various functions, including those described herein.
- It is also noted that all or some of the information presented by the example displays discussed herein can be based on data that is received, generated and/or maintained by one or more components of dynamic data quality assessment system 100. In some embodiments, one or more external systems (such as a remote cloud computing and/or data storage system) may also be leveraged to provide at least some of the functionality discussed herein.
- As described above in this disclosure, aspects of embodiments of the present invention may be configured as methods, mobile devices, backend network devices, and the like. Accordingly, embodiments may comprise various means including entirely of hardware or any combination of software and hardware. Furthermore, embodiments may take the form of a computer program product on at least one non-transitory computer-readable storage medium having computer-readable program instructions (e.g., computer software) embodied in the storage medium. Any suitable computer-readable storage medium may be utilized including non-transitory hard disks, CD-ROMs, flash memory, optical storage devices, or magnetic storage devices.
- Embodiments of the present invention have been described above with reference to block diagrams and flowchart illustrations of methods, apparatuses, systems and computer program products. It will be understood that each block of the circuit diagrams and process flow diagrams, and combinations of blocks in the circuit diagrams and process flowcharts, respectively, can be implemented by various means including computer program instructions. These computer program instructions may be loaded onto a general purpose computer, special purpose computer, or other programmable data processing apparatus, such as
processor 502 and/or dataset optimizer module 510 discussed above with reference toFIG. 5 , to produce a machine, such that the computer program product includes the instructions which execute on the computer or other programmable data processing apparatus create a means for implementing the functions specified in the flowchart block or blocks. - These computer program instructions may also be stored in a computer-readable storage device (e.g., memory 504) that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable storage device produce an article of manufacture including computer-readable instructions for implementing the function discussed herein. The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer-implemented process such that the instructions that execute on the computer or other programmable apparatus provide steps for implementing the functions discussed herein.
- Accordingly, blocks of the block diagrams and flowchart illustrations support combinations of means for performing the specified functions, combinations of steps for performing the specified functions and program instruction means for performing the specified functions. It will also be understood that each block of the circuit diagrams and process flowcharts, and combinations of blocks in the circuit diagrams and process flowcharts, can be implemented by special purpose hardware-based computer systems that perform the specified functions or steps, or combinations of special purpose hardware and computer instructions
- Many modifications and other embodiments of the inventions set forth herein will come to mind to one skilled in the art to which these inventions pertain having the benefit of the teachings presented in the foregoing descriptions and the associated drawings. Therefore, it is to be understood that the inventions are not to be limited to the specific embodiments disclosed and that modifications and other embodiments are intended to be included within the scope of the appended claims. Although specific terms are employed herein, they are used in a generic and descriptive sense only and not for purposes of limitation.
Claims (21)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US16/832,696 US20200293951A1 (en) | 2014-08-19 | 2020-03-27 | Dynamically optimizing a data set distribution |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201462039314P | 2014-08-19 | 2014-08-19 | |
US201462055958P | 2014-09-26 | 2014-09-26 | |
US14/817,005 US10650326B1 (en) | 2014-08-19 | 2015-08-03 | Dynamically optimizing a data set distribution |
US16/832,696 US20200293951A1 (en) | 2014-08-19 | 2020-03-27 | Dynamically optimizing a data set distribution |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/817,005 Continuation US10650326B1 (en) | 2014-08-19 | 2015-08-03 | Dynamically optimizing a data set distribution |
Publications (1)
Publication Number | Publication Date |
---|---|
US20200293951A1 true US20200293951A1 (en) | 2020-09-17 |
Family
ID=70612953
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/817,005 Active 2038-03-14 US10650326B1 (en) | 2014-08-19 | 2015-08-03 | Dynamically optimizing a data set distribution |
US16/832,696 Pending US20200293951A1 (en) | 2014-08-19 | 2020-03-27 | Dynamically optimizing a data set distribution |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/817,005 Active 2038-03-14 US10650326B1 (en) | 2014-08-19 | 2015-08-03 | Dynamically optimizing a data set distribution |
Country Status (1)
Country | Link |
---|---|
US (2) | US10650326B1 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20200372406A1 (en) * | 2019-05-22 | 2020-11-26 | Oracle International Corporation | Enforcing Fairness on Unlabeled Data to Improve Modeling Performance |
US20220012588A1 (en) * | 2020-07-09 | 2022-01-13 | Samsung Electronics Co., Ltd. | Method and device with reservoir management and neural network online learning |
US11948102B2 (en) | 2019-05-22 | 2024-04-02 | Oracle International Corporation | Control system for learning to rank fairness |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10650326B1 (en) * | 2014-08-19 | 2020-05-12 | Groupon, Inc. | Dynamically optimizing a data set distribution |
EP3324346B1 (en) * | 2016-11-19 | 2024-11-13 | Tata Consultancy Services Limited | Parallelization approaches of modified teaching learning based search optimization technique for variable selection |
US20180322411A1 (en) * | 2017-05-04 | 2018-11-08 | Linkedin Corporation | Automatic evaluation and validation of text mining algorithms |
WO2019142052A2 (en) * | 2018-01-18 | 2019-07-25 | D&B Business Information Solutions | Elastic distribution queuing of mass data for the use in director driven company assessment |
US11941496B2 (en) * | 2020-03-19 | 2024-03-26 | International Business Machines Corporation | Providing predictions based on a prediction accuracy model using machine learning |
US20210390424A1 (en) * | 2020-06-10 | 2021-12-16 | At&T Intellectual Property I, L.P. | Categorical inference for training a machine learning model |
US12197539B2 (en) * | 2021-02-05 | 2025-01-14 | Microsoft Technology Licensing, Llc | Secure storage and processing of data for generating training data |
US20230127840A1 (en) * | 2021-10-27 | 2023-04-27 | Dell Products L.P. | Autonomous workload homing in a multi-tenant environment |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10650326B1 (en) * | 2014-08-19 | 2020-05-12 | Groupon, Inc. | Dynamically optimizing a data set distribution |
Family Cites Families (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5212765A (en) | 1990-08-03 | 1993-05-18 | E. I. Du Pont De Nemours & Co., Inc. | On-line training neural network system for process control |
US5825646A (en) | 1993-03-02 | 1998-10-20 | Pavilion Technologies, Inc. | Method and apparatus for determining the sensitivity of inputs to a neural network on output parameters |
US5826240A (en) | 1996-01-18 | 1998-10-20 | Rosefaire Development, Ltd. | Sales presentation system for coaching sellers to describe specific features and benefits of a product or service based on input from a prospect |
US8311673B2 (en) | 1996-05-06 | 2012-11-13 | Rockwell Automation Technologies, Inc. | Method and apparatus for minimizing error in dynamic and steady-state processes for prediction, control, and optimization |
US6092072A (en) * | 1998-04-07 | 2000-07-18 | Lucent Technologies, Inc. | Programmed medium for clustering large databases |
US7418431B1 (en) * | 1999-09-30 | 2008-08-26 | Fair Isaac Corporation | Webstation: configurable web-based workstation for reason driven data analysis |
US20030130899A1 (en) | 2002-01-08 | 2003-07-10 | Bruce Ferguson | System and method for historical database training of non-linear models for use in electronic commerce |
US20040205482A1 (en) | 2002-01-24 | 2004-10-14 | International Business Machines Corporation | Method and apparatus for active annotation of multimedia content |
US7565304B2 (en) | 2002-06-21 | 2009-07-21 | Hewlett-Packard Development Company, L.P. | Business processes based on a predictive model |
US20040049473A1 (en) * | 2002-09-05 | 2004-03-11 | David John Gower | Information analytics systems and methods |
US7490071B2 (en) | 2003-08-29 | 2009-02-10 | Oracle Corporation | Support vector machines processing system |
US7512582B2 (en) | 2003-12-10 | 2009-03-31 | Microsoft Corporation | Uncertainty reduction in collaborative bootstrapping |
US7480640B1 (en) | 2003-12-16 | 2009-01-20 | Quantum Leap Research, Inc. | Automated method and system for generating models from data |
US7599897B2 (en) | 2006-05-05 | 2009-10-06 | Rockwell Automation Technologies, Inc. | Training a support vector machine with process constraints |
US7925620B1 (en) * | 2006-08-04 | 2011-04-12 | Hyoungsoo Yoon | Contact information management |
US7756800B2 (en) | 2006-12-14 | 2010-07-13 | Xerox Corporation | Method for transforming data elements within a classification system based in part on input from a human annotator/expert |
WO2008137978A1 (en) * | 2007-05-08 | 2008-11-13 | The University Of Vermont And State Agricultural College | Systems and methods for reservoir sampling of streaming data and stream joins |
US8112421B2 (en) | 2007-07-20 | 2012-02-07 | Microsoft Corporation | Query selection for effectively learning ranking functions |
WO2009061399A1 (en) * | 2007-11-05 | 2009-05-14 | Nagaraju Bandaru | Method for crawling, mapping and extracting information associated with a business using heuristic and semantic analysis |
US8799773B2 (en) * | 2008-01-25 | 2014-08-05 | Google Inc. | Aspect-based sentiment summarization |
US20110191335A1 (en) * | 2010-01-29 | 2011-08-04 | Lexisnexis Risk Data Management Inc. | Method and system for conducting legal research using clustering analytics |
US9165051B2 (en) | 2010-08-24 | 2015-10-20 | Board Of Trustees Of The University Of Illinois | Systems and methods for detecting a novel data class |
US9390194B2 (en) * | 2010-08-31 | 2016-07-12 | International Business Machines Corporation | Multi-faceted visualization of rich text corpora |
US8402543B1 (en) | 2011-03-25 | 2013-03-19 | Narus, Inc. | Machine learning based botnet detection with dynamic adaptation |
US20120254186A1 (en) * | 2011-03-31 | 2012-10-04 | Nokia Corporation | Method and apparatus for rendering categorized location-based search results |
US8533224B2 (en) | 2011-05-04 | 2013-09-10 | Google Inc. | Assessing accuracy of trained predictive models |
US9619494B2 (en) | 2011-05-25 | 2017-04-11 | Qatar Foundation | Scalable automatic data repair |
US8843427B1 (en) | 2011-07-01 | 2014-09-23 | Google Inc. | Predictive modeling accuracy |
US9349103B2 (en) * | 2012-01-09 | 2016-05-24 | DecisionQ Corporation | Application of machine learned Bayesian networks to detection of anomalies in complex systems |
US9015080B2 (en) * | 2012-03-16 | 2015-04-21 | Orbis Technologies, Inc. | Systems and methods for semantic inference and reasoning |
US9715723B2 (en) * | 2012-04-19 | 2017-07-25 | Applied Materials Israel Ltd | Optimization of unknown defect rejection for automatic defect classification |
US20140101544A1 (en) * | 2012-10-08 | 2014-04-10 | Microsoft Corporation | Displaying information according to selected entity type |
US9501799B2 (en) * | 2012-11-08 | 2016-11-22 | Hartford Fire Insurance Company | System and method for determination of insurance classification of entities |
US20140172767A1 (en) | 2012-12-14 | 2014-06-19 | Microsoft Corporation | Budget optimal crowdsourcing |
US20140279745A1 (en) * | 2013-03-14 | 2014-09-18 | Sm4rt Predictive Systems | Classification based on prediction of accuracy of multiple data models |
US9122681B2 (en) * | 2013-03-15 | 2015-09-01 | Gordon Villy Cormack | Systems and methods for classifying electronic information using advanced active learning techniques |
US9390378B2 (en) | 2013-03-28 | 2016-07-12 | Wal-Mart Stores, Inc. | System and method for high accuracy product classification with limited supervision |
US9600776B1 (en) * | 2013-11-22 | 2017-03-21 | Groupon, Inc. | Automated adaptive data analysis using dynamic data quality assessment |
US9652362B2 (en) * | 2013-12-06 | 2017-05-16 | Qualcomm Incorporated | Methods and systems of using application-specific and application-type-specific models for the efficient classification of mobile device behaviors |
US9721212B2 (en) * | 2014-06-04 | 2017-08-01 | Qualcomm Incorporated | Efficient on-device binary analysis for auto-generated behavioral models |
CA2951723C (en) * | 2014-06-10 | 2021-04-27 | Sightline Innovation Inc. | System and method for network based application development and implementation |
US10402746B2 (en) * | 2014-09-10 | 2019-09-03 | Amazon Technologies, Inc. | Computing instance launch time |
CA2977121A1 (en) | 2015-05-12 | 2016-11-17 | Dexcom, Inc. | Distributed system architecture for continuous glucose monitoring |
-
2015
- 2015-08-03 US US14/817,005 patent/US10650326B1/en active Active
-
2020
- 2020-03-27 US US16/832,696 patent/US20200293951A1/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10650326B1 (en) * | 2014-08-19 | 2020-05-12 | Groupon, Inc. | Dynamically optimizing a data set distribution |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20200372406A1 (en) * | 2019-05-22 | 2020-11-26 | Oracle International Corporation | Enforcing Fairness on Unlabeled Data to Improve Modeling Performance |
US11775863B2 (en) * | 2019-05-22 | 2023-10-03 | Oracle International Corporation | Enforcing fairness on unlabeled data to improve modeling performance |
US20230394371A1 (en) * | 2019-05-22 | 2023-12-07 | Oracle International Corporation | Enforcing Fairness on Unlabeled Data to Improve Modeling Performance |
US11948102B2 (en) | 2019-05-22 | 2024-04-02 | Oracle International Corporation | Control system for learning to rank fairness |
US12175344B2 (en) * | 2019-05-22 | 2024-12-24 | Oracle International Corporation | Enforcing fairness on unlabeled data to improve modeling performance |
US20220012588A1 (en) * | 2020-07-09 | 2022-01-13 | Samsung Electronics Co., Ltd. | Method and device with reservoir management and neural network online learning |
Also Published As
Publication number | Publication date |
---|---|
US10650326B1 (en) | 2020-05-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20200293951A1 (en) | Dynamically optimizing a data set distribution | |
US12045732B2 (en) | Automated dynamic data quality assessment | |
US20190378044A1 (en) | Processing dynamic data within an adaptive oracle-trained learning system using curated training data for incremental re-training of a predictive model | |
US20210311968A1 (en) | Dynamic clustering for streaming data | |
US20200302337A1 (en) | Automatic selection of high quality training data using an adaptive oracle-trained learning framework | |
US20200012963A1 (en) | Curating Training Data For Incremental Re-Training Of A Predictive Model | |
US20210049503A1 (en) | Meaningfully explaining black-box machine learning models | |
US20220180250A1 (en) | Processing dynamic data within an adaptive oracle-trained learning system using dynamic data set distribution optimization | |
US20180075357A1 (en) | Automated system for development and deployment of heterogeneous predictive models | |
US12008484B2 (en) | Aggregated feature importance for finding influential business metrics | |
WO2017162109A1 (en) | Stereoscopic learning for classification | |
KR20200092989A (en) | Production organism identification using unsupervised parameter learning for outlier detection | |
US20220292393A1 (en) | Utilizing machine learning models to generate initiative plans | |
US20220092041A1 (en) | Automatic entity resolution data cleaning | |
US9652527B2 (en) | Multi-term query subsumption for document classification | |
US20240152696A1 (en) | Building and using target-based sentiment models | |
US20240070549A1 (en) | Generating rule lists from tree ensemble models | |
CN118298146A (en) | Object detection model training method, object detection method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: JPMORGAN CHASE BANK, N.A., ILLINOIS Free format text: SECURITY INTEREST;ASSIGNORS:GROUPON, INC.;LIVINGSOCIAL, LLC;REEL/FRAME:053294/0495 Effective date: 20200717 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
AS | Assignment |
Owner name: GROUPON, INC., ILLINOIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ESTERHAZY, JONATHAN;ARROYO GARCIA, HERNAN ENRIQUE;JOHNSTON, DAVID ALAN;AND OTHERS;SIGNING DATES FROM 20160106 TO 20200211;REEL/FRAME:062645/0094 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
AS | Assignment |
Owner name: LIVINGSOCIAL, LLC (F/K/A LIVINGSOCIAL, INC.), ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:066676/0001 Effective date: 20240212 Owner name: GROUPON, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:066676/0001 Effective date: 20240212 Owner name: LIVINGSOCIAL, LLC (F/K/A LIVINGSOCIAL, INC.), ILLINOIS Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN INTELLECTUAL PROPERTY RIGHTS;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:066676/0251 Effective date: 20240212 Owner name: GROUPON, INC., ILLINOIS Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN INTELLECTUAL PROPERTY RIGHTS;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:066676/0251 Effective date: 20240212 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
AS | Assignment |
Owner name: BYTEDANCE INC., DELAWARE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GROUPON, INC.;REEL/FRAME:068538/0001 Effective date: 20240226 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: ADVISORY ACTION MAILED |