WO2021164294A1 - Behavior-analysis-based configuration update method and apparatus, and device and storage medium - Google Patents

Behavior-analysis-based configuration update method and apparatus, and device and storage medium Download PDF

Info

Publication number
WO2021164294A1
WO2021164294A1 PCT/CN2020/123417 CN2020123417W WO2021164294A1 WO 2021164294 A1 WO2021164294 A1 WO 2021164294A1 CN 2020123417 W CN2020123417 W CN 2020123417W WO 2021164294 A1 WO2021164294 A1 WO 2021164294A1
Authority
WO
WIPO (PCT)
Prior art keywords
target event
event node
target
node
completion rate
Prior art date
Application number
PCT/CN2020/123417
Other languages
French (fr)
Chinese (zh)
Inventor
曾祥辉
郝彬彬
Original Assignee
平安科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2021164294A1 publication Critical patent/WO2021164294A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2465Query processing support for facilitating data mining operations in structured databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9537Spatial or temporal dependent retrieval, e.g. spatiotemporal queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0201Market modelling; Market analysis; Collecting market data
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • This application relates to the field of intelligent decision-making, and in particular to a configuration update method, device, device, and storage medium based on user behavior analysis.
  • the inventor realizes that the existing process design in the industry often goes through a cyclical process of "research-function and process combing-development-release-re-investigation-re-organization-development iteration-re-release". This process often takes a long time.
  • the function and process combing relies on the research results, and the development also relies on the combing design of the functional process. Frequent releases also affect the user experience to a certain extent, and even affect the execution of tasks.
  • the operation flow cannot be dynamically configured according to the user's operating behavior or habits, resulting in the flow being not intelligent enough, affecting the operation experience and the operation flow.
  • the embodiments of the present application provide a configuration update method, device, device, and storage medium based on behavior analysis, so as to realize automatic configuration of a work flow based on user operation behavior.
  • this application provides a configuration update method based on behavior analysis, and the method includes:
  • the configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
  • the present application provides a configuration update device, the configuration update device includes:
  • the data acquisition module is used to acquire the burial point record data of the target user terminal, the burial point record data including the respective statistical data of multiple burial point events;
  • the completion rate determination module is used to determine the function completion rate of each target event node based on the function completion rate model of each target event node and the statistical data in the buried point record data, where the target event node is a decision tree Event nodes in the model;
  • a process determining module configured to determine a target event process according to the function completion rate of each target event node based on the decision tree model, the target event process including at least one of the target event nodes;
  • the configuration update module is configured to determine configuration data according to the target event flow, and send the configuration data to the user terminal, so that the target user terminal updates the configuration according to the configuration data.
  • the present application provides a computer device, the computer device includes a memory and a processor; the memory is used to store a computer program; the processor is used to execute the computer program and when the computer is executed The following methods are implemented in the program:
  • each target event node Based on the function completion rate model of each target event node, determine the function completion rate of each target event node based on statistical data in the buried point record data, where the target event node is an event node in the decision tree model;
  • the configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
  • this application provides a computer-readable storage medium that stores a computer program, and if the computer program is executed by a processor, the following method is implemented:
  • each target event node Based on the function completion rate model of each target event node, determine the function completion rate of each target event node based on statistical data in the buried point record data, where the target event node is an event node in the decision tree model;
  • the configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
  • This application calculates the function completion rate of each process node according to the user's behavior habit data, and determines the process matching the user's current behavior habit according to the decision tree model, that is, the target event process; then, the relevant configuration corresponding to the target event process is sent to the user terminal , So that the operation flow of the user terminal is dynamically configured and updated according to the user's operation behavior or habits.
  • the technical means of determining the target event process adopted in this application can effectively improve the accuracy of user behavior analysis, and thereby improve the efficiency of mobile terminal software configuration.
  • FIG. 1 is a schematic flowchart of a configuration update method based on behavior analysis according to an embodiment of this application;
  • FIG. 2 is a schematic diagram of a sub-process for obtaining buried point record data according to an embodiment
  • FIG. 3 is a schematic diagram of a sub-process for determining a function completion rate according to an embodiment
  • FIG. 4 is a schematic structural diagram of a decision tree model provided by an embodiment of this application.
  • FIG. 5 is a schematic flowchart of a method for training a function completion rate model provided by an embodiment of the application
  • FIG. 6 is a schematic diagram of a sub-process of determining a function completion rate model of an embodiment
  • FIG. 7 is a schematic structural diagram of a configuration update apparatus provided by an embodiment of this application.
  • FIG. 8 is a schematic structural diagram of a configuration update apparatus provided by another embodiment of this application.
  • FIG. 9 is a schematic structural diagram of a computer device provided by an embodiment of this application.
  • the technical solution of this application can be applied to the fields of artificial intelligence, blockchain and/or big data technology, and can perform data mining on user behavior.
  • the data involved in this application such as buried point record data, can be stored in a database, or can be stored in a blockchain, which is not limited in this application.
  • the embodiments of the present application provide a configuration update method, device, device, and storage medium based on behavior analysis.
  • the configuration update method based on behavior analysis can be used to effectively improve the accuracy of user behavior analysis, thereby improving the efficiency of mobile terminal software configuration.
  • an embodiment of the present application provides a configuration update method based on behavior analysis.
  • the configuration update method can be applied to a server, for example.
  • the configuration update method based on behavior analysis is to obtain the user's behavior habits from the user's mobile terminal, such as the order in which the user operates the software interface, the order in which the buttons on the software interface are clicked, and other data, so as to be based on the user's current behavior habits and behaviors.
  • the work flow of the user terminal is dynamically configured according to the user's operating behavior or habits.
  • the user terminal may be an electronic device such as a mobile phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
  • the configuration update method based on behavior analysis specifically includes the following steps S110 to S140.
  • the server obtains the operation behavior of the target user terminal through a burying behavior.
  • the burying point is to collect some information in a specific process of the application, which is used to track the usage status of the application, and subsequently used to further optimize the product or provide operational data support. For example, for a map APP, all user operation behaviors involved in the existing map APP interface are counted and classified. Specifically, by predicting all possible operating behaviors of the user, and processing the operating behaviors, to obtain the buried point record data of at least one user terminal in different time periods, and the buried point record data includes a plurality of buried points. Click the statistics of the event.
  • the acquisition of the buried point record data of the target user terminal specifically includes step S1101 to step S1103.
  • Step S1101 Acquire initial burial point record data from the target user terminal, where the initial burial point record data includes respective initial statistical data of multiple burial point events.
  • the purpose of users using the Map APP is to obtain relevant geographic location information, along with the use of other auxiliary functions, such as driving route navigation, subway and bus route query, carpooling, traveling, etc.
  • auxiliary functions such as driving route navigation, subway and bus route query, carpooling, traveling, etc.
  • Different users also have deviations in the functional requirements of the map APP.
  • the frequency of using the driving route navigation function of car users is significantly higher than the frequency of using the subway bus route query function.
  • the user's operation behavior can be analyzed to obtain the user's behavior operation habits and preferences.
  • the initial statistical data of the buried event includes, for example, the number of times the function point is used, the page flow status (the number of pages jumped), the flow sequence of the process (normal or abnormal), the stay time, the function completion rate, etc.
  • data such as the order in which the software interface jumps when the user operates the application, the frequency of use of the interface, and the order in which buttons on the software interface are clicked are obtained from the user's mobile terminal.
  • Step S1102 Perform numerical processing on the initial statistical data of each buried point event in the initial buried point record data to obtain the statistical data of each buried point event.
  • the acquired initial burial point record data includes five burial point events, for example, burial point events A, B, C, D, and E, respectively.
  • the initial statistical data corresponding to E is processed numerically.
  • the number of occurrences of the buried point events A, B, C, D, and E in the initial buried point record data are summarized to obtain statistical data of each of the buried point events, as shown in Table 1.
  • Buried point record data Buried point incident A Buried point incident B Buried point incident C Buried point event D Buried point event E Statistical data As Bs Cs Ds Es
  • Step S1103 Generate buried point record data according to the statistical data of each of the buried point events.
  • the buried point record data is generated.
  • the buried point data corresponding to the buried point event A is Q A
  • the buried point data corresponding to the buried point event B is Q B
  • the buried point data corresponding to the buried point event C is Q C.
  • the event nodes corresponding to the statistical data in the buried point record data they are respectively substituted into the pre-trained function completion rate model of each target event node to obtain the function completion rate of each target event node, wherein the target The event node is the event node in the pre-trained decision tree model.
  • the training of the decision tree model includes the following steps:
  • the decision tree model Acquire a training sample set of the decision tree model, where the training sample set includes a variety of event processes and the function completion rate of each target event node in each of the event processes, and each event process includes at least one of the target event nodes
  • the jump relationship between the target event node and the target event node; the decision tree model is determined according to the training sample set.
  • the function completion rate model based on each target event node, according to the statistical data in the buried point record data, to determine the function completion rate of the event node specifically includes the steps S1201 to step S1203.
  • the pre-trained function completion rate model of the target event node includes the weight coefficient of the event node related to the target event node.
  • the function completion rate model of the target event node E is:
  • Q A , Q B , and Q C represent event nodes A, B, and C related to the target event node E, that is, the buried point data corresponding to the associated event nodes A, B, and C of the target event node E
  • the coefficient ⁇ A is The weight coefficient corresponding to the event node A
  • the coefficient ⁇ B is the weight coefficient corresponding to the event node B
  • the coefficient ⁇ C is the weight coefficient corresponding to the event node C.
  • a matching search is performed in the buried point record data according to the event node related to the target event node, and the buried point data corresponding to the event node in the buried point record data is obtained.
  • the event nodes related to the target event node are A, B, and C
  • S1203 Perform a weighted summation on the statistical data of the event nodes related to the target event node of the associated event node according to the weight coefficient to obtain the function completion rate of the target event node.
  • the weight coefficient of the event node related to the target event node and the statistical data of the event node related to the target event node are substituted into the function completion rate model of the target event node, and a weighted sum is performed to obtain the target event node Function completion rate.
  • S130 Based on the decision tree model, determine a target event process according to the function completion rate of each target event node, where the target event process includes at least one target event node.
  • a decision tree analysis is performed to obtain the main process node, and the optimal process plan corresponding to the current usage habit, that is, the target event process, is determined.
  • the decision tree model is shown in FIG. 4 and includes 5 event nodes, namely S1, S2, S3, S4, and S5. Bring the function completion rate of each event node into the branch condition of each event node in the decision tree, and determine the event node after each event node in the target event process, that is, the leaf node.
  • the target event process can be determined, that is, the target event process is S1-S2-S3-S4.
  • the target event flow can be determined, that is, the target event flow is S1-S4-S2-S5.
  • S140 Determine configuration data according to the target event process, and send the configuration data to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
  • the configuration data is determined, and the configuration data is sent to the user terminal so that the user terminal can update the configuration.
  • the server After the server generates a corresponding configuration instruction according to the configuration data, it sends the configuration instruction to the application in a push form.
  • the configuration instruction includes a function change instruction, a process change instruction, and an interface element change instruction. According to the configuration instruction, a corresponding modification configuration is performed on the application to optimize the operation flow.
  • the map APP optimizes the process according to the configuration instructions sent by the server, and adjusts the page layout according to the user's behavior habits, such as adjusting the position of the button that the user frequently clicks, through the position, size, color, etc. of the button
  • the form distinguishes its importance; in the process change, the process plan that is optimized for the current user is realized. For example, after analysis, it is found that the function frequently used by the user is the bus and subway route query, and the target event process corresponding to the user is the address search and the bus and subway query, and then the configuration data is determined.
  • the server generates a configuration instruction according to the configuration data and sends it to the application, and makes corresponding changes to the application according to the configuration instruction, so as to achieve the effect of immediately jumping to the bus and subway route display after the user enters the search address, and improves the application Ease of use.
  • FIG. 5 is a schematic flowchart of a training method for a function completion rate model provided by an embodiment of the present application.
  • the training method is used to train to obtain the aforementioned function completion rate model.
  • the training method includes step S210 to step S240.
  • S220 Perform numerical processing on the statistical data of each buried point event in the buried point record data to obtain the statistical value of each buried point event.
  • the initial burial point record data of the three user terminals A, B, and C are obtained from three user terminals such as A, B, and C, and each initial burial point record data includes the initial burial point event AE.
  • Statistical data After digitizing the initial statistical data, the statistical values of each buried point event are obtained, as shown in Table 2 below:
  • Buried point record data First Second C Buried point incident A A1 A2 A3 Buried point incident B B1 B2 B3 Buried point incident C C1 C2 C3 Buried point event D D1 D2 D3 Buried point event E E1 E2 E3
  • S230 Perform correlation analysis on the multiple buried point events according to the respective statistical values of the multiple buried point events to obtain correlation coefficients between different buried point events.
  • the correlation analysis of the multiple buried point events is performed by drawing a scatter diagram to obtain the correlation coefficient between different buried point events
  • a scatter diagram is drawn based on the statistical values of the buried point events A and E in the multiple buried point record data. From the distribution of data points, we can find the trend of change between the independent variable and the dependent variable, and determine the correlation coefficient between buried point events A and E, such as Pearson product difference correlation, Spearman rank correlation or Kendall rank correlation coefficient.
  • the significance check of the buried events is performed according to the correlation coefficient. If the significance level between the two buried events is less than 0.05, it indicates that the two buried events are significantly correlated.
  • the event node related to the target event node is determined according to the correlation coefficient, and the weight coefficient of the event node related to the target event node is obtained to obtain a function completion rate model of the target event node.
  • determining the function completion rate model of each target event node according to the correlation coefficient specifically includes step S2401 to step S2403.
  • the correlation coefficient between the event nodes A, B, C, D and the target event node E is obtained. If the correlation coefficient between the event nodes A, B, C and the target event node E is greater than the preset threshold 0.4, and if the correlation coefficient between the event node D and the target event node E is less than the preset threshold 0.4, then the event nodes A, B , C is the event node E related to the target event node.
  • S2402 Determine the weight coefficient of the associated event node according to the correlation coefficient between the associated event node of the target event node and the target event node.
  • the event nodes related to the target event node are event nodes A, B, and C.
  • the weight coefficient ⁇ A is determined according to the correlation coefficient between buried point events A and E
  • the weight coefficient ⁇ B is determined according to the correlation coefficient between buried point events B and E
  • the weight coefficient ⁇ C is determined according to the difference between buried point events C and E. Determination of the correlation coefficient between
  • the correlation coefficient between the buried events A and E is a
  • the correlation coefficient between the buried events B and E is b
  • the correlation coefficient between the buried events C and E is c
  • S2403 Determine a function completion rate model of the target event node according to the weight coefficient of the associated event node of the target event node.
  • the target event node is E
  • the associated event nodes related to the target event node E are A, B, and C
  • the weight coefficients corresponding to the associated event nodes A, B, and C are respectively ⁇ A , ⁇ B , ⁇ C
  • the buried point data corresponding to the associated event nodes A, B, and C are Q A , Q B , and Q C, respectively .
  • the function completion rate model of the target event node E is determined, and the function completion rate model is as follows:
  • This application uses a global interface design to access the functions that need to be monitored, the pages and elements involved in the process, and realize the modification and adjustment of functions, process configurations, and interface elements.
  • the main design principles of the interface are as follows: Commanded information reception and processing are mainly divided into function change instructions, process change instructions, interface element change instructions, and program open and close instructions, and perform corresponding change operations according to corresponding instructions.
  • Changes in application functions and processes involve two aspects, one is the function and process changes within the page, and the other is the function and process changes between multiple pages.
  • the function and process changes in the page are mainly through custom code or custom layout and controls to adjust the interface process; on this basis, multiple pages will be encapsulated by page jumps to modify the page flow.
  • a switch configuration can be added to realize the dynamic configuration modification of the scheme.
  • the application discloses a configuration update method based on behavior analysis, which is used to reconstruct the flow of software on a user terminal according to user behavior analysis. Specifically, the function completion rate of each process node is calculated according to the user's current behavior habits and the correlation between the behaviors, and the process matching the user's current behavior habits is determined according to the decision tree model, that is, the target event process; then the target event process The corresponding related configuration is sent to the user terminal, so that the operation flow of the user terminal is dynamically configured according to the user's operation behavior or habit.
  • the correlation analysis technical means and target event process determination technical means in this case can effectively improve the accuracy of user behavior analysis, thereby improving the efficiency of mobile terminal software configuration.
  • FIG. 7 is a schematic structural diagram of a configuration update device provided by an embodiment of the present application.
  • the configuration update device can be configured in a server or a terminal to execute the aforementioned configuration update method based on behavior analysis.
  • the server can be an independent server or a server cluster.
  • the terminal can be an electronic device such as a mobile phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
  • the configuration update apparatus 300 includes: a data acquisition module 301, a completion rate determination module 302, a process determination module 303, and a configuration update module 304.
  • the data acquisition module 301 is configured to acquire the burial point record data of the target user terminal, and the burial point record data includes respective statistical data of multiple burial point events.
  • the data acquisition module 301 in the configuration update apparatus 300 includes: a data acquisition sub-module 3011, a data processing sub-module 3012 and a record generation sub-module 3013.
  • the data acquisition sub-module 3011 is used to acquire initial burial point record data from the target user terminal, where the initial burial point record data includes respective initial statistical data of multiple burial point events.
  • the data processing sub-module 3012 is used to perform numerical processing on the initial statistical data of each buried point event in the initial buried point record data to obtain the statistical data of each buried point event.
  • the record generation sub-module 3013 is used to generate buried point record data according to the statistical data of each of the buried point events.
  • the completion rate determining module 302 is configured to determine the function completion rate of each target event node based on the function completion rate model of each target event node and the statistical data in the buried point record data, where the target event node is a decision Event node in the tree model.
  • the completion rate determination module 302 in the configuration update apparatus 300 includes: a weight acquisition sub-model 3021, a data matching sub-model 3022, and a weighted sum sub-model 3023.
  • the weight acquisition sub-model 3021 is used to acquire the weight coefficient of the event node related to the target event node based on the function completion rate model of the target event node.
  • the associated event node is an event node related to the target event node.
  • the data matching sub-model 3022 is used to obtain statistical data of the event node related to the target event node from the buried point record data.
  • the weighted sum sub-model 3023 is used to perform weighted summation of the statistical data of the event node related to the target event node according to the weight coefficient to obtain the function completion rate of the target event node.
  • the process determining module 303 is configured to determine a target event process based on the decision tree model according to the function completion rate of each target event node, and the target event process includes at least one target event node.
  • the process determination module 303 is specifically configured to determine that at least one target event node is based on the function completion rate of each target event node and the branch condition of each target event node in the decision tree model The target event node in the target event flow, and the jump relationship between the target event nodes in the target event flow is determined.
  • the configuration update module 304 is configured to determine configuration data according to the target event flow, and send the configuration data to the user terminal, so that the target user terminal updates the configuration according to the configuration data.
  • the configuration update device 300 based on behavior analysis further includes a model training module, which is specifically used for:
  • the buried point record data includes statistical data of a plurality of buried point events; perform numerical processing on the statistical data of each buried point event in the buried point record data, Obtain the statistical value of each buried point event; perform correlation analysis on the multiple buried point events according to the respective statistical values of the multiple buried point events to obtain the correlation coefficient between different buried point events; The correlation coefficient determines the function completion rate model of each target event node.
  • the configuration update device 300 based on behavior analysis further includes a decision tree training module, which is specifically used for:
  • the decision tree model Acquire a training sample set of the decision tree model, where the training sample set includes a variety of event processes and the function completion rate of each target event node in each of the event processes, and each event process includes at least one of the target event nodes
  • the jump relationship between the target event node and the target event node; the decision tree model is determined according to the training sample set.
  • the method and device of the present application can be used in many general or special computing system environments or configurations.
  • the above-mentioned method and apparatus may be implemented in the form of a computer program, and the computer program may run on the computer device as shown in FIG. 9.
  • FIG. 9 is a schematic structural diagram of a computer device provided by an embodiment of the present application.
  • the computer equipment can be a server or a terminal.
  • the computer device includes a memory and a processor, the memory can be used to store a computer program, and the processor can be used to execute the computer program and implement the above method when the computer program is executed.
  • the computer device includes a processor, a memory, and a network interface connected through a system bus, where the memory may include a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium can store an operating system and a computer program.
  • the computer program includes program instructions, and when the program instructions are executed, the processor can execute any configuration update method based on behavior analysis.
  • the processor is used to provide computing and control capabilities and support the operation of the entire computer equipment.
  • the processor is used to provide computing and control capabilities and support the operation of the entire computer equipment.
  • the internal memory provides an environment for the operation of the computer program in the non-volatile storage medium.
  • the processor can execute any configuration update method based on behavior analysis.
  • the network interface is used for network communication, such as sending assigned tasks.
  • the structure of the computer device is only a block diagram of a part of the structure related to the solution of the application, and does not constitute a limitation on the computer device to which the solution of the application is applied.
  • the computer device may include More or fewer components are shown in the figure, or some components are combined, or have different component arrangements.
  • the processor may be a central processing unit (Central Processing Unit, CPU), and the processor may also be other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), and application specific integrated circuits (Application Specific Integrated Circuits). Circuit, ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor may be a microprocessor or the processor may also be any conventional processor.
  • the processor is used to run a computer program stored in a memory to implement the following steps:
  • the buried point record data After acquiring the buried point record data of the target user terminal, the buried point record data includes respective statistical data of multiple buried point events;
  • the configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
  • the processor when configured to obtain the buried point record data of the target user terminal, it realizes:
  • initial burial point record data from the target user terminal, where the initial burial point record data includes respective initial statistical data of multiple burial point events;
  • the buried point record data is generated.
  • the processor is used to implement the function completion rate model based on each target event node, and when determining the function completion rate of each target event node according to the statistical data in the buried point record data, it realizes:
  • the processor when used to implement the configuration update method based on behavior analysis, it implements:
  • a function completion rate model of each target event node is determined.
  • the server when configured to implement the function completion rate model of each target event node according to the correlation coefficient, the following is achieved:
  • the function completion rate model of the target event node is determined according to the weight coefficient of the associated event node of the target event node.
  • the server when the server is configured to determine the target event process based on the decision tree model and the function completion rate of each target event node, the following is achieved:
  • each target event node is a target event node in a target event flow, and the The jump relationship between the target event nodes in the target event process.
  • the processor when used to implement the configuration update method based on behavior analysis, it implements:
  • the training sample set includes a variety of event processes and the function completion rate of each target event node in each of the event processes, and each event process includes at least one of the target event nodes The jump relationship with the target event node;
  • the decision tree model is determined according to the training sample set.
  • the embodiments of the present application also provide a computer-readable storage medium that stores a computer program, and when the computer program is executed by a processor, some or all of the steps of the method in the above-mentioned embodiment are implemented, or the computer program is When the processor is executed, the function of each module/unit of the apparatus in the above-mentioned embodiment is realized, which will not be repeated here.
  • the storage medium involved in this application such as a computer-readable storage medium, may be non-volatile or volatile.
  • the computer-readable storage medium may be the internal storage unit of the computer device described in the foregoing embodiment, for example, the hard disk or memory of the computer device.
  • the computer-readable storage medium may also be an external storage device of the computer device, such as a plug-in hard disk, a smart media card (SMC), or a secure digital (Secure Digital, SD) equipped on the computer device. ) Card, Flash Card, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Game Theory and Decision Science (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A behavior-analysis-based configuration update method and apparatus, and a device and a storage medium, which relate to the field of intelligent decision making, and realize automatic configuration of a work flow according to user operation behaviors. The method comprises: acquiring event tracking record data of a target user terminal, wherein the event tracking record data comprises respective statistical data of a plurality of event tracking events (S110); on the basis of a function completion rate model of each target event node, determining a function completion rate of each target event node according to the statistical data in the event tracking record data, wherein the target event node is an event node in a decision tree model (S120); on the basis of the decision tree model, determining a target event flow according to the function completion rate of each target event node, wherein the target event flow comprises at least one target event node (S130); and according to the target event flow, determining configuration data, and sending the configuration data to the target user terminal, such that the target user terminal updates a configuration according to the configuration data (S140).

Description

基于行为分析的配置更新方法、装置、设备及存储介质Configuration update method, device, equipment and storage medium based on behavior analysis
本申请要求于2020年2月17日提交中国专利局、申请号为202010097864.5,发明名称为“基于行为分析的配置更新方法、装置、设备及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of a Chinese patent application filed with the Chinese Patent Office on February 17, 2020 with the application number 202010097864.5 and the invention title "Configuration update method, device, equipment and storage medium based on behavior analysis", and its entire content Incorporated in this application by reference.
技术领域Technical field
本申请涉及智能决策领域,尤其涉及一种基于用户行为分析的配置更新方法、装置、设备及存储介质。This application relates to the field of intelligent decision-making, and in particular to a configuration update method, device, device, and storage medium based on user behavior analysis.
背景技术Background technique
如今大数据发展迅猛,许多行业如金融、投资、电商等开始利用大数据镜像数据采集、分析、挖掘,通过各种用户分析与建模,指导行业的战略制定与决策。在应用产品设计方面也开始利用大数据用户行为分析结果对产品进行迭代,优化功能和流程,设计出更适应用户需要的应用产品。Nowadays, big data is developing rapidly. Many industries, such as finance, investment, and e-commerce, have begun to use big data to mirror data collection, analysis, and mining, and through various user analysis and modeling, to guide industry strategy formulation and decision-making. In terms of application product design, it also began to iterate on products using the results of big data user behavior analysis, optimize functions and processes, and design application products that are more suitable for user needs.
发明人意识到,业内现有的流程设计往往经历“调研—功能与流程梳理—开发—发布—再调研—再梳理—开发迭代—再发布”这样循环往复的过程。这一过程往往耗时久,功能与流程梳理依赖于调研结果,开发也依赖于功能流程的梳理设计,频繁发布也在一定程度上影响了用户的体验,甚至影响任务的执行。作业流程无法根据用户的操作行为或习惯动态化配置,导致流程不够智能,影响操作体验与作业流程。The inventor realizes that the existing process design in the industry often goes through a cyclical process of "research-function and process combing-development-release-re-investigation-re-organization-development iteration-re-release". This process often takes a long time. The function and process combing relies on the research results, and the development also relies on the combing design of the functional process. Frequent releases also affect the user experience to a certain extent, and even affect the execution of tasks. The operation flow cannot be dynamically configured according to the user's operating behavior or habits, resulting in the flow being not intelligent enough, affecting the operation experience and the operation flow.
发明内容Summary of the invention
本申请实施例提供一种基于行为分析的配置更新方法、装置、设备及存储介质,实现根据用户操作行为对作业流程进行自动配置。The embodiments of the present application provide a configuration update method, device, device, and storage medium based on behavior analysis, so as to realize automatic configuration of a work flow based on user operation behavior.
第一方面,本申请提供了一种基于行为分析的配置更新方法,所述方法包括:In the first aspect, this application provides a configuration update method based on behavior analysis, and the method includes:
获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据;Acquiring burial point record data of the target user terminal, where the burial point record data includes respective statistical data of multiple burial point events;
基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点;Determine the function completion rate of each target event node based on the function completion rate model of each target event node according to the statistical data in the buried point record data, where the target event node is an event node in the decision tree model;
基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点;Based on the decision tree model, determining a target event process according to the function completion rate of each target event node, where the target event process includes at least one of the target event nodes;
根据所述目标事件流程确定配置数据,并将配置数据发送给所述目标用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
第二方面,本申请提供了一种配置更新装置,所述配置更新装置包括:In a second aspect, the present application provides a configuration update device, the configuration update device includes:
数据获取模块,用于获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据;The data acquisition module is used to acquire the burial point record data of the target user terminal, the burial point record data including the respective statistical data of multiple burial point events;
完成率确定模块,用于基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点;The completion rate determination module is used to determine the function completion rate of each target event node based on the function completion rate model of each target event node and the statistical data in the buried point record data, where the target event node is a decision tree Event nodes in the model;
流程确定模块,用于基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点;A process determining module, configured to determine a target event process according to the function completion rate of each target event node based on the decision tree model, the target event process including at least one of the target event nodes;
配置更新模块,用于根据所述目标事件流程确定配置数据,并将配置数据发送给用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration update module is configured to determine configuration data according to the target event flow, and send the configuration data to the user terminal, so that the target user terminal updates the configuration according to the configuration data.
第三方面,本申请提供了一种计算机设备,所述计算机设备包括存储器和处理器;所述存储器用于存储计算机程序;所述处理器,用于执行所述计算机程序并在执行所述计算机程序时实现以下方法:In a third aspect, the present application provides a computer device, the computer device includes a memory and a processor; the memory is used to store a computer program; the processor is used to execute the computer program and when the computer is executed The following methods are implemented in the program:
获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据;Acquiring burial point record data of the target user terminal, where the burial point record data includes respective statistical data of multiple burial point events;
基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点;Based on the function completion rate model of each target event node, determine the function completion rate of each target event node based on statistical data in the buried point record data, where the target event node is an event node in the decision tree model;
基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点;Based on the decision tree model, determining a target event process according to the function completion rate of each target event node, where the target event process includes at least one of the target event nodes;
根据所述目标事件流程确定配置数据,并将配置数据发送给所述目标用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
第四方面,本申请提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,若所述计算机程序被处理器执行,实现以下方法:In a fourth aspect, this application provides a computer-readable storage medium that stores a computer program, and if the computer program is executed by a processor, the following method is implemented:
获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据;Acquiring burial point record data of the target user terminal, where the burial point record data includes respective statistical data of multiple burial point events;
基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点;Based on the function completion rate model of each target event node, determine the function completion rate of each target event node based on statistical data in the buried point record data, where the target event node is an event node in the decision tree model;
基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点;Based on the decision tree model, determining a target event process according to the function completion rate of each target event node, where the target event process includes at least one of the target event nodes;
根据所述目标事件流程确定配置数据,并将配置数据发送给所述目标用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
本申请根据用户的行为习惯数据计算各流程节点的功能完成率,并根据决策树模型确定和用户当前行为习惯匹配的流程,即目标事件流程;之后将目标事件流程对应的相关配置发送给用户终端,以使用户终端的作业流程根据用户的操作行为或习惯动态化进行配置更新。同时本申请采用的目标事件流程确定技术手段,能够有效提升用户行为分析精确度,进而提升移动端软件配置效率。This application calculates the function completion rate of each process node according to the user's behavior habit data, and determines the process matching the user's current behavior habit according to the decision tree model, that is, the target event process; then, the relevant configuration corresponding to the target event process is sent to the user terminal , So that the operation flow of the user terminal is dynamically configured and updated according to the user's operation behavior or habits. At the same time, the technical means of determining the target event process adopted in this application can effectively improve the accuracy of user behavior analysis, and thereby improve the efficiency of mobile terminal software configuration.
附图说明Description of the drawings
为了更清楚地说明本申请实施例的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to explain the technical solutions of the embodiments of the present application more clearly, the following will briefly introduce the drawings needed in the description of the embodiments. Obviously, the drawings in the following description are some embodiments of the present application. For those of ordinary skill in the art, without creative work, other drawings can be obtained from these drawings.
图1为本申请一实施例的基于行为分析的配置更新方法的流程示意图;FIG. 1 is a schematic flowchart of a configuration update method based on behavior analysis according to an embodiment of this application;
图2为一实施例的获取埋点记录数据的子流程示意图;FIG. 2 is a schematic diagram of a sub-process for obtaining buried point record data according to an embodiment;
图3为一实施例的确定功能完成率的子流程示意图;FIG. 3 is a schematic diagram of a sub-process for determining a function completion rate according to an embodiment;
图4为本申请一实施例提供的一种决策树模型的结构示意图;4 is a schematic structural diagram of a decision tree model provided by an embodiment of this application;
图5为本申请实施例提供的一种功能完成率模型的训练方法的流程示意图;FIG. 5 is a schematic flowchart of a method for training a function completion rate model provided by an embodiment of the application;
图6为一实施例的确定功能完成率模型的子流程示意图;FIG. 6 is a schematic diagram of a sub-process of determining a function completion rate model of an embodiment;
图7为本申请一实施例提供的一种配置更新装置的结构示意图;FIG. 7 is a schematic structural diagram of a configuration update apparatus provided by an embodiment of this application;
图8为本申请另一实施例提供的一种配置更新装置的结构示意图;FIG. 8 is a schematic structural diagram of a configuration update apparatus provided by another embodiment of this application;
图9为本申请一实施例提供的一种计算机设备的结构示意图。FIG. 9 is a schematic structural diagram of a computer device provided by an embodiment of this application.
具体实施方式Detailed ways
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。The technical solutions in the embodiments of the present application will be described clearly and completely in conjunction with the accompanying drawings in the embodiments of the present application. Obviously, the described embodiments are part of the embodiments of the present application, rather than all of them. Based on the embodiments in this application, all other embodiments obtained by those of ordinary skill in the art without creative work shall fall within the protection scope of this application.
附图中所示的流程图仅是示例说明,不是必须包括所有的内容和操作/步骤,也不是必须按所描述的顺序执行。例如,有的操作/步骤还可以分解、组合或部分合并,因此实际执行的顺序有可能根据实际情况改变。另外,虽然在装置示意图中进行了功能模块的划分,但是在某些情况下,可以以不同于装置示意图中的模块划分。The flowchart shown in the drawings is only an example, and does not necessarily include all contents and operations/steps, nor does it have to be executed in the described order. For example, some operations/steps can also be decomposed, combined or partially combined, so the actual execution order may be changed according to actual conditions. In addition, although functional modules are divided in the schematic diagram of the device, in some cases, they may be divided into different modules from the schematic diagram of the device.
应当理解,在此本申请说明书中所使用的术语仅仅是出于描述特定实施例的目的而并 不意在限制本申请。如在本申请说明书和所附权利要求书中所使用的那样,除非上下文清楚地指明其它情况,否则单数形式的“一”、“一个”及“该”意在包括复数形式。It should be understood that the terms used in the specification of this application are only for the purpose of describing specific embodiments and are not intended to limit the application. As used in the specification of this application and the appended claims, unless the context clearly indicates other circumstances, the singular forms "a", "an" and "the" are intended to include plural forms.
还应当理解,在本申请说明书和所附权利要求书中使用的术语“和/或”是指相关联列出的项中的一个或多个的任何组合以及所有可能组合,并且包括这些组合。It should also be understood that the term "and/or" used in the specification and appended claims of this application refers to any combination of one or more of the associated listed items and all possible combinations, and includes these combinations.
本申请的技术方案可应用于人工智能、区块链和/或大数据技术领域,可对用户行为进行数据挖掘。可选的,本申请涉及的数据如埋点记录数据等可存储于数据库中,或者可以存储于区块链中,本申请不做限定。The technical solution of this application can be applied to the fields of artificial intelligence, blockchain and/or big data technology, and can perform data mining on user behavior. Optionally, the data involved in this application, such as buried point record data, can be stored in a database, or can be stored in a blockchain, which is not limited in this application.
本申请的实施例提供了一种基于行为分析的配置更新方法、装置、设备及存储介质。其中,该基于行为分析的配置更新方法可用于有效提升用户行为分析精确度,进而提升移动端软件配置效率。The embodiments of the present application provide a configuration update method, device, device, and storage medium based on behavior analysis. Among them, the configuration update method based on behavior analysis can be used to effectively improve the accuracy of user behavior analysis, thereby improving the efficiency of mobile terminal software configuration.
下面结合附图,对本申请的一些实施方式作详细说明。在不冲突的情况下,下述的实施例及实施例中的特征可以相互组合。Hereinafter, some embodiments of the present application will be described in detail with reference to the accompanying drawings. In the case of no conflict, the following embodiments and features in the embodiments can be combined with each other.
请参阅图1,本申请的实施例提供了一种基于行为分析的配置更新方法。配置更新方法例如可以应用于服务器。Referring to FIG. 1, an embodiment of the present application provides a configuration update method based on behavior analysis. The configuration update method can be applied to a server, for example.
该基于行为分析的配置更新方法是通过从用户的移动终端获取用户的行为习惯,如用户操作软件界面跳转的顺序、点击软件界面上按钮的顺序等数据,以根据用户当前的行为习惯和行为之间的相关性计算各流程节点的功能完成率,并根据决策树模型确定和用户当前行为习惯匹配的流程,即目标事件流程;之后将目标事件流程对应的相关配置发送给用户终端,以使用户终端的作业流程根据用户的操作行为或习惯动态化配置。The configuration update method based on behavior analysis is to obtain the user's behavior habits from the user's mobile terminal, such as the order in which the user operates the software interface, the order in which the buttons on the software interface are clicked, and other data, so as to be based on the user's current behavior habits and behaviors. The correlation between the calculation of the function completion rate of each process node, and according to the decision tree model to determine the process that matches the user’s current behavior habits, that is, the target event process; then the relevant configuration corresponding to the target event process is sent to the user terminal to make The work flow of the user terminal is dynamically configured according to the user's operating behavior or habits.
具体地,用户终端可以是手机、平板电脑、笔记本电脑、台式电脑、个人数字助理和穿戴式设备等电子设备。Specifically, the user terminal may be an electronic device such as a mobile phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
如图1所示,该基于行为分析的配置更新方法,具体包括以下步骤S110至步骤S140。As shown in FIG. 1, the configuration update method based on behavior analysis specifically includes the following steps S110 to S140.
S110、获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据。S110. Obtain burial point record data of the target user terminal, where the burial point record data includes respective statistical data of multiple burial point events.
在一些实施方式中,服务器通过埋点行为来获取目标用户终端的操作行为。所述埋点就是在应用中特定的流程收集一些信息,用来跟踪应用使用的状况,后续用来进一步优化产品或是提供运营的数据支撑。例如,针对一款地图APP,对现有的地图APP界面中涉及的所有用户操作行为进行统计和分类。具体地,通过预测用户可能存在的所有操作行为,并对所述操作行为进行埋点处理,以获取至少一个用户终端在不同时间段的埋点记录数据,所述埋点记录数据包括多个埋点事件的统计数据。In some implementations, the server obtains the operation behavior of the target user terminal through a burying behavior. The burying point is to collect some information in a specific process of the application, which is used to track the usage status of the application, and subsequently used to further optimize the product or provide operational data support. For example, for a map APP, all user operation behaviors involved in the existing map APP interface are counted and classified. Specifically, by predicting all possible operating behaviors of the user, and processing the operating behaviors, to obtain the buried point record data of at least one user terminal in different time periods, and the buried point record data includes a plurality of buried points. Click the statistics of the event.
在一些实施例中,如图2所示,所述获取目标用户终端的埋点记录数据,具体包括步骤S1101至步骤S1103。In some embodiments, as shown in FIG. 2, the acquisition of the buried point record data of the target user terminal specifically includes step S1101 to step S1103.
步骤S1101、从目标用户终端获取初始埋点记录数据,所述初始埋点记录数据包括多个埋点事件各自的初始统计数据。Step S1101: Acquire initial burial point record data from the target user terminal, where the initial burial point record data includes respective initial statistical data of multiple burial point events.
用户使用地图APP的目的是获取相关的地理位置信息,同时伴随着使用其它的辅助功能,如驾车路线导航、地铁公交路线查询、打车拼车、旅游等。不同的用户对地图APP的功能需求也有所偏差,例如有车用户使用驾车路线导航功能的频率就明显高于使用地铁公交路线查询功能的频率。按照操作行为的发生频率可对用户的操作行为做一个分析,以得到用户的行为操作习惯与偏好。The purpose of users using the Map APP is to obtain relevant geographic location information, along with the use of other auxiliary functions, such as driving route navigation, subway and bus route query, carpooling, traveling, etc. Different users also have deviations in the functional requirements of the map APP. For example, the frequency of using the driving route navigation function of car users is significantly higher than the frequency of using the subway bus route query function. According to the frequency of the operation behavior, the user's operation behavior can be analyzed to obtain the user's behavior operation habits and preferences.
在一些实施例中,埋点事件的初始统计数据例如包括:功能点使用次数、页面流转情况(跳转的页面数量)、流程流转顺序(正常或异常)、停留时长、功能完成率等。In some embodiments, the initial statistical data of the buried event includes, for example, the number of times the function point is used, the page flow status (the number of pages jumped), the flow sequence of the process (normal or abnormal), the stay time, the function completion rate, etc.
示例性地,从用户的移动终端获取用户操作应用时软件界面跳转的顺序、界面的使用频率、点击软件界面上按钮的顺序等数据。Exemplarily, data such as the order in which the software interface jumps when the user operates the application, the frequency of use of the interface, and the order in which buttons on the software interface are clicked are obtained from the user's mobile terminal.
步骤S1102、对所述初始埋点记录数据中的各埋点事件的初始统计数据进行数值化处 理,得到各所述埋点事件的统计数据。Step S1102: Perform numerical processing on the initial statistical data of each buried point event in the initial buried point record data to obtain the statistical data of each buried point event.
在一些实施例中,获取到的初始埋点记录数据中包含五个埋点事件,例如分别为埋点事件A、B、C、D、E,对埋点事件A、B、C、D、E对应的初始统计数据进行数值化处理。示例性地,对初始埋点记录数据中埋点事件A、B、C、D、E发生的次数进行汇总,得到各所述埋点事件的统计数据,如表1所示。In some embodiments, the acquired initial burial point record data includes five burial point events, for example, burial point events A, B, C, D, and E, respectively. For burial point events A, B, C, D, The initial statistical data corresponding to E is processed numerically. Exemplarily, the number of occurrences of the buried point events A, B, C, D, and E in the initial buried point record data are summarized to obtain statistical data of each of the buried point events, as shown in Table 1.
表1埋点事件的统计数据Table 1 Statistics of buried point incidents
埋点记录数据Buried point record data 埋点事件ABuried point incident A 埋点事件BBuried point incident B 埋点事件CBuried point incident C 埋点事件DBuried point event D 埋点事件EBuried point event E
统计数据Statistical data AsAs BsBs CsCs DsDs EsEs
步骤S1103、根据各所述埋点事件的统计数据生成埋点记录数据。Step S1103: Generate buried point record data according to the statistical data of each of the buried point events.
在一些实施例中,包括对各所述埋点事件的统计数据进行预处理。例如进行校验、去噪、检查数据的完整性与一致性,剔除非法无效数据,添加自定义事件中对应的字段。根据预处理过后的各所述埋点事件的统计数据生成埋点记录数据。示例性地,埋点事件A对应的埋点数据为Q A、埋点事件B对应的埋点数据为Q B、埋点事件C对应的埋点数据为Q CIn some embodiments, it includes preprocessing the statistical data of each of the buried point events. For example, perform verification, denoise, check the completeness and consistency of data, eliminate illegal and invalid data, and add corresponding fields in custom events. According to the pre-processed statistical data of each of the buried point events, the buried point record data is generated. Exemplarily, the buried point data corresponding to the buried point event A is Q A , the buried point data corresponding to the buried point event B is Q B , and the buried point data corresponding to the buried point event C is Q C.
S120、基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点。S120. Based on the function completion rate model of each target event node, determine the function completion rate of each target event node according to the statistical data in the buried point record data, where the target event node is an event node in the decision tree model .
根据所述埋点记录数据中统计数据对应的事件节点,分别代入预先训练好的各目标事件节点的功能完成率模型中,以得到各所述目标事件节点的功能完成率,其中,所述目标事件节点为预先训练好的决策树模型中的事件节点。According to the event nodes corresponding to the statistical data in the buried point record data, they are respectively substituted into the pre-trained function completion rate model of each target event node to obtain the function completion rate of each target event node, wherein the target The event node is the event node in the pre-trained decision tree model.
在一些实施例中,所述决策树模型的训练包括以下步骤:In some embodiments, the training of the decision tree model includes the following steps:
获取所述决策树模型的训练样本集,所述训练样本集包括多种事件流程以及各所述事件流程中各目标事件节点的功能完成率,各所述事件流程包括至少一个所述目标事件节点和所述目标事件节点之间的跳转关系;根据所述训练样本集确定所述决策树模型。Acquire a training sample set of the decision tree model, where the training sample set includes a variety of event processes and the function completion rate of each target event node in each of the event processes, and each event process includes at least one of the target event nodes The jump relationship between the target event node and the target event node; the decision tree model is determined according to the training sample set.
在一些实施例中,如图3所示,所述基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定所述事件节点的功能完成率,具体包括步骤S1201至步骤S1203。In some embodiments, as shown in FIG. 3, the function completion rate model based on each target event node, according to the statistical data in the buried point record data, to determine the function completion rate of the event node specifically includes the steps S1201 to step S1203.
S1201、基于所述目标事件节点的功能完成率模型,获取所述目标事件节点的关联事件节点的权重系数,所述关联事件节点为与所述目标事件节点相关的事件节点。S1201. Obtain a weight coefficient of an associated event node of the target event node based on the function completion rate model of the target event node, where the associated event node is an event node related to the target event node.
具体地,预先训练的所述目标事件节点的功能完成率模型中包含与所述目标事件节点相关的事件节点的权重系数。Specifically, the pre-trained function completion rate model of the target event node includes the weight coefficient of the event node related to the target event node.
示例性地,目标事件节点E的功能完成率模型为:Exemplarily, the function completion rate model of the target event node E is:
Q E=λ AQ ABQ BCQ C Q EA Q AB Q BC Q C
其中,Q A、Q B、Q C表示与目标事件节点E相关的事件节点A、B、C,即目标事件节点E的关联事件节点A、B、C对应的埋点数据,系数λ A为事件节点A对应的权重系数,系数λ B为事件节点B对应的权重系数,系数λ C为事件节点C对应的权重系数。 Among them, Q A , Q B , and Q C represent event nodes A, B, and C related to the target event node E, that is, the buried point data corresponding to the associated event nodes A, B, and C of the target event node E, and the coefficient λ A is The weight coefficient corresponding to the event node A, the coefficient λ B is the weight coefficient corresponding to the event node B, and the coefficient λ C is the weight coefficient corresponding to the event node C.
S1202、从所述埋点记录数据中获取所述关联事件节点的埋点数据。S1202. Obtain the buried point data of the associated event node from the buried point record data.
在一些实施例中,根据所述目标事件节点相关的事件节点在所述埋点记录数据中进行匹配查找,获取所述事件节点在所述埋点记录数据中对应的埋点数据。In some embodiments, a matching search is performed in the buried point record data according to the event node related to the target event node, and the buried point data corresponding to the event node in the buried point record data is obtained.
例如,如表1所示,若目标事件节点相关的事件节点为A、B、C,在所述埋点记录数 据中查找事件节点A、B、C对应的埋点数据,即埋点数据Q A、Q B、Q CFor example, as shown in Table 1, if the event nodes related to the target event node are A, B, and C, find the buried point data corresponding to the event nodes A, B, and C in the buried point record data, that is, buried point data Q A , Q B , Q C.
S1203、根据所述权重系数对所述关联事件节点目标事件节点相关的事件节点的统计数据进行加权求和,得到所述目标事件节点的功能完成率。S1203: Perform a weighted summation on the statistical data of the event nodes related to the target event node of the associated event node according to the weight coefficient to obtain the function completion rate of the target event node.
在一些实施例中,将目标事件节点相关的事件节点的权重系数和目标事件节点相关的事件节点的统计数据代入目标事件节点的功能完成率模型,进行加权求和,得到所述目标事件节点的功能完成率。In some embodiments, the weight coefficient of the event node related to the target event node and the statistical data of the event node related to the target event node are substituted into the function completion rate model of the target event node, and a weighted sum is performed to obtain the target event node Function completion rate.
S130、基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点。S130: Based on the decision tree model, determine a target event process according to the function completion rate of each target event node, where the target event process includes at least one target event node.
根据用户终端当前的使用情况,即各所述目标事件节点的功能完成率,进行决策树分析,得出主要的流程节点,确定当前使用习惯对应的最优的流程方案,即目标事件流程。According to the current use situation of the user terminal, that is, the function completion rate of each target event node, a decision tree analysis is performed to obtain the main process node, and the optimal process plan corresponding to the current usage habit, that is, the target event process, is determined.
在一些实施例中,所述决策树模型如图4所示,包括5个事件节点,分别为S1、S2、S3、S4、S5。将各事件节点的功能完成率带入决策树中各事件节点的分支条件,确定目标事件流程中各事件节点之后的事件节点,即叶子节点。In some embodiments, the decision tree model is shown in FIG. 4 and includes 5 event nodes, namely S1, S2, S3, S4, and S5. Bring the function completion rate of each event node into the branch condition of each event node in the decision tree, and determine the event node after each event node in the target event process, that is, the leaf node.
示例性地,若事件节点S1的功能完成率大于0.5,则事件节点S1之后的事件节点为事件节点S2;若事件节点S2的功能完成率大于0.3,则事件节点S2之后的事件节点为事件节点S3。从而,根据决策树的最佳分支,可以确定目标事件流程,即所述目标事件流程为S1-S2-S3-S4。Exemplarily, if the function completion rate of the event node S1 is greater than 0.5, the event node after the event node S1 is the event node S2; if the function completion rate of the event node S2 is greater than 0.3, the event node after the event node S2 is the event node S3. Thus, according to the optimal branch of the decision tree, the target event process can be determined, that is, the target event process is S1-S2-S3-S4.
示例性地,若事件节点S1的功能完成率小于0.5,则事件节点S1之后的事件节点为事件节点S4;若事件节点S4的功能完成率大于0.6,则事件节点S4之后的事件节点为事件节点S2。从而,根据决策树的最佳分支,可以确定目标事件流程,即所述目标事件流程为S1-S4-S2-S5。Exemplarily, if the function completion rate of the event node S1 is less than 0.5, the event node after the event node S1 is the event node S4; if the function completion rate of the event node S4 is greater than 0.6, the event node after the event node S4 is the event node S2. Therefore, according to the optimal branch of the decision tree, the target event flow can be determined, that is, the target event flow is S1-S4-S2-S5.
S140、根据所述目标事件流程确定配置数据,并将配置数据发送给所述目标用户终端,以使所述目标用户终端根据所述配置数据更新配置。S140: Determine configuration data according to the target event process, and send the configuration data to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
根据最优的流程方案,即目标事件流程,确定配置数据,将配置数据发送给用户终端,以使用户终端更新配置。服务器根据所述配置数据生成对应的配置指令后,以推送的形式将所述配置指令下发到应用中。所述配置指令包括功能变化指令、流程变更指令、界面元素变更指令,根据所述配置指令对应用执行相应的修改配置,优化操作流程。According to the optimal process plan, that is, the target event process, the configuration data is determined, and the configuration data is sent to the user terminal so that the user terminal can update the configuration. After the server generates a corresponding configuration instruction according to the configuration data, it sends the configuration instruction to the application in a push form. The configuration instruction includes a function change instruction, a process change instruction, and an interface element change instruction. According to the configuration instruction, a corresponding modification configuration is performed on the application to optimize the operation flow.
示例性地,地图APP根据服务器发送的配置指令进行流程优化,在页面布局上,根据用户的行为习惯进行调整,如对用户经常点击的按钮位置进行调整,可通过按钮的位置、大小、色彩等形式对其重要度进行区分;在流程变更上,实现对当前用户最优化的流程方案。例如,经过分析得到该用户经常使用的功能为公交地铁路线查询,且该用户对应的目标事件流程为地址查找、公交地铁查询后,确定配置数据。服务器根据所述配置数据生成配置指令并下发到应用中,并根据所述配置指令对应用进行相应变更,以实现当用户输入查找地址后立即跳转至公交地铁路线展示的效果,提升了应用使用的便捷性。Exemplarily, the map APP optimizes the process according to the configuration instructions sent by the server, and adjusts the page layout according to the user's behavior habits, such as adjusting the position of the button that the user frequently clicks, through the position, size, color, etc. of the button The form distinguishes its importance; in the process change, the process plan that is optimized for the current user is realized. For example, after analysis, it is found that the function frequently used by the user is the bus and subway route query, and the target event process corresponding to the user is the address search and the bus and subway query, and then the configuration data is determined. The server generates a configuration instruction according to the configuration data and sends it to the application, and makes corresponding changes to the application according to the configuration instruction, so as to achieve the effect of immediately jumping to the bus and subway route display after the user enters the search address, and improves the application Ease of use.
请参阅图5,图5是本申请实施例提供的一种功能完成率模型的训练方法的流程示意图。所述训练方法用于训练得到前述的功能完成率模型。Please refer to FIG. 5, which is a schematic flowchart of a training method for a function completion rate model provided by an embodiment of the present application. The training method is used to train to obtain the aforementioned function completion rate model.
如图5所示,训练方法包括步骤S210至步骤S240。As shown in Fig. 5, the training method includes step S210 to step S240.
S210、从至少一个用户终端获取多个埋点记录数据,所述埋点记录数据包括多个埋点事件的统计数据。S210. Acquire multiple burial point record data from at least one user terminal, where the burial point record data includes statistical data of multiple burial point events.
具体地,可以获取一个用户终端在不同时间段的埋点记录数据;或者获取不同用户终端在某一时间段的埋点记录数据;或者获取不同用户终端在不同时间段的埋点记录数据。Specifically, it is possible to obtain the buried point record data of a user terminal in different time periods; or obtain the buried point record data of different user terminals in a certain period of time; or obtain the buried point record data of different user terminals in different time periods.
S220、对所述埋点记录数据中的各埋点事件的统计数据进行数值化处理,得到各所述埋点事件的统计数值。S220: Perform numerical processing on the statistical data of each buried point event in the buried point record data to obtain the statistical value of each buried point event.
在一些实施例中,从甲、乙、丙等三个用户终端上获取甲、乙、丙三个用户终端的初始化埋点记录数据,各初始化埋点记录数据中分别包括埋点事件A-E的初始统计数据。对于所述初始统计数据进行数值化后得到各所述埋点事件的统计数值,如下表2所示:In some embodiments, the initial burial point record data of the three user terminals A, B, and C are obtained from three user terminals such as A, B, and C, and each initial burial point record data includes the initial burial point event AE. Statistical data. After digitizing the initial statistical data, the statistical values of each buried point event are obtained, as shown in Table 2 below:
表2目标用户终端埋点事件的统计数值Table 2 Statistics of incidents of target user terminal buried points
埋点记录数据Buried point record data First Second C
埋点事件ABuried point incident A A1A1 A2A2 A3A3
埋点事件BBuried point incident B B1B1 B2B2 B3B3
埋点事件CBuried point incident C C1C1 C2C2 C3C3
埋点事件DBuried point event D D1D1 D2D2 D3D3
埋点事件EBuried point event E E1E1 E2E2 E3E3
S230、根据所述多个埋点事件各自的统计数值,对所述多个埋点事件进行相关性分析,得到不同埋点事件之间的相关系数。S230: Perform correlation analysis on the multiple buried point events according to the respective statistical values of the multiple buried point events to obtain correlation coefficients between different buried point events.
在一些实施例中,根据所述各埋点事件的统计数值,利用绘制散点图的方式对所述多个埋点事件进行相关性分析,以得到不同埋点事件之间的相关系数,In some embodiments, according to the statistical value of each buried point event, the correlation analysis of the multiple buried point events is performed by drawing a scatter diagram to obtain the correlation coefficient between different buried point events,
例如,以埋点事件A为自变量,以埋点事件E为因变量,根据所述多个埋点记录数据中埋点事件A、E的统计数值绘制散点图。从数据点的分布情况可以发现,自变量和因变量之间的变化趋势,确定埋点事件A、E之间的相关系数,如Pearson积差相关、Spearman等级相关还是Kendall等级相关等系数。For example, taking the buried point event A as the independent variable and the buried point event E as the dependent variable, a scatter diagram is drawn based on the statistical values of the buried point events A and E in the multiple buried point record data. From the distribution of data points, we can find the trend of change between the independent variable and the dependent variable, and determine the correlation coefficient between buried point events A and E, such as Pearson product difference correlation, Spearman rank correlation or Kendall rank correlation coefficient.
根据所述相关系数对所述埋点事件进行显著性校验,如果两埋点事件之间的显著性水平小于0.05,则表明这两个埋点事件有显著相关。The significance check of the buried events is performed according to the correlation coefficient. If the significance level between the two buried events is less than 0.05, it indicates that the two buried events are significantly correlated.
S240、根据所述相关系数,确定各所述目标事件节点的功能完成率模型。S240. Determine a function completion rate model of each target event node according to the correlation coefficient.
根据所述相关系数确定目标事件节点相关的事件节点,并获取所述目标事件节点相关的事件节点的权重系数,得到所述目标事件节点的功能完成率模型。The event node related to the target event node is determined according to the correlation coefficient, and the weight coefficient of the event node related to the target event node is obtained to obtain a function completion rate model of the target event node.
在一些实施例中,请参考图6,所述根据所述相关系数,确定各所述目标事件节点的功能完成率模型,具体地包括步骤S2401至步骤S2403。In some embodiments, referring to FIG. 6, determining the function completion rate model of each target event node according to the correlation coefficient specifically includes step S2401 to step S2403.
S2401、若有事件节点与所述目标事件节点之间的相关系数大于预设阈值,确定所述事件节点为所述目标事件节点的关联事件节点。S2401. If the correlation coefficient between an event node and the target event node is greater than a preset threshold, determine that the event node is an associated event node of the target event node.
示例性地,若有事件节点为A、B、C、D、E,目标事件节点为E,获取所述事件节点A、B、C、D与目标事件节点E的相关系数。若所述事件节点A、B、C与目标事件节点E相关系数大于预设阈值0.4,若所述事件节点D与目标事件节点E相关系数小于预设阈值0.4,则所述事件节点A、B、C为所述目标事件节点相关的事件节点E。Exemplarily, if the event nodes are A, B, C, D, and E, and the target event node is E, the correlation coefficient between the event nodes A, B, C, D and the target event node E is obtained. If the correlation coefficient between the event nodes A, B, C and the target event node E is greater than the preset threshold 0.4, and if the correlation coefficient between the event node D and the target event node E is less than the preset threshold 0.4, then the event nodes A, B , C is the event node E related to the target event node.
S2402、根据所述目标事件节点的关联事件节点与所述目标事件节点之间的相关系数确定所述关联事件节点的权重系数。S2402: Determine the weight coefficient of the associated event node according to the correlation coefficient between the associated event node of the target event node and the target event node.
在一些实施例中,目标事件节点E,所述目标事件节点相关的事件节点为事件节点A、B、C。根据所述目标事件节点相关的事件节点A、B、C与所述目标事件节点E之间的相关系数确定所述目标事件节点相关的事件节点的权重系数,即λ A、λ B、λ C。其中,权重系数λ A根据埋点事件A、E之间的相关系数确定,权重系数λ B根据埋点事件B、E之间的相关系数确定,权重系数λ C根据埋点事件C、E之间的相关系数确定 In some embodiments, for the target event node E, the event nodes related to the target event node are event nodes A, B, and C. Determine the weight coefficients of the event nodes related to the target event node according to the correlation coefficients between the event nodes A, B, C related to the target event node and the target event node E, namely λ A , λ B , λ C . Among them, the weight coefficient λ A is determined according to the correlation coefficient between buried point events A and E, the weight coefficient λ B is determined according to the correlation coefficient between buried point events B and E, and the weight coefficient λ C is determined according to the difference between buried point events C and E. Determination of the correlation coefficient between
具体地,如果埋点事件A、E之间的相关系数为a,埋点事件B、E之间的相关系数为b,埋点事件C、E之间的相关系数为c,则:Specifically, if the correlation coefficient between the buried events A and E is a, the correlation coefficient between the buried events B and E is b, and the correlation coefficient between the buried events C and E is c, then:
λ A=a÷(a+b+c)λ B=b÷(a+b+c)λ C=c÷(a+b+c) λ A =a÷(a+b+c)λ B =b÷(a+b+c)λ C =c÷(a+b+c)
S2403、根据所述目标事件节点的关联事件节点的权重系数确定所述目标事件节点的功能完成率模型。S2403: Determine a function completion rate model of the target event node according to the weight coefficient of the associated event node of the target event node.
示例性地,若所述目标事件节点为E,与所述目标事件节点E相关的关联事件节点为A、B、C,其中所述关联事件节点A、B、C对应的权重系数分别为λ A、λ B、λ C,所述关联事件节点A、B、C对应的埋点数据分别为Q A、Q B、Q C。根据所述权重系数λ A、λ B、λ C,确定所述目标事件节点E的功能完成率模型,所述功能完成率模型如下所示: Exemplarily, if the target event node is E, the associated event nodes related to the target event node E are A, B, and C, and the weight coefficients corresponding to the associated event nodes A, B, and C are respectively λ A , λ B , λ C , and the buried point data corresponding to the associated event nodes A, B, and C are Q A , Q B , and Q C, respectively . According to the weighting coefficients λ A , λ B , and λ C , the function completion rate model of the target event node E is determined, and the function completion rate model is as follows:
Q E=λ AQ ABQ BCQ C Q EA Q AB Q BC Q C
本申请通过全局的接口设计,对需要监控的功能、流程所涉及的页面及元素进行接口接入,实现功能、流程配置及界面元素修改调整。接口主要设计原理有以下几点:指令化信息接收与处理,主要分为功能变化指令、流程变更指令、界面元素变更指令、方案开启关闭指令,根据对应指令执行相应变化操作。This application uses a global interface design to access the functions that need to be monitored, the pages and elements involved in the process, and realize the modification and adjustment of functions, process configurations, and interface elements. The main design principles of the interface are as follows: Commanded information reception and processing are mainly divided into function change instructions, process change instructions, interface element change instructions, and program open and close instructions, and perform corresponding change operations according to corresponding instructions.
应用功能与流程的变化,涉及两个方面,一是页面内的功能与流程变化,二是多个页面之间的功能与流程变化。页面内功能与流程变化主要是通过自定义代码或自定义布局与控件的方式进行界面流程调整;多个页面则在此基础上将通过页面跳转的封装,修改页面流转。另外还可以加入开关配置,可实现方案的动态配置修改。Changes in application functions and processes involve two aspects, one is the function and process changes within the page, and the other is the function and process changes between multiple pages. The function and process changes in the page are mainly through custom code or custom layout and controls to adjust the interface process; on this basis, multiple pages will be encapsulated by page jumps to modify the page flow. In addition, a switch configuration can be added to realize the dynamic configuration modification of the scheme.
本申请公开了一种基于行为分析的配置更新方法,用于根据用户行为分析重构用户终端上软件的流程。具体地,根据用户当前的行为习惯和行为之间的相关性计算各流程节点的功能完成率,并根据决策树模型确定和用户当前行为习惯匹配的流程,即目标事件流程;之后将目标事件流程对应的相关配置发送给用户终端,以使用户终端的作业流程根据用户的操作行为或习惯动态化配置。在移动端软件配置应用场景下,本案的相关性分析技术手段和目标事件流程确定技术手段,能够有效提升用户行为分析精确度,进而提升移动端软件配置效率。The application discloses a configuration update method based on behavior analysis, which is used to reconstruct the flow of software on a user terminal according to user behavior analysis. Specifically, the function completion rate of each process node is calculated according to the user's current behavior habits and the correlation between the behaviors, and the process matching the user's current behavior habits is determined according to the decision tree model, that is, the target event process; then the target event process The corresponding related configuration is sent to the user terminal, so that the operation flow of the user terminal is dynamically configured according to the user's operation behavior or habit. In the mobile terminal software configuration application scenario, the correlation analysis technical means and target event process determination technical means in this case can effectively improve the accuracy of user behavior analysis, thereby improving the efficiency of mobile terminal software configuration.
请参阅图7,图7是本申请实施例提供的一种配置更新装置的结构示意图,该配置更新装置可以配置于服务器或者终端中,用于执行前述的基于行为分析的配置更新方法。Please refer to FIG. 7. FIG. 7 is a schematic structural diagram of a configuration update device provided by an embodiment of the present application. The configuration update device can be configured in a server or a terminal to execute the aforementioned configuration update method based on behavior analysis.
其中,服务器可以为独立的服务器,也可以为服务器集群。该终端可以是手机、平板电脑、笔记本电脑、台式电脑、个人数字助理和穿戴式设备等电子设备。Among them, the server can be an independent server or a server cluster. The terminal can be an electronic device such as a mobile phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
如图7所示,该配置更新装置300,包括:数据获取模块301、完成率确定模块302、流程确定模块303和配置更新模块304。As shown in FIG. 7, the configuration update apparatus 300 includes: a data acquisition module 301, a completion rate determination module 302, a process determination module 303, and a configuration update module 304.
数据获取模块301,用于获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据。The data acquisition module 301 is configured to acquire the burial point record data of the target user terminal, and the burial point record data includes respective statistical data of multiple burial point events.
在一些实施方式中,如图8所示,该配置更新装置300中数据获取模块301包括:数据获取子模块3011、数据处理子模块3012和记录生成子模块3013。In some embodiments, as shown in FIG. 8, the data acquisition module 301 in the configuration update apparatus 300 includes: a data acquisition sub-module 3011, a data processing sub-module 3012 and a record generation sub-module 3013.
数据获取子模块3011,用于从目标用户终端获取初始埋点记录数据,所述初始埋点记录数据包括多个埋点事件各自的初始统计数据。The data acquisition sub-module 3011 is used to acquire initial burial point record data from the target user terminal, where the initial burial point record data includes respective initial statistical data of multiple burial point events.
数据处理子模块3012,用于对所述初始埋点记录数据中的各埋点事件的初始统计数据进行数值化处理,得到各所述埋点事件的统计数据。The data processing sub-module 3012 is used to perform numerical processing on the initial statistical data of each buried point event in the initial buried point record data to obtain the statistical data of each buried point event.
记录生成子模块3013,用于根据各所述埋点事件的统计数据生成埋点记录数据。The record generation sub-module 3013 is used to generate buried point record data according to the statistical data of each of the buried point events.
完成率确定模块302,用于基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策 树模型中的事件节点。The completion rate determining module 302 is configured to determine the function completion rate of each target event node based on the function completion rate model of each target event node and the statistical data in the buried point record data, where the target event node is a decision Event node in the tree model.
在一些实施方式中,如图8所示,该配置更新装置300中完成率确定模块302包括:权重获取子模型3021、数据匹配子模型3022和加权求和子模型3023。In some embodiments, as shown in FIG. 8, the completion rate determination module 302 in the configuration update apparatus 300 includes: a weight acquisition sub-model 3021, a data matching sub-model 3022, and a weighted sum sub-model 3023.
权重获取子模型3021,用于基于所述目标事件节点的功能完成率模型,获取与所述目标事件节点相关的事件节点的权重系数。所述关联事件节点为与所述目标事件节点相关的事件节点。The weight acquisition sub-model 3021 is used to acquire the weight coefficient of the event node related to the target event node based on the function completion rate model of the target event node. The associated event node is an event node related to the target event node.
数据匹配子模型3022,用于从所述埋点记录数据中获取与所述目标事件节点相关的事件节点的统计数据。The data matching sub-model 3022 is used to obtain statistical data of the event node related to the target event node from the buried point record data.
加权求和子模型3023,用于根据所述权重系数对所述目标事件节点相关的事件节点的统计数据进行加权求和,得到所述目标事件节点的功能完成率。The weighted sum sub-model 3023 is used to perform weighted summation of the statistical data of the event node related to the target event node according to the weight coefficient to obtain the function completion rate of the target event node.
流程确定模块303,用于基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点。The process determining module 303 is configured to determine a target event process based on the decision tree model according to the function completion rate of each target event node, and the target event process includes at least one target event node.
示例性地,流程确定模块303,具体用于:根据各所述目标事件节点的功能完成率,以及所述决策树模型中各所述目标事件节点的分支条件确定至少一个所述目标事件节点为目标事件流程中的目标事件节点,以及确定所述目标事件流程中各目标事件节点之间的跳转关系。Exemplarily, the process determination module 303 is specifically configured to determine that at least one target event node is based on the function completion rate of each target event node and the branch condition of each target event node in the decision tree model The target event node in the target event flow, and the jump relationship between the target event nodes in the target event flow is determined.
配置更新模块304,用于根据所述目标事件流程确定配置数据,并将配置数据发送给用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration update module 304 is configured to determine configuration data according to the target event flow, and send the configuration data to the user terminal, so that the target user terminal updates the configuration according to the configuration data.
在一些实施方式中,基于行为分析的配置更新装置300,还包括模型训练模块,具体用于:In some embodiments, the configuration update device 300 based on behavior analysis further includes a model training module, which is specifically used for:
从至少一个用户终端获取多个埋点记录数据,所述埋点记录数据包括多个埋点事件的统计数据;对所述埋点记录数据中的各埋点事件的统计数据进行数值化处理,得到各所述埋点事件的统计数值;根据所述多个埋点事件各自的统计数值,对所述多个埋点事件进行相关性分析,得到不同埋点事件之间的相关系数;根据所述相关系数,确定各所述目标事件节点的功能完成率模型。Obtain a plurality of buried point record data from at least one user terminal, where the buried point record data includes statistical data of a plurality of buried point events; perform numerical processing on the statistical data of each buried point event in the buried point record data, Obtain the statistical value of each buried point event; perform correlation analysis on the multiple buried point events according to the respective statistical values of the multiple buried point events to obtain the correlation coefficient between different buried point events; The correlation coefficient determines the function completion rate model of each target event node.
在一些实施方式中,基于行为分析的配置更新装置300,还包括决策树训练模块,具体用于:In some embodiments, the configuration update device 300 based on behavior analysis further includes a decision tree training module, which is specifically used for:
获取所述决策树模型的训练样本集,所述训练样本集包括多种事件流程以及各所述事件流程中各目标事件节点的功能完成率,各所述事件流程包括至少一个所述目标事件节点和所述目标事件节点之间的跳转关系;根据所述训练样本集确定所述决策树模型。Acquire a training sample set of the decision tree model, where the training sample set includes a variety of event processes and the function completion rate of each target event node in each of the event processes, and each event process includes at least one of the target event nodes The jump relationship between the target event node and the target event node; the decision tree model is determined according to the training sample set.
需要说明的是,所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的装置和各模块、单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。It should be noted that those skilled in the art can clearly understand that, for the convenience and conciseness of description, the specific working process of the above-described device and each module and unit can refer to the corresponding process in the foregoing method embodiment. Here, No longer.
本申请的方法、装置可用于众多通用或专用的计算系统环境或配置中。例如:个人计算机、服务器计算机、手持设备或便携式设备、平板型设备、多处理器系统、基于微处理器的系统、机顶盒、可编程的消费电子设备、网络PC、小型计算机、大型计算机、包括以上任何系统或设备的分布式计算环境等等。The method and device of the present application can be used in many general or special computing system environments or configurations. For example: personal computers, server computers, handheld devices or portable devices, tablet devices, multi-processor systems, microprocessor-based systems, set-top boxes, programmable consumer electronic devices, network PCs, small computers, large computers, including the above Distributed computing environment of any system or device, etc.
示例性地,上述的方法、装置可以实现为一种计算机程序的形式,该计算机程序可以在如图9所示的计算机设备上运行。Exemplarily, the above-mentioned method and apparatus may be implemented in the form of a computer program, and the computer program may run on the computer device as shown in FIG. 9.
请参阅图9,图9是本申请实施例提供的一种计算机设备的结构示意图。该计算机设备可以是服务器或终端。该计算机设备包括存储器和处理器,存储器可用于存储计算机程序,处理器可用于执行所述计算机程序并在执行计算机程序时实现上述方法。可选的,该计算机设备包括通过系统总线连接的处理器、存储器和网络接口,其中,存储器可以包括非易失性存储介质和内存储器。Please refer to FIG. 9, which is a schematic structural diagram of a computer device provided by an embodiment of the present application. The computer equipment can be a server or a terminal. The computer device includes a memory and a processor, the memory can be used to store a computer program, and the processor can be used to execute the computer program and implement the above method when the computer program is executed. Optionally, the computer device includes a processor, a memory, and a network interface connected through a system bus, where the memory may include a non-volatile storage medium and an internal memory.
非易失性存储介质可存储操作系统和计算机程序。该计算机程序包括程序指令,该程序指令被执行时,可使得处理器执行任意一种基于行为分析的配置更新方法。The non-volatile storage medium can store an operating system and a computer program. The computer program includes program instructions, and when the program instructions are executed, the processor can execute any configuration update method based on behavior analysis.
处理器用于提供计算和控制能力,支撑整个计算机设备的运行。处理器用于提供计算和控制能力,支撑整个计算机设备的运行。The processor is used to provide computing and control capabilities and support the operation of the entire computer equipment. The processor is used to provide computing and control capabilities and support the operation of the entire computer equipment.
内存储器为非易失性存储介质中的计算机程序的运行提供环境,该计算机程序被处理器执行时,可使得处理器执行任意一种基于行为分析的配置更新方法。The internal memory provides an environment for the operation of the computer program in the non-volatile storage medium. When the computer program is executed by the processor, the processor can execute any configuration update method based on behavior analysis.
该网络接口用于进行网络通信,如发送分配的任务等。本领域技术人员可以理解,该计算机设备的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体地计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。The network interface is used for network communication, such as sending assigned tasks. Those skilled in the art can understand that the structure of the computer device is only a block diagram of a part of the structure related to the solution of the application, and does not constitute a limitation on the computer device to which the solution of the application is applied. Specifically, the computer device may include More or fewer components are shown in the figure, or some components are combined, or have different component arrangements.
应当理解的是,处理器可以是中央处理单元(Central Processing Unit,CPU),该处理器还可以是其他通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现场可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。其中,通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。It should be understood that the processor may be a central processing unit (Central Processing Unit, CPU), and the processor may also be other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), and application specific integrated circuits (Application Specific Integrated Circuits). Circuit, ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc. Among them, the general-purpose processor may be a microprocessor or the processor may also be any conventional processor.
其中,在一个实施例中,所述处理器用于运行存储在存储器中的计算机程序,以实现如下步骤:Wherein, in an embodiment, the processor is used to run a computer program stored in a memory to implement the following steps:
在获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据;After acquiring the buried point record data of the target user terminal, the buried point record data includes respective statistical data of multiple buried point events;
基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点;Determine the function completion rate of each target event node based on the function completion rate model of each target event node according to the statistical data in the buried point record data, where the target event node is an event node in the decision tree model;
基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点;Based on the decision tree model, determining a target event process according to the function completion rate of each target event node, where the target event process includes at least one of the target event nodes;
根据所述目标事件流程确定配置数据,并将配置数据发送给所述目标用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
一些实施方式中,处理器用以实现所述获取目标用户终端的埋点记录数据时,实现:In some implementation manners, when the processor is configured to obtain the buried point record data of the target user terminal, it realizes:
从目标用户终端获取初始埋点记录数据,所述初始埋点记录数据包括多个埋点事件各自的初始统计数据;Acquiring initial burial point record data from the target user terminal, where the initial burial point record data includes respective initial statistical data of multiple burial point events;
对所述初始埋点记录数据中的各埋点事件的初始统计数据进行数值化处理,得到各所述埋点事件的统计数据;Performing numerical processing on the initial statistical data of each buried point event in the initial buried point record data to obtain the statistical data of each buried point event;
根据各所述埋点事件的统计数据生成埋点记录数据。According to the statistical data of each buried point event, the buried point record data is generated.
在一些实施方式中,处理器用以实现所述基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率时,实现:In some embodiments, the processor is used to implement the function completion rate model based on each target event node, and when determining the function completion rate of each target event node according to the statistical data in the buried point record data, it realizes:
基于所述目标事件节点的功能完成率模型,获取所述目标事件节点的关联事件节点的权重系数,所述关联事件节点为与所述目标事件节点相关的事件节点;Obtaining the weight coefficient of the associated event node of the target event node based on the function completion rate model of the target event node, where the associated event node is an event node related to the target event node;
从所述埋点记录数据中获取所述关联事件节点的统计数据;Acquiring statistical data of the associated event node from the buried point record data;
根据所述权重系数对所述关联事件节点的统计数据进行加权求和,得到所述目标事件节点的功能完成率。Perform a weighted summation on the statistical data of the associated event node according to the weight coefficient to obtain the function completion rate of the target event node.
在一些实施方式中,处理器用以实现所述的基于行为分析的配置更新方法时,实现:In some embodiments, when the processor is used to implement the configuration update method based on behavior analysis, it implements:
从至少一个用户终端获取多个埋点记录数据,所述埋点记录数据包括多个埋点事件的统计数据;Acquiring multiple burial point record data from at least one user terminal, where the burial point record data includes statistical data of multiple burial point events;
对所述埋点记录数据中的各埋点事件的统计数据进行数值化处理,得到各所述埋点事件的统计数值;Performing numerical processing on the statistical data of each buried point event in the buried point record data to obtain the statistical value of each buried point event;
根据所述多个埋点事件各自的统计数值,对所述多个埋点事件进行相关性分析,得到 不同埋点事件之间的相关系数;Perform correlation analysis on the multiple buried point events according to the respective statistical values of the multiple buried point events to obtain correlation coefficients between different buried point events;
根据所述相关系数,确定各所述目标事件节点的功能完成率模型。According to the correlation coefficient, a function completion rate model of each target event node is determined.
在一些实施方式中,服务器用以实现所述根据所述相关系数,确定各所述目标事件节点的功能完成率模型时,实现:In some implementation manners, when the server is configured to implement the function completion rate model of each target event node according to the correlation coefficient, the following is achieved:
若有事件节点与所述目标事件节点之间的相关系数大于预设阈值,确定所述事件节点为所述目标事件节点的关联事件节点;If the correlation coefficient between an event node and the target event node is greater than a preset threshold, determine that the event node is an associated event node of the target event node;
根据所述目标事件节点的关联事件节点与所述目标事件节点之间的相关系数确定所述关联事件节点的权重系数;Determining the weight coefficient of the associated event node according to the correlation coefficient between the associated event node of the target event node and the target event node;
根据所述目标事件节点的关联事件节点的权重系数确定所述目标事件节点的功能完成率模型。The function completion rate model of the target event node is determined according to the weight coefficient of the associated event node of the target event node.
在一些实施方式中,服务器用以实现所述基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程时,实现:In some implementation manners, when the server is configured to determine the target event process based on the decision tree model and the function completion rate of each target event node, the following is achieved:
根据各所述目标事件节点的功能完成率,以及所述决策树模型中各所述目标事件节点的分支条件确定至少一个所述目标事件节点为目标事件流程中的目标事件节点,以及确定所述目标事件流程中各目标事件节点之间的跳转关系。According to the function completion rate of each target event node and the branch condition of each target event node in the decision tree model, it is determined that at least one target event node is a target event node in a target event flow, and the The jump relationship between the target event nodes in the target event process.
在一些实施方式中,处理器用以实现所述的基于行为分析的配置更新方法时,实现:In some embodiments, when the processor is used to implement the configuration update method based on behavior analysis, it implements:
获取所述决策树模型的训练样本集,所述训练样本集包括多种事件流程以及各所述事件流程中各目标事件节点的功能完成率,各所述事件流程包括至少一个所述目标事件节点和所述目标事件节点之间的跳转关系;Obtain a training sample set of the decision tree model, where the training sample set includes a variety of event processes and the function completion rate of each target event node in each of the event processes, and each event process includes at least one of the target event nodes The jump relationship with the target event node;
根据所述训练样本集确定所述决策树模型。The decision tree model is determined according to the training sample set.
通过以上的实施方式的描述可知,本领域的技术人员可以清楚地了解到本申请可借助软件加必需的通用硬件平台的方式来实现。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例或者实施例的某些部分所述的方法,如:一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序中包括程序指令,所述处理器执行所述程序指令,实现本申请实施例提供的任一项基于行为分析的配置更新方法。From the description of the foregoing implementation manners, it can be known that those skilled in the art can clearly understand that this application can be implemented by means of software plus a necessary general hardware platform. Based on this understanding, the technical solution of this application essentially or the part that contributes to the existing technology can be embodied in the form of a software product, and the computer software product can be stored in a storage medium, such as ROM/RAM, magnetic disk , CD-ROM, etc., including several instructions to make a computer device (which can be a personal computer, server, or network device, etc.) execute the method described in each embodiment of this application or some parts of the embodiment, such as: a computer A readable storage medium, the computer readable storage medium stores a computer program, the computer program includes program instructions, and the processor executes the program instructions to implement any of the behavior analysis-based behaviors provided in the embodiments of the present application Configure the update method.
本申请实施例还提供了一种计算机可读存储介质,该计算机可读存储介质存储有计算机程序,计算机程序被处理器执行时实现上述实施例中方法的部分或全部步骤,或者,计算机程序被处理器执行时实现上述实施例中装置的各模块/单元的功能,这里不再赘述。The embodiments of the present application also provide a computer-readable storage medium that stores a computer program, and when the computer program is executed by a processor, some or all of the steps of the method in the above-mentioned embodiment are implemented, or the computer program is When the processor is executed, the function of each module/unit of the apparatus in the above-mentioned embodiment is realized, which will not be repeated here.
可选的,本申请涉及的存储介质如计算机可读存储介质可以是非易失性的,也可以是易失性的。Optionally, the storage medium involved in this application, such as a computer-readable storage medium, may be non-volatile or volatile.
其中,所述计算机可读存储介质可以是前述实施例所述的计算机设备的内部存储单元,例如所述计算机设备的硬盘或内存。所述计算机可读存储介质也可以是所述计算机设备的外部存储设备,例如所述计算机设备上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。The computer-readable storage medium may be the internal storage unit of the computer device described in the foregoing embodiment, for example, the hard disk or memory of the computer device. The computer-readable storage medium may also be an external storage device of the computer device, such as a plug-in hard disk, a smart media card (SMC), or a secure digital (Secure Digital, SD) equipped on the computer device. ) Card, Flash Card, etc.
以上所述,仅为本申请的具体实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到各种等效的修改或替换,这些修改或替换都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应以权利要求的保护范围为准。The above are only specific implementations of this application, but the protection scope of this application is not limited to this. Anyone familiar with the technical field can easily think of various equivalents within the technical scope disclosed in this application. Modifications or replacements, these modifications or replacements shall be covered within the protection scope of this application. Therefore, the protection scope of this application shall be subject to the protection scope of the claims.

Claims (20)

  1. 一种基于行为分析的配置更新方法,其中,包括:A configuration update method based on behavior analysis, including:
    获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据;Acquiring burial point record data of the target user terminal, where the burial point record data includes respective statistical data of multiple burial point events;
    基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点;Determine the function completion rate of each target event node based on the function completion rate model of each target event node according to the statistical data in the buried point record data, where the target event node is an event node in the decision tree model;
    基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点;Based on the decision tree model, determining a target event process according to the function completion rate of each target event node, where the target event process includes at least one of the target event nodes;
    根据所述目标事件流程确定配置数据,并将配置数据发送给所述目标用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
  2. 如权利要求1所述的基于行为分析的配置更新方法,其中,所述获取目标用户终端的埋点记录数据,包括:The configuration update method based on behavior analysis according to claim 1, wherein said obtaining the buried point record data of the target user terminal comprises:
    从目标用户终端获取初始埋点记录数据,所述初始埋点记录数据包括多个埋点事件各自的初始统计数据;Acquiring initial burial point record data from the target user terminal, where the initial burial point record data includes respective initial statistical data of multiple burial point events;
    对所述初始埋点记录数据中的各埋点事件的初始统计数据进行数值化处理,得到各所述埋点事件的统计数据;Performing numerical processing on the initial statistical data of each buried point event in the initial buried point record data to obtain the statistical data of each buried point event;
    根据各所述埋点事件的统计数据生成埋点记录数据。According to the statistical data of each buried point event, the buried point record data is generated.
  3. 如权利要求1所述的基于行为分析的配置更新方法,其中,所述基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,包括:The configuration update method based on behavior analysis according to claim 1, wherein the function completion rate model based on each target event node determines the performance of each target event node according to statistical data in the buried point record data. Function completion rate, including:
    基于所述目标事件节点的功能完成率模型,获取所述目标事件节点的关联事件节点的权重系数,所述关联事件节点为与所述目标事件节点相关的事件节点;Obtaining the weight coefficient of the associated event node of the target event node based on the function completion rate model of the target event node, where the associated event node is an event node related to the target event node;
    从所述埋点记录数据中获取所述关联事件节点的统计数据;Acquiring statistical data of the associated event node from the buried point record data;
    根据所述权重系数对所述关联事件节点的统计数据进行加权求和,得到所述目标事件节点的功能完成率。Perform a weighted summation on the statistical data of the associated event node according to the weight coefficient to obtain the function completion rate of the target event node.
  4. 如权利要求1至3中任一项所述的基于行为分析的配置更新方法,其中,在所述基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率之前,还包括:The configuration update method based on behavior analysis according to any one of claims 1 to 3, wherein the function completion rate model based on each target event node is determined according to the statistical data in the buried point record data Before the function completion rate of each target event node, it also includes:
    从至少一个用户终端获取多个埋点记录数据,所述埋点记录数据包括多个埋点事件的统计数据;Acquiring multiple burial point record data from at least one user terminal, where the burial point record data includes statistical data of multiple burial point events;
    对所述埋点记录数据中的各埋点事件的统计数据进行数值化处理,得到各所述埋点事件的统计数值;Performing numerical processing on the statistical data of each buried point event in the buried point record data to obtain the statistical value of each buried point event;
    根据所述多个埋点事件各自的统计数值,对所述多个埋点事件进行相关性分析,得到不同埋点事件之间的相关系数;According to the respective statistical values of the multiple buried point events, perform a correlation analysis on the multiple buried point events to obtain correlation coefficients between different buried point events;
    根据所述相关系数,确定各所述目标事件节点的功能完成率模型。According to the correlation coefficient, a function completion rate model of each target event node is determined.
  5. 如权利要求4所述的基于行为分析的配置更新方法,其中,所述根据所述相关系数,确定各所述目标事件节点的功能完成率模型,包括:The configuration update method based on behavior analysis according to claim 4, wherein the determining the function completion rate model of each target event node according to the correlation coefficient comprises:
    若有事件节点与所述目标事件节点之间的相关系数大于预设阈值,确定所述事件节点为所述目标事件节点的关联事件节点;If the correlation coefficient between an event node and the target event node is greater than a preset threshold, determine that the event node is an associated event node of the target event node;
    根据所述目标事件节点的关联事件节点与所述目标事件节点之间的相关系数确定所述关联事件节点的权重系数;Determining the weight coefficient of the associated event node according to the correlation coefficient between the associated event node of the target event node and the target event node;
    根据所述目标事件节点的关联事件节点的权重系数确定所述目标事件节点的功能完成率模型。The function completion rate model of the target event node is determined according to the weight coefficient of the associated event node of the target event node.
  6. 如权利要求1至3中任一项所述的基于行为分析的配置更新方法,其中,所述基于 所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,包括:The configuration update method based on behavior analysis according to any one of claims 1 to 3, wherein the determining a target event process based on the decision tree model according to the function completion rate of each target event node comprises:
    根据各所述目标事件节点的功能完成率,以及所述决策树模型中各所述目标事件节点的分支条件确定至少一个所述目标事件节点为目标事件流程中的目标事件节点,以及确定所述目标事件流程中各目标事件节点之间的跳转关系。According to the function completion rate of each target event node and the branch condition of each target event node in the decision tree model, it is determined that at least one target event node is a target event node in a target event flow, and the The jump relationship between the target event nodes in the target event process.
  7. 如权利要求6所述的基于行为分析的配置更新方法,其中,在所述基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程之前,还包括:The configuration update method based on behavior analysis according to claim 6, wherein, before determining the target event process based on the decision tree model and according to the function completion rate of each target event node, the method further comprises:
    获取所述决策树模型的训练样本集,所述训练样本集包括多种事件流程以及各所述事件流程中各目标事件节点的功能完成率,各所述事件流程包括至少一个所述目标事件节点和所述目标事件节点之间的跳转关系;Obtain a training sample set of the decision tree model, where the training sample set includes a variety of event processes and the function completion rate of each target event node in each of the event processes, and each event process includes at least one of the target event nodes The jump relationship with the target event node;
    根据所述训练样本集确定所述决策树模型。The decision tree model is determined according to the training sample set.
  8. 一种配置更新装置,其中,所述配置更新装置包括:A configuration updating device, wherein the configuration updating device includes:
    数据获取模块,用于获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据;The data acquisition module is used to acquire the burial point record data of the target user terminal, the burial point record data including the respective statistical data of multiple burial point events;
    完成率确定模块,用于基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点;The completion rate determination module is used to determine the function completion rate of each target event node based on the function completion rate model of each target event node and the statistical data in the buried point record data, where the target event node is a decision tree Event nodes in the model;
    流程确定模块,用于基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点;A process determining module, configured to determine a target event process according to the function completion rate of each target event node based on the decision tree model, the target event process including at least one of the target event nodes;
    配置更新模块,用于根据所述目标事件流程确定配置数据,并将配置数据发送给用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration update module is configured to determine configuration data according to the target event flow, and send the configuration data to the user terminal, so that the target user terminal updates the configuration according to the configuration data.
  9. 一种计算机设备,其中,所述计算机设备包括存储器和处理器;A computer device, wherein the computer device includes a memory and a processor;
    所述存储器用于存储计算机程序;The memory is used to store a computer program;
    所述处理器,用于执行所述计算机程序并在执行所述计算机程序时实现以下方法:The processor is configured to execute the computer program and implement the following method when the computer program is executed:
    获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据;Acquiring burial point record data of the target user terminal, where the burial point record data includes respective statistical data of multiple burial point events;
    基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点;Determine the function completion rate of each target event node based on the function completion rate model of each target event node according to the statistical data in the buried point record data, where the target event node is an event node in the decision tree model;
    基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点;Based on the decision tree model, determining a target event process according to the function completion rate of each target event node, where the target event process includes at least one of the target event nodes;
    根据所述目标事件流程确定配置数据,并将配置数据发送给所述目标用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
  10. 如权利要求9所述的计算机设备,其中,所述获取目标用户终端的埋点记录数据时,具体实现:8. The computer device according to claim 9, wherein when said acquiring the burial point record data of the target user terminal, the specific implementation is as follows:
    从目标用户终端获取初始埋点记录数据,所述初始埋点记录数据包括多个埋点事件各自的初始统计数据;Acquiring initial burial point record data from the target user terminal, where the initial burial point record data includes respective initial statistical data of multiple burial point events;
    对所述初始埋点记录数据中的各埋点事件的初始统计数据进行数值化处理,得到各所述埋点事件的统计数据;Performing numerical processing on the initial statistical data of each buried point event in the initial buried point record data to obtain the statistical data of each buried point event;
    根据各所述埋点事件的统计数据生成埋点记录数据。According to the statistical data of each buried point event, the buried point record data is generated.
  11. 如权利要求9所述的计算机设备,其中,所述基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率时,具体实现:The computer device according to claim 9, wherein when the function completion rate model of each target event node is based on statistical data in the buried point record data, when the function completion rate of each target event node is determined, Implementation:
    基于所述目标事件节点的功能完成率模型,获取所述目标事件节点的关联事件节点的权重系数,所述关联事件节点为与所述目标事件节点相关的事件节点;Obtaining the weight coefficient of the associated event node of the target event node based on the function completion rate model of the target event node, where the associated event node is an event node related to the target event node;
    从所述埋点记录数据中获取所述关联事件节点的统计数据;Acquiring statistical data of the associated event node from the buried point record data;
    根据所述权重系数对所述关联事件节点的统计数据进行加权求和,得到所述目标事件节点的功能完成率。Perform a weighted summation on the statistical data of the associated event node according to the weight coefficient to obtain the function completion rate of the target event node.
  12. 如权利要求9至11中任一项所述的计算机设备,其中,在所述基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率之前,所述处理器还用于执行所述计算机程序实现:The computer device according to any one of claims 9 to 11, wherein, in the function completion rate model based on each target event node, each target event is determined according to statistical data in the buried point record data Before the function completion rate of the node, the processor is also used to execute the computer program to realize:
    从至少一个用户终端获取多个埋点记录数据,所述埋点记录数据包括多个埋点事件的统计数据;Acquiring multiple burial point record data from at least one user terminal, where the burial point record data includes statistical data of multiple burial point events;
    对所述埋点记录数据中的各埋点事件的统计数据进行数值化处理,得到各所述埋点事件的统计数值;Performing numerical processing on the statistical data of each buried point event in the buried point record data to obtain the statistical value of each buried point event;
    根据所述多个埋点事件各自的统计数值,对所述多个埋点事件进行相关性分析,得到不同埋点事件之间的相关系数;According to the respective statistical values of the multiple buried point events, perform a correlation analysis on the multiple buried point events to obtain correlation coefficients between different buried point events;
    根据所述相关系数,确定各所述目标事件节点的功能完成率模型。According to the correlation coefficient, a function completion rate model of each target event node is determined.
  13. 如权利要求9至11中任一项所述的计算机设备,其中,所述基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程时,具体实现:The computer device according to any one of claims 9 to 11, wherein when the target event process is determined based on the decision tree model and the function completion rate of each target event node, the specific realization is achieved:
    根据各所述目标事件节点的功能完成率,以及所述决策树模型中各所述目标事件节点的分支条件确定至少一个所述目标事件节点为目标事件流程中的目标事件节点,以及确定所述目标事件流程中各目标事件节点之间的跳转关系。According to the function completion rate of each target event node and the branch condition of each target event node in the decision tree model, it is determined that at least one target event node is a target event node in a target event flow, and the The jump relationship between the target event nodes in the target event process.
  14. 如权利要求13所述的计算机设备,其中,在所述基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程之前,所述处理器还用于执行所述计算机程序实现:The computer device according to claim 13, wherein, before determining the target event flow based on the decision tree model and according to the function completion rate of each target event node, the processor is further configured to execute the computer Program realization:
    获取所述决策树模型的训练样本集,所述训练样本集包括多种事件流程以及各所述事件流程中各目标事件节点的功能完成率,各所述事件流程包括至少一个所述目标事件节点和所述目标事件节点之间的跳转关系;Obtain a training sample set of the decision tree model, where the training sample set includes a variety of event processes and the function completion rate of each target event node in each of the event processes, and each event process includes at least one of the target event nodes The jump relationship with the target event node;
    根据所述训练样本集确定所述决策树模型。The decision tree model is determined according to the training sample set.
  15. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其中:若所述计算机程序被处理器执行,实现以下方法:A computer-readable storage medium storing a computer program, wherein: if the computer program is executed by a processor, the following method is implemented:
    获取目标用户终端的埋点记录数据,所述埋点记录数据包括多个埋点事件各自的统计数据;Acquiring burial point record data of the target user terminal, where the burial point record data includes respective statistical data of multiple burial point events;
    基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率,所述目标事件节点为决策树模型中的事件节点;Determine the function completion rate of each target event node based on the function completion rate model of each target event node according to the statistical data in the buried point record data, where the target event node is an event node in the decision tree model;
    基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程,所述目标事件流程包括至少一个所述目标事件节点;Based on the decision tree model, determining a target event process according to the function completion rate of each target event node, where the target event process includes at least one of the target event nodes;
    根据所述目标事件流程确定配置数据,并将配置数据发送给所述目标用户终端,以使所述目标用户终端根据所述配置数据更新配置。The configuration data is determined according to the target event flow, and the configuration data is sent to the target user terminal, so that the target user terminal updates the configuration according to the configuration data.
  16. 如权利要求15所述的计算机可读存储介质,其中,所述获取目标用户终端的埋点记录数据时,具体实现:15. The computer-readable storage medium according to claim 15, wherein when said acquiring the buried point record data of the target user terminal, the specific implementation is as follows:
    从目标用户终端获取初始埋点记录数据,所述初始埋点记录数据包括多个埋点事件各自的初始统计数据;Acquiring initial burial point record data from the target user terminal, where the initial burial point record data includes respective initial statistical data of multiple burial point events;
    对所述初始埋点记录数据中的各埋点事件的初始统计数据进行数值化处理,得到各所述埋点事件的统计数据;Performing numerical processing on the initial statistical data of each buried point event in the initial buried point record data to obtain the statistical data of each buried point event;
    根据各所述埋点事件的统计数据生成埋点记录数据。According to the statistical data of each buried point event, the buried point record data is generated.
  17. 如权利要求15所述的计算机可读存储介质,其中,所述基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率时,具体实现:The computer-readable storage medium of claim 15, wherein the function completion rate model of each target event node determines that the function completion of each target event node is based on statistical data in the buried point record data. When the rate, the specific realization:
    基于所述目标事件节点的功能完成率模型,获取所述目标事件节点的关联事件节点的权重系数,所述关联事件节点为与所述目标事件节点相关的事件节点;Obtaining the weight coefficient of the associated event node of the target event node based on the function completion rate model of the target event node, where the associated event node is an event node related to the target event node;
    从所述埋点记录数据中获取所述关联事件节点的统计数据;Acquiring statistical data of the associated event node from the buried point record data;
    根据所述权重系数对所述关联事件节点的统计数据进行加权求和,得到所述目标事件节点的功能完成率。Perform a weighted summation on the statistical data of the associated event node according to the weight coefficient to obtain the function completion rate of the target event node.
  18. 如权利要求15至17中任一项所述的计算机可读存储介质,其中,在所述基于各目标事件节点的功能完成率模型,根据所述埋点记录数据中的统计数据,确定各所述目标事件节点的功能完成率之前,所述计算机程序被处理器执行时还用于实现:The computer-readable storage medium according to any one of claims 15 to 17, wherein in the function completion rate model based on each target event node, each location is determined according to statistical data in the buried point record data. Before the function completion rate of the target event node, the computer program is also used to realize when the computer program is executed by the processor:
    从至少一个用户终端获取多个埋点记录数据,所述埋点记录数据包括多个埋点事件的统计数据;Acquiring multiple burial point record data from at least one user terminal, where the burial point record data includes statistical data of multiple burial point events;
    对所述埋点记录数据中的各埋点事件的统计数据进行数值化处理,得到各所述埋点事件的统计数值;Performing numerical processing on the statistical data of each buried point event in the buried point record data to obtain the statistical value of each buried point event;
    根据所述多个埋点事件各自的统计数值,对所述多个埋点事件进行相关性分析,得到不同埋点事件之间的相关系数;According to the respective statistical values of the multiple buried point events, perform a correlation analysis on the multiple buried point events to obtain correlation coefficients between different buried point events;
    根据所述相关系数,确定各所述目标事件节点的功能完成率模型。According to the correlation coefficient, a function completion rate model of each target event node is determined.
  19. 如权利要求15至17中任一项所述的计算机可读存储介质,其中,所述基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程时,具体实现:17. The computer-readable storage medium according to any one of claims 15 to 17, wherein when the target event process is determined based on the decision tree model and the function completion rate of each target event node, the specific realization is achieved:
    根据各所述目标事件节点的功能完成率,以及所述决策树模型中各所述目标事件节点的分支条件确定至少一个所述目标事件节点为目标事件流程中的目标事件节点,以及确定所述目标事件流程中各目标事件节点之间的跳转关系。According to the function completion rate of each target event node and the branch condition of each target event node in the decision tree model, it is determined that at least one target event node is a target event node in a target event flow, and the The jump relationship between the target event nodes in the target event process.
  20. 如权利要求19所述的计算机可读存储介质,其中,在所述基于所述决策树模型,根据各所述目标事件节点的功能完成率确定目标事件流程之前,所述计算机程序被处理器执行时还用于实现:The computer-readable storage medium of claim 19, wherein the computer program is executed by a processor before the target event process is determined based on the decision tree model and the function completion rate of each target event node Time is also used to achieve:
    获取所述决策树模型的训练样本集,所述训练样本集包括多种事件流程以及各所述事件流程中各目标事件节点的功能完成率,各所述事件流程包括至少一个所述目标事件节点和所述目标事件节点之间的跳转关系;Obtain a training sample set of the decision tree model, where the training sample set includes a variety of event processes and the function completion rate of each target event node in each of the event processes, and each event process includes at least one of the target event nodes The jump relationship with the target event node;
    根据所述训练样本集确定所述决策树模型。The decision tree model is determined according to the training sample set.
PCT/CN2020/123417 2020-02-17 2020-10-23 Behavior-analysis-based configuration update method and apparatus, and device and storage medium WO2021164294A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010097864.5A CN111459993B (en) 2020-02-17 2020-02-17 Configuration updating method, device, equipment and storage medium based on behavior analysis
CN202010097864.5 2020-02-17

Publications (1)

Publication Number Publication Date
WO2021164294A1 true WO2021164294A1 (en) 2021-08-26

Family

ID=71681457

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/123417 WO2021164294A1 (en) 2020-02-17 2020-10-23 Behavior-analysis-based configuration update method and apparatus, and device and storage medium

Country Status (2)

Country Link
CN (1) CN111459993B (en)
WO (1) WO2021164294A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114138630A (en) * 2021-11-10 2022-03-04 浪潮卓数大数据产业发展有限公司 Embedded data collection method and device based on ES6 decorators
CN116628004A (en) * 2023-05-19 2023-08-22 北京百度网讯科技有限公司 Information query method, device, electronic equipment and storage medium

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111459993B (en) * 2020-02-17 2023-06-06 平安科技(深圳)有限公司 Configuration updating method, device, equipment and storage medium based on behavior analysis
CN113655883B (en) * 2021-08-17 2022-10-14 中国人民解放军军事科学院战争研究院 Human-computer interface eye movement interaction mode ergonomics experimental analysis system and method
CN114082195B (en) * 2021-11-11 2024-05-07 珠海格力电器股份有限公司 Task processing method and device, electronic equipment and storage medium
CN114816181A (en) * 2022-03-08 2022-07-29 平安科技(深圳)有限公司 Human-computer interaction mode processing method and device based on machine learning and related equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104573293A (en) * 2013-10-14 2015-04-29 上海西门子医疗器械有限公司 Adjustment method, device and system of medical application
US20160170821A1 (en) * 2014-12-15 2016-06-16 Tata Consultancy Services Limited Performance assessment
CN106294902A (en) * 2015-05-28 2017-01-04 阿里巴巴集团控股有限公司 Method, device and the electronic equipment of prediction mobile applications page performance
CN107168787A (en) * 2017-07-03 2017-09-15 赵桂银 A kind of running of mobile terminal performance improvement method and apparatus
CN107544785A (en) * 2017-06-28 2018-01-05 新华三技术有限公司 A kind of application program update method and device
CN109542624A (en) * 2018-11-23 2019-03-29 中国农业银行股份有限公司 A kind of resource allocation method and device of application change
CN111459993A (en) * 2020-02-17 2020-07-28 平安科技(深圳)有限公司 Configuration updating method, device, equipment and storage medium based on behavior analysis

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8037042B2 (en) * 2007-05-10 2011-10-11 Microsoft Corporation Automated analysis of user search behavior
US9116600B2 (en) * 2010-12-17 2015-08-25 Sap Se Automatically personalizing application user interface
US10210453B2 (en) * 2015-08-17 2019-02-19 Adobe Inc. Behavioral prediction for targeted end users
CN110688553A (en) * 2019-08-13 2020-01-14 平安科技(深圳)有限公司 Information pushing method and device based on data analysis, computer equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104573293A (en) * 2013-10-14 2015-04-29 上海西门子医疗器械有限公司 Adjustment method, device and system of medical application
US20160170821A1 (en) * 2014-12-15 2016-06-16 Tata Consultancy Services Limited Performance assessment
CN106294902A (en) * 2015-05-28 2017-01-04 阿里巴巴集团控股有限公司 Method, device and the electronic equipment of prediction mobile applications page performance
CN107544785A (en) * 2017-06-28 2018-01-05 新华三技术有限公司 A kind of application program update method and device
CN107168787A (en) * 2017-07-03 2017-09-15 赵桂银 A kind of running of mobile terminal performance improvement method and apparatus
CN109542624A (en) * 2018-11-23 2019-03-29 中国农业银行股份有限公司 A kind of resource allocation method and device of application change
CN111459993A (en) * 2020-02-17 2020-07-28 平安科技(深圳)有限公司 Configuration updating method, device, equipment and storage medium based on behavior analysis

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114138630A (en) * 2021-11-10 2022-03-04 浪潮卓数大数据产业发展有限公司 Embedded data collection method and device based on ES6 decorators
CN116628004A (en) * 2023-05-19 2023-08-22 北京百度网讯科技有限公司 Information query method, device, electronic equipment and storage medium
CN116628004B (en) * 2023-05-19 2023-12-08 北京百度网讯科技有限公司 Information query method, device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN111459993B (en) 2023-06-06
CN111459993A (en) 2020-07-28

Similar Documents

Publication Publication Date Title
WO2021164294A1 (en) Behavior-analysis-based configuration update method and apparatus, and device and storage medium
WO2019120037A1 (en) Model construction method, network resource preloading method and apparatus, medium, and terminal
KR20200130523A (en) Optimizing user interface data caching for future actions
WO2021135562A1 (en) Feature validity evaluation method and apparatus, and electronic device and storage medium
CN111882370B (en) Advertisement recommendation method and device and electronic equipment
JP2019507398A (en) Collaborative filtering method, apparatus, server, and storage medium for fusing time factors
Zheng et al. KDE based outlier detection on distributed data streams in multimedia network
CN112800095A (en) Data processing method, device, equipment and storage medium
WO2022083093A1 (en) Probability calculation method and apparatus in graph, computer device and storage medium
CN113986933A (en) Materialized view creating method and device, storage medium and electronic equipment
CN109670101A (en) Crawler dispatching method, device, electronic equipment and storage medium
CN116684330A (en) Traffic prediction method, device, equipment and storage medium based on artificial intelligence
CN116662876A (en) Multi-modal cognitive decision method, system, device, equipment and storage medium
Zhang et al. Personalized quality centric service recommendation
CN115795097A (en) Data processing method and device based on XML (extensive Makeup language) logic rule
CN114385918A (en) Message pushing method and device, computer equipment and storage medium
CN113703993A (en) Service message processing method, device and equipment
CN115130026A (en) Target object determination method, device, medium and electronic equipment
CN115129964A (en) Method for pushing content item to be recommended, pushing system and electronic equipment
CN111339770A (en) Method and apparatus for outputting information
CN112395510A (en) Method and device for determining target user based on activity
CN110555537A (en) Multi-factor multi-time point correlated prediction
CN117573123B (en) Page generation method and device applied to webpage application and electronic equipment
CN112926834B (en) Industrial APP quality evaluation method, device, equipment and medium
US20230205754A1 (en) Data integrity optimization

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20919869

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20919869

Country of ref document: EP

Kind code of ref document: A1