WO2021143055A1 - 智能化的数据优化方法、装置、电子设备及存储介质 - Google Patents

智能化的数据优化方法、装置、电子设备及存储介质 Download PDF

Info

Publication number
WO2021143055A1
WO2021143055A1 PCT/CN2020/098964 CN2020098964W WO2021143055A1 WO 2021143055 A1 WO2021143055 A1 WO 2021143055A1 CN 2020098964 W CN2020098964 W CN 2020098964W WO 2021143055 A1 WO2021143055 A1 WO 2021143055A1
Authority
WO
WIPO (PCT)
Prior art keywords
data set
data
cost
value
statistical information
Prior art date
Application number
PCT/CN2020/098964
Other languages
English (en)
French (fr)
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 WO2021143055A1 publication Critical patent/WO2021143055A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/11Complex mathematical operations for solving equations, e.g. nonlinear equations, general mathematical optimization problems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/11Complex mathematical operations for solving equations, e.g. nonlinear equations, general mathematical optimization problems
    • G06F17/13Differential equations

Definitions

  • This application relates to the field of artificial intelligence technology, and in particular to an intelligent data optimization method, device, electronic equipment, and computer-readable storage medium.
  • there is no automatic optimization mechanism and optimization model to help Developers complete data optimization faster and the big data optimization model requires super-strong data expansion hardware capabilities and unstructured data support.
  • the hardware requirements are high. Therefore, a cost-effective data optimization method is urgently needed. solve.
  • This application provides an intelligent data optimization method, device, electronic equipment, and computer-readable storage medium, the main purpose of which is to perform intelligent data optimization according to user optimization requirements.
  • an intelligent data optimization method includes:
  • the present application also provides an electronic device, which includes a memory and a processor.
  • the memory stores an intelligent data optimization program that can run on the processor.
  • the data optimization program of is executed by the processor, the following steps are implemented:
  • the present application also provides a computer-readable storage medium with an intelligent data optimization program stored on the computer-readable storage medium, and the intelligent data optimization program can be configured by one or more The processor executes to achieve the following steps:
  • this application also provides an intelligent data optimization device, which includes:
  • the data receiving and processing module is used to receive data optimization instructions input by the user, extract the original data set from the big data storage platform, and perform abnormal processing on the original data set to obtain a standard data set;
  • the gray prediction module is used to perform gray prediction on the standard data set to obtain a statistical information set
  • the cost optimization module is used to calculate the cost data set of the statistical information set to obtain a cost data set, and remove data that is greater than or equal to a preset cost threshold in the cost data set to obtain an optimized cost data set;
  • the data optimization module is configured to perform a data range modification operation on the optimized cost data set to obtain an optimal data set, and store the optimal data set in the big data storage platform to complete the data optimization operation.
  • This application obtains the statistical information set through gray prediction, calculates the cost value of the data set to obtain the cost data set, and obtains the optimal data set through the data range modification operation, because automatic optimization mechanisms such as gray prediction and data range modification operations are used, which reduces The intervention of manual experience helps developers to complete data optimization faster.
  • the calculation method of each optimizer is relatively simple, without too strong hardware capabilities and unstructured data support. Therefore, the intelligent data optimization method, device, and computer-readable storage medium proposed in this application can realize efficient data optimization functions.
  • FIG. 1 is a schematic flowchart of an intelligent data optimization method provided by an embodiment of this application
  • FIG. 2 is a schematic diagram of the internal structure of an electronic device provided by an embodiment of the application.
  • FIG. 3 is a schematic diagram of modules of an intelligent data optimization device provided by an embodiment of the application.
  • This application provides an intelligent data optimization method.
  • FIG. 1 it is a schematic flowchart of an intelligent data optimization method provided by an embodiment of this application.
  • the method can be executed by a device, and the device can be implemented by software and/or hardware.
  • the intelligent data optimization method includes:
  • the big data storage platform is a framework or platform that stores and processes a large amount of data, such as mapreduce, hive, spark, etc.
  • the original data set refers to the data set that needs to be optimized for this application.
  • the life insurance data entered by the user. Due to the differences in the specifications, data volume, and final use of the life insurance data, the storage method, data calculation, etc. The above methods are not the same, so data optimization is required.
  • the abnormal removal processing is an operation to obtain standard data after removing abnormal data such as missing or duplicated data in the original data set.
  • the abnormal removal processing includes bilateral test elimination and unilateral test elimination.
  • the unilateral test elimination includes the minimum test elimination and the maximum test elimination
  • i is a positive integer
  • S represents the standard deviation of the original data set
  • Y i represents the data in the original data set.
  • the purpose of the gray prediction refers to the running status and resource usage of the current input standard data set and historical data tasks, such as the usage and running of CPU, memory, disk, and network IO. Time, etc., evaluate and process the concurrency and optimal resource allocation of the standard data set, so as to obtain the statistical data set.
  • the S2 includes: calculating historical data for the standard data set according to a sampling statistical method to obtain a historical data set, adding the historical data set and the standard data set to obtain a total data set, and according to the total data set A differential equation is established, and the differential equation is solved to obtain a statistical information set.
  • X (0) represents the standard data set
  • n is the data volume of the standard data set
  • historical data set is:
  • the total data set is X (2) (k)
  • s is the data number of the total data set
  • a is the restriction factor of the differential equation
  • u is the target value of the differential equation.
  • k represents the data number of the standard data set.
  • the S3 mainly calculates the cost of each execution mode (that is, the cost cost) according to the statistical information set, and then selects an optimal execution mode, such as a storage mode, a data calculation mode, and the like.
  • the S3 includes: receiving the statistical information set, performing full permutation on the statistical information set to obtain multiple permutation values, calculating the cost value of the multiple permutation values according to a pre-built cost function, and selecting The permutation data set corresponding to the full permutation value with the smallest cost value obtains the cost data set.
  • the total permutation value y is:
  • n! Represents the permutation and combination of the statistical information set
  • r k ! It means to traverse and arrange the data of the statistical information set.
  • the cost function is:
  • N represents the specific number of the multiple full permutation values
  • y goal represents the target value of the preset full permutation value
  • y i represents the multiple full permutation values
  • L represents the objective function, preferably gradient descent can be used Algorithm
  • J(y i ) represents the penalty function
  • represents the adjustment factor.
  • the pre-set cost threshold is 0.8
  • the data in the cost data set is greater than or equal to the cost threshold 0.8
  • the data is eliminated, and if the data in the cost data set is less than the cost If the threshold is 0.8, the data is retained.
  • the data range modification operation includes methods such as partition pruning, distribution pull-up, distribution push-down, and distribution alignment.
  • this solution can perform the partition pruning on the optimized cost data set according to the CART algorithm or other pruning algorithms, so that the data distribution is relatively simple; If the data distribution of the optimized cost data set is relatively scattered, and the user needs to concentrate the data, the distribution pull-up operation can be performed to map the optimized cost data set in a data interval; if the optimized cost data set If the data distribution of the optimized cost data set is relatively large, the distribution push-down is performed to map the optimized cost data set to a reasonable data interval; if the data of the optimized cost data set has an incomplete structure in the data arrangement, then the Distribution alignment makes the structure of data distribution more complete.
  • the invention also provides an electronic device.
  • FIG. 2 it is a schematic diagram of the internal structure of an electronic device provided by an embodiment of this application.
  • the electronic device 1 may be a PC (Personal Computer, personal computer), or a terminal device such as a smart phone, a tablet computer, or a portable computer, or a server.
  • the electronic device 1 at least includes a memory 11, a processor 12, a communication bus 13, and a network interface 14.
  • the memory 11 includes at least one type of readable storage medium, and the readable storage medium includes flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory, etc.), magnetic memory, magnetic disk, optical disk, and the like.
  • the memory 11 may be an internal storage unit of the electronic device 1 in some embodiments, such as a hard disk of the electronic device 1.
  • the memory 11 may also be an external storage device of the electronic device 1, such as a plug-in hard disk equipped on the electronic device 1, a smart media card (SMC), or a secure digital (SD) Card, Flash Card, etc.
  • the memory 11 may also include both an internal storage unit of the electronic device 1 and an external storage device.
  • the memory 11 can be used not only to store application software and various data installed in the electronic device 1, such as the code of the intelligent data optimization program 01, etc., but also to temporarily store data that has been output or will be output.
  • the processor 12 may be a central processing unit (CPU), controller, microcontroller, microprocessor, or other data processing chip, for running program codes or processing stored in the memory 11 Data, such as the implementation of intelligent data optimization program 01, etc.
  • CPU central processing unit
  • controller microcontroller
  • microprocessor or other data processing chip, for running program codes or processing stored in the memory 11 Data, such as the implementation of intelligent data optimization program 01, etc.
  • the communication bus 13 is used to realize the connection and communication between these components.
  • the network interface 14 may optionally include a standard wired interface and a wireless interface (such as a WI-FI interface), and is usually used to establish a communication connection between the device 1 and other electronic devices.
  • the device 1 may also include a user interface.
  • the user interface may include a display (Display) and an input unit such as a keyboard (Keyboard).
  • the optional user interface may also include a standard wired interface and a wireless interface.
  • the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode, organic light-emitting diode) touch device, etc.
  • the display can also be appropriately called a display screen or a display unit, which is used to display the information processed in the electronic device 1 and to display a visualized user interface.
  • Figure 2 only shows the electronic device 1 with the components 11-14 and the intelligent data optimization program 01. Those skilled in the art can understand that the structure shown in Figure 1 does not constitute a limitation on the electronic device 1. Including fewer or more components than shown, or combining some components, or different component arrangements.
  • an intelligent data optimization program 01 is stored in the memory 11; when the processor 12 executes the intelligent data optimization program 01 stored in the memory 11, the following steps are implemented:
  • Step 1 Receive the data optimization instruction input by the user, extract the original data set from the big data storage platform, and perform abnormal processing on the original data set to obtain a standard data set.
  • the big data storage platform is a framework or platform that stores and processes a large amount of data, such as mapreduce, hive, spark, etc.
  • the original data set refers to the data set that needs to be optimized for this application.
  • the life insurance data entered by the user. Due to the differences in the specifications, data volume, and final use of the life insurance data, the storage method, data calculation, etc. The above methods are not the same, so data optimization is required.
  • the abnormal removal processing is an operation to obtain standard data after removing abnormal data such as missing or duplicated data in the original data set.
  • the abnormal removal processing includes bilateral test elimination and unilateral test elimination.
  • the unilateral test elimination includes the minimum test elimination and the maximum test elimination
  • i is a positive integer
  • S represents the standard deviation of the original data set
  • Y i represents the data in the original data set.
  • Step 2 Perform gray prediction on the standard data set to obtain a statistical information set.
  • the purpose of the gray prediction refers to the running status and resource usage of the current input standard data set and historical data tasks, such as the usage and running of CPU, memory, disk, and network IO. Time, etc., evaluate and process the concurrency and optimal resource allocation of the standard data set, so as to obtain the statistical data set.
  • the second step includes: calculating historical data for the standard data set according to a sampling statistical method to obtain a historical data set, adding the historical data set and the standard data set to obtain a total data set, and according to the total data A set of differential equations is established, and the differential equations are solved to obtain a set of statistical information.
  • X (0) represents the standard data set
  • n is the data volume of the standard data set
  • historical data set is:
  • the total data set is X (2) (k)
  • s is the data number of the total data set
  • a is the restriction factor of the differential equation
  • u is the target value of the differential equation.
  • k represents the data number of the standard data set.
  • Step 3 Calculate the cost value of the statistical information set to obtain a cost data set.
  • the third step is mainly to calculate the cost of each execution mode (that is, the cost price) according to the statistical information set, and then select the optimal execution mode, such as a storage mode, a data calculation mode, and so on.
  • the step three includes: receiving the statistical information set, performing full permutation on the statistical information set to obtain multiple permutation values, and calculating the cost value of the multiple permutation values according to a pre-built cost function,
  • the cost data set is obtained by selecting the permutation data set corresponding to the full permutation value with the smallest cost value.
  • the total permutation value y is:
  • n! Represents the permutation and combination of the statistical information set
  • r k ! It means to traverse and arrange the data of the statistical information set.
  • the cost function is:
  • N represents the specific number of the multiple full permutation values
  • y goal represents the target value of the preset full permutation value
  • y i represents the multiple full permutation values
  • L represents the objective function, preferably gradient descent can be used Algorithm
  • J(y i ) represents the penalty function
  • represents the adjustment factor.
  • Step 4 Eliminate data that is greater than or equal to a preset cost threshold in the cost data set to obtain an optimized cost data set.
  • the pre-set cost threshold is 0.8
  • the data in the cost data set is greater than or equal to the cost threshold 0.8
  • the data is eliminated, and if the data in the cost data set is less than the cost If the threshold is 0.8, the data is retained.
  • Step 5 Perform a data range modification operation on the optimized cost data set to obtain an optimal data set, and store the optimal data set in the big data storage platform to complete the data optimization operation.
  • the data range modification operation includes methods such as partition pruning, distribution pull-up, distribution push-down, and distribution alignment.
  • this solution can perform the partition pruning on the optimized cost data set according to the CART algorithm or other pruning algorithms to make the data distribution relatively simple; If the data distribution of the optimized cost data set is relatively scattered, and the user needs to concentrate the data, the distribution pull-up operation can be performed to map the optimized cost data set in a data interval; if the optimized cost data set If the data distribution of the optimized cost data set is relatively large, the distribution push-down is performed to map the optimized cost data set to a reasonable data interval; if the data of the optimized cost data set has an incomplete structure in the data arrangement, perform the Distribution alignment makes the structure of data distribution more complete.
  • the intelligent data optimization device 100 includes a data receiving and processing module 10 and a gray prediction module 20.
  • the cost optimization module 30 and the data optimization module 40 exemplarily:
  • the data receiving and processing module 10 is configured to receive data optimization instructions input by users, extract original data sets from the big data storage platform, and perform abnormal processing on the original data sets to obtain a standard data set.
  • the gray prediction module 20 is used to perform gray prediction on the standard data set to obtain a statistical information set.
  • the cost optimization module 30 is configured to calculate the cost value of the statistical information set to obtain a cost data set, and remove data that is greater than or equal to a preset cost threshold in the cost data set to obtain an optimized cost data set.
  • the data optimization module 40 is configured to: perform a data range modification operation on the optimized cost data set to obtain an optimal data set, and store the optimal data set in the big data storage platform to complete the data optimization operation.
  • the embodiment of the present application also proposes a computer-readable storage medium.
  • the computer-readable storage medium may be non-volatile or volatile.
  • the computer-readable storage medium stores intelligent data.
  • An optimization program, the intelligent data optimization program can be executed by one or more processors to achieve the following operations:
  • Receive a data optimization instruction input by a user extract an original data set from the big data storage platform, and perform abnormality removal processing on the original data set to obtain a standard data set.
  • the cost data set is obtained by calculating the cost value of the statistical information set, and data that is greater than or equal to the preset cost threshold in the cost data set is eliminated to obtain an optimized cost data set.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Operations Research (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Algebra (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

一种智能化的数据优化方法,包括:接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集(S1),将所述标准数据集进行灰色预测得到统计信息集(S2),计算所述统计信息集的代价值得到成本数据集(S3),剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集(S4),将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作(S5)。还提出一种智能化的数据优化装置、电子设备以及一种计算机可读存储介质。该方法可以实现高效的智能化的数据优化功能。

Description

智能化的数据优化方法、装置、电子设备及存储介质
本申请要求于2020年1月19日提交中国专利局、申请号为CN 202010068234.5,发明名称为“智能化的数据优化方法、装置及计算机可读存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及人工智能技术领域,尤其涉及一种智能化的数据优化的方法、装置、电子设备及计算机可读存储介质。
背景技术
发明人意识到目前对于数据优化,多依赖人工经验和大数据优化模型如Hadoop等,但人工经验难以根据公司的数据情况积累科学地优化模型,换言之说,缺乏一个自动优化机制和优化模型,帮助开发者更快的完成数据优化,而大数据优化模型因为需要超强的数据扩展的硬件能力以及非结构化数据支持,综合来说对硬件要求高,因此,一种性价比高的数据优化方法急需解决。
发明内容
本申请提供一种智能化的数据优化方法、装置、电子设备及计算机可读存储介质,其主要目的在于根据用户优化要求而进行智能化的数据优化。
为实现上述目的,本申请提供的一种智能化的数据优化方法,包括:
接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集;
将所述标准数据集进行灰色预测得到统计信息集;
计算所述统计信息集的代价值得到成本数据集;
剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集;
将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
此外,为实现上述目的,本申请还提供一种电子设备,该设备包括存储器和处理器,所述存储器中存储有可在所述处理器上运行的智能化的数据优化程序,所述智能化的数据优化程序被所述处理器执行时实现如下步骤:
接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集;
将所述标准数据集进行灰色预测得到统计信息集;
计算所述统计信息集的代价值得到成本数据集;
剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集;
将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
此外,为实现上述目的,本申请还提供一种计算机可读存储介质,所述计算机可读存储介质上存储有智能化的数据优化程序,所述智能化的数据优化程序可被一个或者多个处理器执行,以实现如下步骤:
接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集;
将所述标准数据集进行灰色预测得到统计信息集;
计算所述统计信息集的代价值得到成本数据集;
剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集;
将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
此外,为实现上述目的,本申请还提供一种智能化的数据优化装置,其中,包括:
数据接收及处理模块,用于接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集;
灰色预测模块,用于将所述标准数据集进行灰色预测得到统计信息集;
成本优化模块,用于计算所述统计信息集的代价值得到成本数据集,剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集;
数据优化模块,用于将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
本申请通过灰色预测得到统计信息集,并计算数据集的代价值得到成本数据集,通过数据范围修改操作得到最优数据集,因为使用了灰色预测、数据范围修改操作等自动优化机制,减少了人工经验的干预,更快的帮助开发者完成数据优化,同时每个优化器的计算方法较为简便,不用太强的硬件能力以及非结构化数据支持。因此本申请提出的智能化的数据优化方法、装置及计算机可读存储介质,可以实现高效的数据优化功能。
附图说明
图1为本申请一实施例提供的智能化的数据优化方法的流程示意图;
图2为本申请一实施例提供的电子设备的内部结构示意图;
图3为本申请一实施例提供的智能化的数据优化装置的模块示意图。
本申请目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。
具体实施方式
应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
本申请提供一种智能化的数据优化方法。参照图1所示,为本申请一实施例提供的智能化的数据优化方法的流程示意图。该方法可以由一个装置执行,该装置可以由软件和/或硬件实现。
在本实施例中,智能化的数据优化方法包括:
S1、接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集。
所述大数据存储平台是存储了大量数据并对大量数据进行处理的框架或平台,如mapreduce、hive、spark等。
所述原始数据集是指本申请所需要优化的数据集,如用户输入的人寿保险数据,由于人寿保险数据的规格、数据量、最终的用途等不一样,所以在存储方式、数据计算等方式上方法不尽相同,所以需要经过数据优化。
所述去异常处理是为了将所述原始数据集中的缺失、重复等异常数据进行剔除处理后得到标准数据的一种操作。所述去异常处理包括双边测试剔除和单边测试剔除。所述单边测试剔除包括最小值测试剔除,最大值测试剔除
进一步地,所述双边测试剔除数据公式如下:
Figure PCTCN2020098964-appb-000001
其中,i是正整数,
Figure PCTCN2020098964-appb-000002
表示所述原始数据集的平均值,S表示所述原始数据集的标准差,Y i表示所述原始数据集内的数据。
所述最小值测试剔除的公式如下:
Figure PCTCN2020098964-appb-000003
所述最大值测试剔除的公式如下:
Figure PCTCN2020098964-appb-000004
S2、将所述标准数据集进行灰色预测得到统计信息集。
较佳地,所述灰色预测的目的是指根据当前输入的所述标准数据集和历史的数据任务的运行情况和资源使用情况,如CPU、内存、磁盘和网络IO等方面的使用率和运行时间等,评估处理所述标准数据集的并发量和最优资源配置,从而得到统计数据集。
进一步地,所述S2包括:对所述标准数据集根据抽样统计方法统计历史数据得到历史数据集,相加所述历史数据集和所述标准数据集得到总数据集,根据所述总数据集建立微分方程,求解所述微分方程得到统计信息集。
详细地,所述微分方程的建立过程如下:
X (0)={X (0)(i),i=1,2,3,…,n}
其中,X (0)表示所述标准数据集,n为所述标准数据集的数据量,所述历史数据集为:
X (1)={X (1)(k),k=1,2,3,…,t}
所述总数据集为X (2)(k)
Figure PCTCN2020098964-appb-000005
对所述总数据集X (2)(k)建立微分方程:
Figure PCTCN2020098964-appb-000006
其中,s为所述总数据集的数据编号,a为所述微分方程的制约因子,u为所述微分方程的目标值。求解上述微分方程的解为:
Figure PCTCN2020098964-appb-000007
或者
Figure PCTCN2020098964-appb-000008
其中,k表示所述标准数据集的数据编号。
S3、计算所述统计信息集的代价值得到成本数据集。
所述S3主要是根据所述统计信息集计算每种执行方式的代价(即成本代价),进而选择最优的执行方式,所述执行方式如存储方式、数据计算方式等。
进一步地,所述S3包括:接收所述统计信息集,将所述统计信息集进行全排列得到多个全排列值,根据预先构建的代价函数计算所述多个全排列值的代价值,选择代价值最小的全排列值对应的排列数据集得到成本数据集。
详细地,所述全排列值y为:
Figure PCTCN2020098964-appb-000009
其中,n!表示所述统计信息集的排列组合,r k!表示遍历所述统计信息集的数据并进行排列。
较佳地,所述代价函数为:
Figure PCTCN2020098964-appb-000010
其中,N表示所述多个全排列值的具体个数,y goal表示预设全排列值的目标值,y i表示所述多个全排列值,L表示目标函数,较佳地可用梯度下降算法,J(y i)表示惩罚函数,ρ表 示调节因子。
S4、剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集。
较佳地,如预先设置的成本阈值为0.8,若所述成本数据集内的数据大于或等于所述成本阈值0.8,则剔除所述数据,若所述成本数据集内的数据小于所述成本阈值0.8,则保留所述数据。
S5、将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
优选地,所述数据范围修改操作包括,分区剪枝,分布上拉,分布下推以及分布对齐等方法。
进一步地,若用户觉得所述优化成本数据集的数据分布较为复杂时,本方案可根据CART算法或其他剪枝算法对所述优化成本数据集进行所述分区剪枝,使数据分布较为简便;若所述优化成本数据集的数据分布较为分散,用户需要集中数据时,则可进行所述分布上拉操作,将所述优化成本数据集映射在一个数据区间内;若所述优化成本数据集的数据分布较为庞大,则进行所述分布下推将所述优化成本数据集映射到一个合理的数据区间内;若所述优化成本数据集的数据在数据排列上结构不完整,则进行所述分布对齐,使得数据分布的结构更完整。
发明还提供一种电子设备。参照图2所示,为本申请一实施例提供的电子设备的内部结构示意图。
在本实施例中,所述电子设备1可以是PC(Personal Computer,个人电脑),或者是智能手机、平板电脑、便携计算机等终端设备,也可以是一种服务器等。该电子设备1至少包括存储器11、处理器12,通信总线13,以及网络接口14。
其中,存储器11至少包括一种类型的可读存储介质,所述可读存储介质包括闪存、硬盘、多媒体卡、卡型存储器(例如,SD或DX存储器等)、磁性存储器、磁盘、光盘等。存储器11在一些实施例中可以是电子设备1的内部存储单元,例如该电子设备1的硬盘。存储器11在另一些实施例中也可以是电子设备1的外部存储设备,例如电子设备1上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。进一步地,存储器11还可以既包括电子设备1的内部存储单元也包括外部存储设备。存储器11不仅可以用于存储安装于电子设备1的应用软件及各类数据,例如智能化的数据优化程序01的代码等,还可以用于暂时地存储已经输出或者将要输出的数据。
处理器12在一些实施例中可以是一中央处理器(Central Processing Unit,CPU)、控制器、微控制器、微处理器或其他数据处理芯片,用于运行存储器11中存储的程序代码或处理数据,例如执行智能化的数据优化程序01等。
通信总线13用于实现这些组件之间的连接通信。
网络接口14可选的可以包括标准的有线接口、无线接口(如WI-FI接口),通常用于在该装置1与其他电子设备之间建立通信连接。
可选地,该装置1还可以包括用户接口,用户接口可以包括显示器(Display)、输入单元比如键盘(Keyboard),可选的用户接口还可以包括标准的有线接口、无线接口。可选地,在一些实施例中,显示器可以是LED显示器、液晶显示器、触控式液晶显示器以及OLED(Organic Light-Emitting Diode,有机发光二极管)触摸器等。其中,显示器也可以适当的称为显示屏或显示单元,用于显示在电子设备1中处理的信息以及用于显示可视化的用户界面。
图2仅示出了具有组件11-14以及智能化的数据优化程序01的电子设备1,本领域技术人员可以理解的是,图1示出的结构并不构成对电子设备1的限定,可以包括比图示更少或者更多的部件,或者组合某些部件,或者不同的部件布置。
在图2所示的装置1实施例中,存储器11中存储有智能化的数据优化程序01;处理器12执行存储器11中存储的智能化的数据优化程序01时实现如下步骤:
步骤一、接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集。
所述大数据存储平台是存储了大量数据并对大量数据进行处理的框架或平台,如mapreduce、hive、spark等。
所述原始数据集是指本申请所需要优化的数据集,如用户输入的人寿保险数据,由于人寿保险数据的规格、数据量、最终的用途等不一样,所以在存储方式、数据计算等方式上方法不尽相同,所以需要经过数据优化。
所述去异常处理是为了将所述原始数据集中的缺失、重复等异常数据进行剔除处理后得到标准数据的一种操作。所述去异常处理包括双边测试剔除和单边测试剔除。所述单边测试剔除包括最小值测试剔除,最大值测试剔除
进一步地,所述双边测试剔除数据公式如下:
Figure PCTCN2020098964-appb-000011
其中,i是正整数,
Figure PCTCN2020098964-appb-000012
表示所述原始数据集的平均值,S表示所述原始数据集的标准差,Y i表示所述原始数据集内的数据。
所述最小值测试剔除的公式如下:
Figure PCTCN2020098964-appb-000013
所述最大值测试剔除的公式如下:
Figure PCTCN2020098964-appb-000014
步骤二、将所述标准数据集进行灰色预测得到统计信息集。
较佳地,所述灰色预测的目的是指根据当前输入的所述标准数据集和历史的数据任务的运行情况和资源使用情况,如CPU、内存、磁盘和网络IO等方面的使用率和运行时间等,评估处理所述标准数据集的并发量和最优资源配置,从而得到统计数据集。
进一步地,所述步骤二包括:对所述标准数据集根据抽样统计方法统计历史数据得到历史数据集,相加所述历史数据集和所述标准数据集得到总数据集,根据所述总数据集建立微分方程,求解所述微分方程得到统计信息集。
详细地,所述微分方程的建立过程如下:
X (0)={X (0)(i),i=1,2,3,…,n}
其中,X (0)表示所述标准数据集,n为所述标准数据集的数据量,所述历史数据集为:
X (1)={X (1)(k),k=1,2,3,…,t}
所述总数据集为X (2)(k)
Figure PCTCN2020098964-appb-000015
对所述总数据集X (2)(k)建立微分方程:
Figure PCTCN2020098964-appb-000016
其中,s为所述总数据集的数据编号,a为所述微分方程的制约因子,u为所述微分方程的目标值。求解上述微分方程的解为:
Figure PCTCN2020098964-appb-000017
或者
Figure PCTCN2020098964-appb-000018
其中,k表示所述标准数据集的数据编号。
步骤三、计算所述统计信息集的代价值得到成本数据集。
所述步骤三主要是根据所述统计信息集计算每种执行方式的代价(即成本代价),进而选择最优的执行方式,所述执行方式如存储方式、数据计算方式等。
进一步地,所述步骤三包括:接收所述统计信息集,将所述统计信息集进行全排列得到多个全排列值,根据预先构建的代价函数计算所述多个全排列值的代价值,选择代价值最小的全排列值对应的排列数据集得到成本数据集。
详细地,所述全排列值y为:
Figure PCTCN2020098964-appb-000019
其中,n!表示所述统计信息集的排列组合,r k!表示遍历所述统计信息集的数据并进行排列。
较佳地,所述代价函数为:
Figure PCTCN2020098964-appb-000020
其中,N表示所述多个全排列值的具体个数,y goal表示预设全排列值的目标值,y i表示所述多个全排列值,L表示目标函数,较佳地可用梯度下降算法,J(y i)表示惩罚函数,ρ表示调节因子。
步骤四、剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集。
较佳地,如预先设置的成本阈值为0.8,若所述成本数据集内的数据大于或等于所述成本阈值0.8,则剔除所述数据,若所述成本数据集内的数据小于所述成本阈值0.8,则保留所述数据。
步骤五、将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
优选地,所述数据范围修改操作包括,分区剪枝,分布上拉,分布下推以及分布对齐等方法。
进一步地,若用户觉得所述优化成本数据集的数据分布较为复杂时,本方案可根据CART算法或其他剪枝算法对所述优化成本数据集进行所述分区剪枝,使数据分布较为简便;若所述优化成本数据集的数据分布较为分散,用户需要集中数据时,则可进行所述分布上拉操作,将所述优化成本数据集映射在一个数据区间内;若所述优化成本数据集的数据分布较为庞大,则进行所述分布下推将所述优化成本数据集映射到一个合理的数据区间内;若所述优化成本数据集的数据在数据排列上结构不完整,则进行所述分布对齐,使得数据分布的结构更完整。
参照图3所示,为本申请智能化的数据优化装置100一实施例中的模块示意图,该实施例中,所述智能化的数据优化装置100包括数据接收及处理模块10、灰色预测模块20、成本优化模块30、数据优化模块40示例性地:
所述数据接收及处理模块10用于:接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集。
所述灰色预测模块20用于:将所述标准数据集进行灰色预测得到统计信息集。
所述成本优化模块30用于:计算所述统计信息集的代价值得到成本数据集,剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集。
所述数据优化模块40用于:将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
上述数据接收及处理模块10、灰色预测模块20、成本优化模块30、数据优化模块40等程序模块被执行时所实现的功能或操作步骤与上述实施例大体相同,在此不再赘述。
此外,本申请实施例还提出一种计算机可读存储介质,所述计算机可读存储介质可以是非易失性,也可以是易失性,所述计算机可读存储介质上存储有智能化的数据优化程序,所述智能化的数据优化程序可被一个或多个处理器执行,以实现如下操作:
接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集。
将所述标准数据集进行灰色预测得到统计信息集。
计算所述统计信息集的代价值得到成本数据集,剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集。
将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
需要说明的是,上述本申请实施例序号仅仅为了描述,不代表实施例的优劣。并且本文中的术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、装置、物品或者方法不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、装置、物品或者方法所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、装置、物品或者方法中还存在另外的相同要素。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在如上所述的一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端设备(可以是手机,计算机,服务器,或者网络设备等)执行本申请各个实施例所述的方法。
以上仅为本申请的优选实施例,并非因此限制本申请的专利范围,凡是利用本申请说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本申请的专利保护范围内。

Claims (20)

  1. 一种智能化的数据优化方法,其中,所述方法包括:
    接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集;
    将所述标准数据集进行灰色预测得到统计信息集;
    计算所述统计信息集的代价值得到成本数据集;
    剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集;
    将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
  2. 如权利要求1所述的智能化的数据优化方法,其中,所述去异常处理包括双边测试剔除处理和单边测试剔除处理,所述单边测试剔除处理包括最小值测试剔除处理和最大值测试剔除处理;
    其中,所述双边测试剔除处理的计算方法为:
    Figure PCTCN2020098964-appb-100001
    其中,i是正整数,
    Figure PCTCN2020098964-appb-100002
    表示所述原始数据集的平均值,S表示所述原始数据集的标准差,Y i表示所述原始数据集内的数据,G 1为所述双边测试剔除处理的值;
    所述最小值测试剔除处理的计算方法为:
    Figure PCTCN2020098964-appb-100003
    其中,G 2为所述最小值测试剔除处理后的值;
    所述最大值测试剔除处理的计算方法为:
    Figure PCTCN2020098964-appb-100004
    其中,G 3为所述最大值测试剔除处理后的值。
  3. 如权利要求1所述的智能化的数据优化方法,其中,所述将所述标准数据集进行灰色预测得到统计信息集,包括:
    对所述标准数据集根据抽样统计方法统计历史数据得到历史数据集;
    相加所述历史数据集和所述标准数据集得到总数据集;
    根据所述总数据集建立微分方程,求解所述微分方程得到所述统计信息集。
  4. 如权利要求3所述的智能化的数据优化方法,其中,所述微分方程为:
    Figure PCTCN2020098964-appb-100005
    其中,X (2)表示所述总数据集,s为所述总数据集的数据编号,a为所述微分方程的制约因子,u为所述微分方程的目标值。
  5. 如权利要求1至4中任意一项所述的智能化的数据优化方法,其中,所述计算所述统计信息集的代价值得到成本数据集,包括:
    将所述统计信息集进行全排列得到多个全排列值;
    根据预先构建的代价函数计算所述多个全排列值的代价值;
    选择代价值最小的全排列值对应的排列数据集得到成本数据集。
  6. 如权利要求5所述的智能化的数据优化方法,其中,所述全排列值y为:
    Figure PCTCN2020098964-appb-100006
    其中,n!表示所述统计信息集的排列组合,r k!表示遍历所述统计信息集的数据并进行排列。
  7. 如权利要求5所述的智能化的数据优化方法,其中,所述代价函数为:
    Figure PCTCN2020098964-appb-100007
    其中,N表示所述多个全排列值的具体个数,y goal表示预设全排列值的目标值,y i表示所述多个全排列值,L表示目标函数,J(y i)表示惩罚函数,ρ表示调节因子。
  8. 一种电子设备,其中,所述设备包括存储器和处理器,所述存储器上存储有可在所述处理器上运行的智能化的数据优化程序,所述智能化的数据优化程序被所述处理器执行时实现如下步骤:
    接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集;
    将所述标准数据集进行灰色预测得到统计信息集;
    计算所述统计信息集的代价值得到成本数据集;
    剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集;
    将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
  9. 如权利要求8所述的电子设备,其中,所述去异常处理包括双边测试剔除处理和单边测试剔除处理,所述单边测试剔除处理包括最小值测试剔除处理和最大值测试剔除处理;
    其中,所述双边测试剔除处理的计算方法为:
    Figure PCTCN2020098964-appb-100008
    其中,i是正整数,
    Figure PCTCN2020098964-appb-100009
    表示所述原始数据集的平均值,S表示所述原始数据集的标准差,Y i表示所述原始数据集内的数据,G 1为所述双边测试剔除处理的值。
    所述最小值测试剔除处理的计算方法为:
    Figure PCTCN2020098964-appb-100010
    其中,G 2为所述最小值测试剔除处理后的值;
    所述最大值测试剔除处理的计算方法为:
    Figure PCTCN2020098964-appb-100011
    其中,G 3为所述最大值测试剔除处理后的值。
  10. 如权利要求8所述的电子设备,其中,所述将所述标准数据集进行灰色预测得到统计信息集,包括:
    对所述标准数据集根据抽样统计方法统计历史数据得到历史数据集;
    相加所述历史数据集和所述标准数据集得到总数据集;
    根据所述总数据集建立微分方程,求解所述微分方程得到统计信息集。
  11. 如权利要求10所述的电子设备,其中,所述微分方程为:
    Figure PCTCN2020098964-appb-100012
    其中,X (2)表示所述总数据集,s为所述总数据集的数据编号,a为所述微分方程的制约因子,u为所述微分方程的目标值。
  12. 如权利要求8至11中任意一项所述的电子设备,其中,所述计算所述统计信息集的代价值得到成本数据集,包括:
    将所述统计信息集进行全排列得到多个全排列值;
    根据预先构建的代价函数计算所述多个全排列值的代价值;
    选择代价值最小的全排列值对应的排列数据集得到成本数据集。
  13. 如权利要求12所述的电子设备,其中,所述全排列值y为:
    Figure PCTCN2020098964-appb-100013
    其中,n!表示所述统计信息集的排列组合,r k!表示遍历所述统计信息集的数据并进行排列。
  14. 如权利要求12所述的电子设备,其中,所述代价函数为:
    Figure PCTCN2020098964-appb-100014
    其中,N表示所述多个全排列值的具体个数,y goal表示预设全排列值的目标值,y i表示所述多个全排列值,L表示目标函数,J(y i)表示惩罚函数,ρ表示调节因子。
  15. 一种智能化的数据优化装置,其中,包括:
    数据接收及处理模块,用于接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集;
    灰色预测模块,用于将所述标准数据集进行灰色预测得到统计信息集;
    成本优化模块,用于计算所述统计信息集的代价值得到成本数据集,剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集;
    数据优化模块,用于将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
  16. 一种计算机可读存储介质,其中,所述计算机可读存储介质上存储有智能化的数据优化程序,所述智能化的数据优化程序可被一个或者多个处理器执行,以实现如下步骤:
    接收用户输入的数据优化指令,从大数据存储平台中提取原始数据集,对所述原始数据集进行去异常处理得到标准数据集;
    将所述标准数据集进行灰色预测得到统计信息集;
    计算所述统计信息集的代价值得到成本数据集;
    剔除所述成本数据集内大于或等于预设成本阈值的数据,得到优化成本数据集;
    将所述优化成本数据集进行数据范围修改操作得到最优数据集,将所述最优数据集存储至所述大数据存储平台内,完成数据优化操作。
  17. 如权利要求16所述的计算机可读存储介质,其中,所述去异常处理包括双边测试剔除处理和单边测试剔除处理,所述单边测试剔除处理包括最小值测试剔除处理和最大值测试剔除处理;
    其中,所述双边测试剔除处理的计算方法为:
    Figure PCTCN2020098964-appb-100015
    其中,i是正整数,
    Figure PCTCN2020098964-appb-100016
    表示所述原始数据集的平均值,S表示所述原始数据集的标准差,Y i表示所述原始数据集内的数据,G 1为所述双边测试剔除处理的值。
    所述最小值测试剔除处理的计算方法为:
    Figure PCTCN2020098964-appb-100017
    其中,G 2为所述最小值测试剔除处理后的值;
    所述最大值测试剔除处理的计算方法为:
    Figure PCTCN2020098964-appb-100018
    其中,G 3为所述最大值测试剔除处理后的值。
  18. 如权利要求16所述的计算机可读存储介质,其中,所述将所述标准数据集进行灰色预测得到统计信息集,包括:
    对所述标准数据集根据抽样统计方法统计历史数据得到历史数据集;
    相加所述历史数据集和所述标准数据集得到总数据集;
    根据所述总数据集建立微分方程,求解所述微分方程得到统计信息集。
  19. 如权利要求18所述的计算机可读存储介质,其中,所述微分方程为:
    Figure PCTCN2020098964-appb-100019
    其中,X (2)表示所述总数据集,s为所述总数据集的数据编号,a为所述微分方程的制约因子,u为所述微分方程的目标值。
  20. 如权利要求16至19中任意一项所述的计算机可读存储介质,其中,所述计算所述统计信息集的代价值得到成本数据集,包括:
    将所述统计信息集进行全排列得到多个全排列值;
    根据预先构建的代价函数计算所述多个全排列值的代价值;
    选择代价值最小的全排列值对应的排列数据集得到成本数据集。
PCT/CN2020/098964 2020-01-19 2020-06-29 智能化的数据优化方法、装置、电子设备及存储介质 WO2021143055A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010068234.5A CN111259318A (zh) 2020-01-19 2020-01-19 智能化的数据优化方法、装置及计算机可读存储介质
CN202010068234.5 2020-01-19

Publications (1)

Publication Number Publication Date
WO2021143055A1 true WO2021143055A1 (zh) 2021-07-22

Family

ID=70950881

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/098964 WO2021143055A1 (zh) 2020-01-19 2020-06-29 智能化的数据优化方法、装置、电子设备及存储介质

Country Status (2)

Country Link
CN (1) CN111259318A (zh)
WO (1) WO2021143055A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111259318A (zh) * 2020-01-19 2020-06-09 平安科技(深圳)有限公司 智能化的数据优化方法、装置及计算机可读存储介质
CN116540790B (zh) * 2023-07-05 2023-09-08 深圳市保凌影像科技有限公司 云台稳定控制方法、装置、电子设备及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020161736A1 (en) * 2001-03-19 2002-10-31 International Business Machines Corporation Systems and methods for using continuous optimization for ordering categorical data sets
CN103853844A (zh) * 2014-03-24 2014-06-11 南开大学 基于Hadoop的关系表非冗余键集合识别方法
CN105205144A (zh) * 2015-09-18 2015-12-30 北京百度网讯科技有限公司 用于数据诊断优化的方法和系统
CN108767883A (zh) * 2018-06-27 2018-11-06 深圳库博能源科技有限公司 一种需求侧的响应处理方法
CN110705816A (zh) * 2019-08-14 2020-01-17 中国平安人寿保险股份有限公司 基于大数据的任务分配方法和装置
CN111259318A (zh) * 2020-01-19 2020-06-09 平安科技(深圳)有限公司 智能化的数据优化方法、装置及计算机可读存储介质

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020161736A1 (en) * 2001-03-19 2002-10-31 International Business Machines Corporation Systems and methods for using continuous optimization for ordering categorical data sets
CN103853844A (zh) * 2014-03-24 2014-06-11 南开大学 基于Hadoop的关系表非冗余键集合识别方法
CN105205144A (zh) * 2015-09-18 2015-12-30 北京百度网讯科技有限公司 用于数据诊断优化的方法和系统
CN108767883A (zh) * 2018-06-27 2018-11-06 深圳库博能源科技有限公司 一种需求侧的响应处理方法
CN110705816A (zh) * 2019-08-14 2020-01-17 中国平安人寿保险股份有限公司 基于大数据的任务分配方法和装置
CN111259318A (zh) * 2020-01-19 2020-06-09 平安科技(深圳)有限公司 智能化的数据优化方法、装置及计算机可读存储介质

Also Published As

Publication number Publication date
CN111259318A (zh) 2020-06-09

Similar Documents

Publication Publication Date Title
US20220391763A1 (en) Machine learning service
US11379755B2 (en) Feature processing tradeoff management
US20200050968A1 (en) Interactive interfaces for machine learning model evaluations
US9886670B2 (en) Feature processing recipes for machine learning
CN112541745B (zh) 用户行为数据分析方法、装置、电子设备及可读存储介质
WO2019144556A1 (zh) 电子装置、信用卡催收案件自动分案方法及存储介质
WO2021143055A1 (zh) 智能化的数据优化方法、装置、电子设备及存储介质
US11687527B2 (en) System and method for analysis of graph databases using intelligent reasoning systems
JP6570156B2 (ja) データベースシステム最適化の方法、システム、電子装置及び記憶媒体
WO2022126961A1 (zh) 针对数据偏移的目标对象行为预测方法及其相关设备
WO2020248365A1 (zh) 智能分配模型训练内存方法、装置及计算机可读存储介质
CN112579621B (zh) 数据展示方法、装置、电子设备及计算机存储介质
WO2019061667A1 (zh) 电子装置、数据处理方法、系统及计算机可读存储介质
WO2021139276A1 (zh) 平台数据库自动化运维方法、装置及计算机可读存储介质
US10452675B1 (en) Source detection and indexing for managed search
US10725993B1 (en) Indexing data sources using a highly available ETL for managed search
CN116450723A (zh) 数据提取方法、装置、计算机设备及存储介质
CN107657155A (zh) 用于鉴定用户操作权限的方法和装置
CN115545753A (zh) 一种基于贝叶斯算法的合作伙伴预测方法及相关设备
CN111652741B (zh) 用户偏好分析方法、装置及可读存储介质
WO2021042528A1 (zh) Noe4j图数据库的更新维护方法、装置及计算机可读存储介质
CN110162487A (zh) 一种快速统计重复次数方法、装置及存储介质
CN111221917A (zh) 智能分区存储方法、装置及计算机可读存储介质
CN113448954B (zh) 业务数据执行方法、装置、电子设备及计算机存储介质
CN114819590B (zh) 策略智能推荐方法、装置、设备及存储介质

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: 20913290

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: 20913290

Country of ref document: EP

Kind code of ref document: A1