CN113378908B - Heating ventilation air conditioning system fault diagnosis method based on LightGBM algorithm and grid search algorithm - Google Patents

Heating ventilation air conditioning system fault diagnosis method based on LightGBM algorithm and grid search algorithm Download PDF

Info

Publication number
CN113378908B
CN113378908B CN202110626412.6A CN202110626412A CN113378908B CN 113378908 B CN113378908 B CN 113378908B CN 202110626412 A CN202110626412 A CN 202110626412A CN 113378908 B CN113378908 B CN 113378908B
Authority
CN
China
Prior art keywords
data
model
lightgbm
fault diagnosis
algorithm
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110626412.6A
Other languages
Chinese (zh)
Other versions
CN113378908A (en
Inventor
陆玲霞
韩宝慧
于淼
季文献
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang University ZJU
Original Assignee
Zhejiang University ZJU
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 Zhejiang University ZJU filed Critical Zhejiang University ZJU
Priority to CN202110626412.6A priority Critical patent/CN113378908B/en
Publication of CN113378908A publication Critical patent/CN113378908A/en
Application granted granted Critical
Publication of CN113378908B publication Critical patent/CN113378908B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/243Classification techniques relating to the number of classes
    • G06F18/2433Single-class perspective, e.g. one-against-all classification; Novelty detection; Outlier detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/29Graphical models, e.g. Bayesian networks
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/20Administration of product repair or maintenance

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Evolutionary Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Business, Economics & Management (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Artificial Intelligence (AREA)
  • Human Resources & Organizations (AREA)
  • Operations Research (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Tourism & Hospitality (AREA)
  • Strategic Management (AREA)
  • Quality & Reliability (AREA)
  • Air Conditioning Control Device (AREA)

Abstract

The invention discloses a heating ventilation air conditioning system fault diagnosis method based on a LightGBM algorithm and a grid search algorithm, which comprises the following steps: 1) Data acquisition and pretreatment, namely collecting fault data of an air conditioner water chilling unit, and carrying out pretreatment such as data cleaning and normalization on the data; 2) Constructing a LightGBM-based air conditioner fault diagnosis model, and determining an over-parameter to be optimized of the model and a value range of the over-parameter; 3) And (3) training and optimizing the hyper-parameters by using a grid search method and combining a five-fold cross validation method, and determining the optimal hyper-parameter combination of the model. By adopting the technology, compared with the prior art, the invention overcomes the defects of the prior art, provides the fault diagnosis method of the heating ventilation air conditioning system based on the LightGBM algorithm and the grid search algorithm, and improves the diagnosis and prediction effect of the air conditioning fault by utilizing the characteristics of rapidness and high-performance distribution of the LightGBM.

Description

Heating ventilation air conditioning system fault diagnosis method based on LightGBM algorithm and grid search algorithm
Technical Field
The invention relates to the technical field of air conditioner fault diagnosis, in particular to a heating ventilation air conditioning system fault diagnosis method based on a LightGBM algorithm and a grid search algorithm.
Background
The air conditioning system breaks down due to various factors such as equipment aging, natural wear, unreasonable design and regulation and control and the like in the operation process, and the system efficiency is reduced due to the faults, so that not only is the energy consumption waste and the carbon emission increased, but also the economic loss is caused, and the environment is damaged. Therefore, the method has important practical significance for timely detecting and accurately diagnosing the faults of the heating, ventilating and air conditioning system, can save energy, reduce shutdown, avoid irreversible damage of the air conditioning system, reduce carbon emission and reduce the time required for planning spare parts and inventory.
Most of the conventional fault diagnosis methods are based on statistics or threshold setting methods, but the threshold setting method depends on the experience of workers, so that the error reporting rate is high, and the diagnosis effect is poor. In recent years, the structure of an air conditioning system is more and more complex, the fault types are more and more diversified, and the air conditioning fault diagnosis through a machine learning and data mining method is also a current research hotspot. The gradient hoist (GBM) model is based on a decision tree algorithm, and related improved algorithms have good effects on multi-classification prediction problems, such as an extreme gradient hoist (XGboost), a light gradient hoist (LightGBM) and the like, have the advantages of high training speed, low memory occupation and the like, and are optimal algorithms for predicting medium and small-sized structure data.
However, the fault diagnosis model constructed based on the complaint method still has a large number of uncertain parameters, which causes large fluctuation of the model diagnosis accuracy. Different hyper-parameters have larger influence on the diagnosis effect of the fault diagnosis model, so that the superiority of the fault diagnosis model can be brought into play by selecting a good hyper-parameter combination, and the accuracy of fault diagnosis is improved.
Disclosure of Invention
In order to improve the accuracy of air conditioner fault diagnosis and solve the problem of poor diagnosis effect in the prior art, the invention provides a heating ventilation air conditioning system fault diagnosis method based on a LightGBM algorithm and a grid search algorithm, and the accurate prediction and diagnosis of the faults of a water chilling unit of a heating ventilation air conditioning system are realized by utilizing machine learning and data mining technologies.
The technical scheme adopted by the invention is as follows:
a fault diagnosis method for a heating, ventilating and air conditioning system based on a LightGBM algorithm and a grid search algorithm comprises the following steps:
(1) Data acquisition and pretreatment, namely collecting state data of a water chilling unit of a heating ventilation air conditioning system during normal operation and different faults, carrying out pretreatment such as data cleaning and normalization on the data, and marking fault labels to obtain training sample data;
(2) Constructing a LightGBM model as an air conditioner fault diagnosis model, and determining an over-parameter to be optimized of the model and a value range of the over-parameter; the input of the LightGBM model is preprocessed state data, and the output of the LightGBM model is a predicted value of a fault label.
(3) Training and optimizing the hyper-parameters of the LightGBM model by using the training sample data in the step (1) and combining a grid search method with a five-fold cross validation method, and determining the optimal hyper-parameter combination of the model to obtain the optimal air conditioner fault diagnosis model.
(4) And collecting the running state data of the water chilling unit of the heating, ventilating and air conditioning system in real time, carrying out preprocessing such as data cleaning and normalization, and inputting the preprocessed data into an optimal air conditioner fault diagnosis model to carry out air conditioner fault diagnosis.
Further, the state data at least includes evaporation temperature, condensation temperature, suction temperature, discharge temperature, evaporation pressure, condensation pressure, flow rate, valve position information, compressor power, and the like.
Further, in the step (1), for a missing value occurring in the data acquisition process, a lagrange interpolation method is adopted for processing, and an interpolation polynomial is as follows:
Figure BDA0003102223990000021
where θ represents the position of the missing value data, L n (theta) is interpolated x, n is n data points adjacent to missing value column, k is index, x k Taking the value of the kth data adjacent to the missing value, l k (θ) is a basis function, and the mathematical expression is:
Figure BDA0003102223990000022
wherein, theta k Representing the k-th position adjacent to theta. And removing abnormal values occurring in the data acquisition process and processing the abnormal values by adopting a Lagrange interpolation method.
Further, the determined hyper-parameters of the LightGBM model that need to be optimized include: bagging _ freq, bagging _ fraction, feature _ fraction, num _ leaves, max _ bin, leaving _ rate, max _ depth, min _ data _ in _ leaf. Wherein, the value ranges of the three parameters of the bagging _ freq, the bagging _ fraction and the feature _ fraction are all set as [0.5,1.0], and the step length is 0.1. The num _ leaves has the value range of [30,300] and the step length of 10. The max _ bin range is set to 10,50, with a step size of 5. The learning _ rate value range is set to [0.01,0.2], and the step size is 0.01. The value range of max _ depth is [3,11], and the step length is 1. The value range of min _ data _ in _ leaf is set to [20,120] and the step size is 10.
Further, the step (3) specifically includes the following sub-steps:
3.1 Determine max _ depth and num _ leaves;
3.2 Determine min _ data _ in _ leaf and max _ bin;
3.3 Determine feature _ fraction, bagging _ freq;
3.4 Reduce the learning _ rate, increase the number of iterations, train and validate the model using the quintuple cross validation method. And (5) repeating the steps (3.1) to (3.4) until the optimal hyper-parameter combination is obtained, so as to obtain the optimal air conditioner fault diagnosis model.
Preferably, the LightGBM model is implemented by adopting python language, and the fault diagnosis model of the warm air conditioning system based on the LightGBM algorithm and the grid search algorithm is implemented by using a Lightgbm machine learning library.
The invention has the beneficial technical effects that:
the invention provides a fault diagnosis method of a heating, ventilating and air conditioning system based on a LightGBM algorithm and a grid search algorithm, and compared with the prior art, the fault diagnosis method has the following advantages: aiming at the characteristics of large group data volume and multiple data dimensions of a cold water unit of the heating, ventilation and air conditioning system, the optimal hyper-parameter is found out by utilizing the distributed and efficient characteristics of LightGBM through a grid search method, and the problems of difficulty in fault diagnosis and modeling and low accuracy of the heating, ventilation and air conditioning system are well solved, so that the type of the fault occurrence is accurately judged, and support is provided for solving the fault.
Drawings
FIG. 1 is a LightGBM model framework;
fig. 2 is a flow chart based on the LightGBM algorithm and the grid search algorithm;
FIG. 3 is a LightGBM histogram;
FIG. 4 is a five-fold cross-validation graph.
Detailed Description
In order to make the technical solutions of the present invention more clear and definite for those skilled in the art, the following embodiments are combined with the accompanying drawings. The present invention is described in further detail, but the embodiments of the present invention are not limited thereto.
As shown in fig. 1 to 4, the air conditioner fault diagnosis method provided in this embodiment is based on a LightGBM algorithm of a decision tree gradient boosting method, and combines a grid search method and five-fold cross validation to find an optimal combination of hyper-parameters, thereby improving accuracy and stability of the model.
In this embodiment, the LightGBM model is implemented by using python language, the air conditioner fault diagnosis model based on the LightGBM algorithm and the grid search algorithm is implemented by using a LightGBM machine learning library, and the trained model hardware environment is intel corei5 and nvidiageferenrtx 2080Ti.
Further, in this embodiment, as shown in fig. 1 to 4, the method for diagnosing faults of an hvac system based on the LightGBM algorithm and the grid search algorithm includes the following steps:
the method comprises the following steps of (1) data acquisition and pretreatment, namely collecting fault data of a water chilling unit of the heating, ventilating and air conditioning system, carrying out pretreatment such as data cleaning and normalization on the data, and dividing the pretreated data into a training set, a verification set and a test set, wherein the method specifically comprises the following steps:
1) The fault data of the water chilling unit in a 1043-RP project of the American society of heating, refrigeration and air conditioning engineers (ASHRAE) is selected, the project is that under the laboratory condition, the running condition of the unit is changed, the unit is made to run under different working conditions and fault conditions, corresponding data is collected, and relatively authoritative data information is provided for fault detection diagnosis and performance research of the water chilling unit.
The ASHRAE-1043-RP data acquisition interval is 10s, and 64 parameters are acquired in total. Wherein, there are 48 parameters directly gathered through the sensor, including 29 temperature parameters, 7 valve position parameters, 5 pressure parameters, 2 flow parameters, 1 power parameter, 1 current parameter etc. and the rest 16 parameters are calculated in real time by means of VisSim software.
In this embodiment, 7 typical failures and normal data packets of the chiller are selected, each failure containing 4 severity levels, as shown in table 1.
TABLE 1 ASHRAE 1043-RP typical failure
Type of failure Class 1 Class 2 Class 3 Class 4
Insufficient flow of freezing water -10% -20% -30% -40%
Insufficient cooling water flow -10% -20% -30% -40%
Leakage of refrigerant -10% -20% -30% -40%
Excess refrigerant +10% +20% +30% +40%
With non-condensable gases +1.0% +1.7% +2.4% +5.7%
Excessive lubricating oil +14% +32% +50% +68%
Condenser fouling +12% +20% +30% +45%
2) The data of 4 grades are labeled with faults and then mixed as an input data set of the embodiment, and the state data at least comprises characteristics such as evaporation temperature, condensation temperature, suction temperature, exhaust temperature, evaporation pressure, condensation pressure, flow, valve position information, compressor power and the like which are expressed as the characteristics
Figure BDA0003102223990000041
Where s represents the number of samples and r represents the number of features in each sample. Incorporating a corresponding fault type label y i And forming training sample data.
In the data acquisition process, missing values or abnormal values may occur, and for the abnormal values, the original data can be deleted and processed as the missing values; for the missing value, a Lagrange interpolation method is adopted for processing, and the interpolation polynomial is as follows:
Figure BDA0003102223990000042
where θ represents the position of the missing value data, L n (theta) is interpolated x, n is n data points adjacent to missing value column, k is index, x k Value l at this location for the corresponding function, i.e. the original fault data k (θ) is a basis function, and the mathematical expression is:
Figure BDA0003102223990000043
where θ represents the position of the missing value data, and θ k Representing the k-th position adjacent to theta.
In order to reduce the operation amount of subsequent model processing, each characteristic of all samples is normalized by adopting a min-max normalization method, the normalized data range is between [0,1], and the calculation formula is as follows:
Figure BDA0003102223990000044
where δ' is the normalized value, δ is the original data value, δ max Is the maximum value, δ, of the corresponding feature in the data sample min Is the minimum value of the corresponding feature in the data sample.
Step (2), a LightGBM-based model is constructed to serve as an air conditioner fault diagnosis model, and the hyper-parameters and the value range of the hyper-parameters, which need to be optimized, of the model are determined, and the method specifically comprises the following steps:
establishing LightGBM model
Combining M weak regression trees into a strong regression tree linearly, wherein the calculation formula is as follows:
Figure BDA0003102223990000051
in the formula: f (x) is the final output value; f. of m (x) The output value of the m weak regression tree.
The main improvements of the LightGBM model include the histogram algorithm (fig. 3) and the Leaf growth with depth limitation (Leaf-wise) strategy. The histogram algorithm divides the continuous data into K integers and constructs a histogram of width K. And during traversal, the discretized value is used as an index to be accumulated in the histogram, and then the optimal decision tree segmentation point is searched.
While the Leaf-wise strategy with depth limitation means that at each split, the Leaf that finds the greatest gain is split and cycled through. Meanwhile, the complexity of the model is reduced and overfitting is prevented by limiting the depth of the tree and the number of leaves.
The hyper-parameters that the LightGBM model needs to optimize are shown in table 2:
TABLE 2 LightGBM model hyper-parameters
Figure BDA0003102223990000052
Step (3), optimizing the hyper-parameters of the LightGBM model by using a grid search method combined with a five-fold cross validation method, and determining the optimal hyper-parameter combination of the model, wherein the method specifically comprises the following steps:
3.1 Set a higher learning rate first, accelerate convergence speed, set learning _ rate =0.1, and then select Boosting as the gradient Boosting decision tree gbdt;
3.2 Secondly, optimizing max _ depth and num _ leaves, wherein if the max _ depth is too large, the model is over-fitted, and if the max _ depth is too small, the learning capacity of the model is reduced, so that the value range of the max _ depth is selected to be [3,11], and the step length is 1; the value of num _ leaves is generally less than 2 (max _ depth), so the value range of num _ leaves is [30,300], and the step length is 10;
3.3 Min _ data _ in _ leaf and max _ bin are optimized, the two parameters are adjusted to reduce overfitting, the value range of min _ data _ in _ leaf is set to [20,120], and the step size is 10; the value range of max _ bin is set to [10,50], and the step length is 5;
3.4 Optimizing feature _ fraction, bagging _ fraction and bagging _ fraction, aiming at improving training speed and reducing overfitting, wherein the value ranges of three parameters are set to be 0.5,1.0, and the step length is 0.1;
3.5 Reduce the learning rate, set the learning rate learning _ rate value range to [0.01,0.2], and the step size to 0.01. The number of iterations is increased and the number of iterations,
3.6 Setting initial hyper-parameters of the model according to the hyper-parameters determined in the steps 3.1) to 3.5), using the training sample data obtained in the step 1, and performing iterative training on the model by adopting a five-fold cross validation method through a minimum loss function;
3.7 Judging whether the model reaches an early stop condition, if so, ending the training in advance; if not, returning to the step 3.6) to continue iteration;
and repeating the steps 3.1) -3.7) until the optimal hyper-parameter combination is obtained, and obtaining the optimal air conditioner fault diagnosis model.
The LightGBM model optimal hyper-parameters are shown in table 3.
TABLE 3 LightGBM model optimal hyperparameters
Hyper-parameter
max_depth 10
num_leaves 200
min_data_in_leaf 100
max_bin 35
feature_fraction 0.8
bagging_fraction 0.8
bagging_freq 1
learning_rate 0.06
Wherein, the five-fold cross validation mode is as follows (fig. 4): firstly, disorganizing the acquired original data, then randomly dividing the data into five parts, training a model by sequentially using four parts of data, detecting the identification and classification accuracy of the fault diagnosis model by using the remaining part of data as a verification set, and finally, evaluating the diagnosis performance of the model on fault problems by taking the average value of the five parts of accuracy obtained on the verification set.
In this embodiment, after the LightGBM model parameters reach the optimum, model test and evaluation are performed on the cross validation sample set and the test set by using a common model evaluation algorithm, which specifically comprises the following steps:
the accuracy _ score (accuracy) is used to evaluate the model, and the accuracy is calculated by comparing the predicted fault label with the real fault label, and the calculation formula is as follows:
Figure BDA0003102223990000071
in the formula, s is the number of samples,
Figure BDA0003102223990000072
to predict the label, y i For the actual label, the larger the accuracy _ score is, the closer the diagnosed fault label and the actual fault label are, the more accurate the classification isAnd (8) determining.
The LightGBM model of the present invention was compared to some common models as shown in table 4.
TABLE 4 comparison of different models
Figure BDA0003102223990000073
Through comparison in table 3, it can be seen that the Decision Tree-based models such as Random Forest, decision Tree, lightGBM, etc. have better diagnostic effects, which indicates that the Decision Tree-based models have advantages in processing such tabular data, and it can be seen that the LightGBM model of the present invention has the highest accuracy and the best diagnostic effect.
In conclusion, the invention provides the fault diagnosis method for the heating ventilation air conditioning system based on the LightGBM algorithm and the grid search algorithm, the LightGBM algorithm improves the model performance, meanwhile, the calculation speed is 10 times of that of the original GBDT method, and the size of the memory occupied by the training model is reduced by 3 times. The major improvements of the LightGBM model over the original GBDT method include the histogram algorithm and the Leaf growth with depth limitation (Leaf-wise) strategy. The histogram algorithm divides the continuous data into K integers and constructs a histogram of width K. And during traversal, the discretized value is used as an index to be accumulated in the histogram, so that the optimal decision tree segmentation point is searched, and the prediction precision is improved while the speed is improved.
The above are merely preferred examples of the present invention and do not limit the scope of the present invention. It should be noted that, for those skilled in the art, the equivalent substitutions or changes made according to the technical solutions or concepts of the present invention belong to the protection scope of the present invention.

Claims (2)

1. A heating ventilation air conditioning system fault diagnosis method based on a LightGBM algorithm and a grid search algorithm is characterized in that: the method comprises the following steps:
(1) Data acquisition and pretreatment, namely collecting state data of a water chilling unit of a heating ventilation air conditioning system during normal operation and different faults, cleaning and carrying out normalized pretreatment on the data, and marking fault labels to obtain training sample data; the state data at least comprises evaporation temperature, condensation temperature, suction temperature, exhaust temperature, evaporation pressure, condensation pressure, flow, valve position information and compressor power;
(2) Constructing a LightGBM model as an air conditioner fault diagnosis model, and determining an over-parameter to be optimized of the model and a value range of the over-parameter; the input of the LightGBM model is preprocessed state data, and the output of the LightGBM model is a predicted value of a fault label;
(3) Training and optimizing the hyper-parameters of the LightGBM model by using the training sample data in the step (1) and combining a grid search method with a five-fold cross validation method, and determining the optimal hyper-parameter combination of the model to obtain an optimal air conditioner fault diagnosis model; the determined hyper-parameters of the LightGBM model needing to be optimized comprise: bagging _ freq, bagging _ fraction, feature _ fraction, num _ leaves, max _ bin, leaving _ rate, max _ depth, and min _ data _ in _ leaf; wherein, the value ranges of the three parameters of the bagging _ freq, the bagging _ fraction and the feature _ fraction are all set as [0.5,1.0], and the step length is 0.1; the value range of num _ leaves is [30,300], and the step length is 10; the value range of max _ bin is set to [10,50], and the step length is 5; setting the value range of the learning _ rate as [0.01,0.2], and setting the step length as 0.01; the value range of max _ depth is [3,11], and the step length is 1; setting the value range of min _ data _ in _ leaf as [20,120], and the step length is 10;
the step (3) specifically comprises the following substeps:
(3.1) determining max _ depth and num _ leaves;
(3.2) determining min _ data _ in _ leaf and max _ bin;
(3.3) determining feature _ fraction, bagging _ fraction and bagging _ freq;
(3.4) reducing the learning _ rate, increasing the iteration times, and training and verifying the model by using a five-fold cross-validation method;
repeating the steps (3.1) - (3.4) until the optimal hyper-parameter combination is obtained, and obtaining an optimal air conditioner fault diagnosis model;
(4) Collecting the running state data of the water chilling unit of the heating, ventilating and air conditioning system in real time, carrying out data cleaning and normalization preprocessing, and inputting the data into an optimal air conditioner fault diagnosis model for air conditioner fault diagnosis.
2. The method for diagnosing faults of heating, ventilating and air conditioning system based on LightGBM algorithm and grid search algorithm as claimed in claim 1, wherein: in the step (1), a lagrange interpolation method is adopted to process missing values occurring in the data acquisition process, and the interpolation polynomial is as follows:
Figure QLYQS_1
where θ represents the position of the missing value data, L n (theta) is x after interpolation, n is n same state data points adjacent to the missing value, k is an index, and x k Taking the value of the kth data adjacent to the missing value, l k (θ) is a basis function, and the mathematical expression is:
Figure QLYQS_2
wherein, theta k Represents the k-th position adjacent to θ; and removing abnormal values occurring in the data acquisition process and processing the abnormal values by adopting a Lagrange interpolation method.
CN202110626412.6A 2021-06-04 2021-06-04 Heating ventilation air conditioning system fault diagnosis method based on LightGBM algorithm and grid search algorithm Active CN113378908B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110626412.6A CN113378908B (en) 2021-06-04 2021-06-04 Heating ventilation air conditioning system fault diagnosis method based on LightGBM algorithm and grid search algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110626412.6A CN113378908B (en) 2021-06-04 2021-06-04 Heating ventilation air conditioning system fault diagnosis method based on LightGBM algorithm and grid search algorithm

Publications (2)

Publication Number Publication Date
CN113378908A CN113378908A (en) 2021-09-10
CN113378908B true CN113378908B (en) 2023-04-18

Family

ID=77575890

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110626412.6A Active CN113378908B (en) 2021-06-04 2021-06-04 Heating ventilation air conditioning system fault diagnosis method based on LightGBM algorithm and grid search algorithm

Country Status (1)

Country Link
CN (1) CN113378908B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113821976A (en) * 2021-09-26 2021-12-21 中国华能集团清洁能源技术研究院有限公司 Lithium battery fault diagnosis modeling method based on integrated algorithm
CN114738938A (en) * 2022-03-04 2022-07-12 青岛海尔空调电子有限公司 Fault monitoring method and device for multi-split air conditioning unit and storage medium
CN114722730A (en) * 2022-06-07 2022-07-08 杭州集益科技有限公司 LightGBM and random search method based coal-fired boiler exhaust gas temperature prediction method and system
CN117972616A (en) * 2024-03-28 2024-05-03 江西江投能源技术研究有限公司 Pumped storage generator set safety state monitoring and diagnosing method and system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109931678A (en) * 2019-03-13 2019-06-25 中国计量大学 Air-conditioning fault diagnosis method based on deep learning LSTM

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108896914B (en) * 2018-05-11 2020-08-04 浙江工业大学 Gradient lifting tree modeling and prediction method for health condition of lithium battery
CN110458204A (en) * 2019-07-23 2019-11-15 上海交通大学 Vehicle supply chain method based on information gain and LightGBM model
CN110594107B (en) * 2019-10-24 2020-06-16 内蒙古青电云电力服务有限公司 Wind turbine generator fault detection method and device based on rapid gradient elevator
CN110685868A (en) * 2019-10-25 2020-01-14 长沙理工大学 Wind turbine generator fault detection method and device based on improved gradient elevator
CN111259953B (en) * 2020-01-15 2023-10-20 云南电网有限责任公司电力科学研究院 Equipment defect time prediction method based on capacitive equipment defect data

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109931678A (en) * 2019-03-13 2019-06-25 中国计量大学 Air-conditioning fault diagnosis method based on deep learning LSTM

Also Published As

Publication number Publication date
CN113378908A (en) 2021-09-10

Similar Documents

Publication Publication Date Title
CN113378908B (en) Heating ventilation air conditioning system fault diagnosis method based on LightGBM algorithm and grid search algorithm
Fan et al. A framework for knowledge discovery in massive building automation data and its application in building diagnostics
CN114484731B (en) Central air conditioner fault diagnosis method and device based on stacking fusion algorithm
CN113792762A (en) Water chilling unit fault diagnosis method, system and medium based on Bayesian optimization LightGBM
CN113177594B (en) Air conditioner fault diagnosis method based on Bayesian optimization PCA-extreme random tree
CN113570200B (en) Power grid running state monitoring method and system based on multidimensional information
CN111723925B (en) Fault diagnosis method, device, equipment and medium for on-road intelligent train air conditioning unit
CN112097365A (en) Air conditioner fault detection and identification method and device based on prediction and classification model
CN111999088A (en) Ship refrigeration system fault diagnosis method and device and storage medium
CN112036480A (en) Ship refrigeration system fault diagnosis method and device and storage medium
CN115127192A (en) Semi-supervised water chilling unit fault diagnosis method and system based on graph neural network
CN113432247B (en) Water chilling unit energy consumption prediction method and system based on graph neural network and storage medium
CN110702438B (en) Centrifugal water chilling unit and fresh air system combined fault diagnosis method
CN116432524A (en) Transformer oil temperature prediction method, device, equipment and storage medium
CN113899093B (en) Identification and prejudgment method for oil return fault of screw type refrigeration compressor
CN113051530A (en) KDE-FA-based cold water unit fault feature characterization method
CN115132298A (en) Spring steel decarburization analysis and prediction method
CN114658631B (en) Hydrojet adjusting method and hydrojet adjusting system for improving COP (coefficient of performance) of compressor based on artificial intelligence
CN117514885B (en) Fault detection method and device for axial flow fan
CN114013285B (en) Actual driving range evaluation method for electric automobile
Xu et al. Intelligent Data Center Safety Status Prediction based on Algorithm Ensemble
CN116877406A (en) Early warning method, device, equipment and storage medium for rail transit air conditioner compressor
Zhang et al. Feature selection based on Null Importance for Fault Diagnosis of Chiller
CN117874637A (en) Compressor fault prediction method and device, readable storage medium and electronic equipment
CN117951447A (en) Energy efficiency evaluation and diagnosis method and medium based on operation data of refrigeration machine room

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant