chg file name of reg
This commit is contained in:
parent
4ebdd3cdd2
commit
d534c22094
@ -9,8 +9,8 @@
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <omp.h>
|
||||
#include "xgboost_regdata.h"
|
||||
#include "xgboost_regeval.h"
|
||||
#include "xgboost_reg_data.h"
|
||||
#include "xgboost_reg_eval.h"
|
||||
#include "../booster/xgboost_gbmbase.h"
|
||||
#include "../utils/xgboost_utils.h"
|
||||
#include "../utils/xgboost_stream.h"
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
#ifndef XGBOOST_REGDATA_H
|
||||
#define XGBOOST_REGDATA_H
|
||||
#ifndef XGBOOST_REG_DATA_H
|
||||
#define XGBOOST_REG_DATA_H
|
||||
|
||||
/*!
|
||||
* \file xgboost_regdata.h
|
||||
* \brief input data structure for regression and binary classification task.
|
||||
* Format:
|
||||
* The data should contain each data instance in each line.
|
||||
* The format of line data is as below:
|
||||
* label <nonzero feature dimension> [feature index:feature value]+
|
||||
* \author Kailong Chen: chenkl198812@gmail.com, Tianqi Chen: tianqi.tchen@gmail.com
|
||||
*/
|
||||
* \file xgboost_reg_data.h
|
||||
* \brief input data structure for regression and binary classification task.
|
||||
* Format:
|
||||
* The data should contain each data instance in each line.
|
||||
* The format of line data is as below:
|
||||
* label <nonzero feature dimension> [feature index:feature value]+
|
||||
* \author Kailong Chen: chenkl198812@gmail.com, Tianqi Chen: tianqi.tchen@gmail.com
|
||||
*/
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
#include "../booster/xgboost_data.h"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef XGBOOST_REGEVAL_H
|
||||
#define XGBOOST_REGEVAL_H
|
||||
#ifndef XGBOOST_REG_EVAL_H
|
||||
#define XGBOOST_REG_EVAL_H
|
||||
/*!
|
||||
* \file xgboost_regeval.h
|
||||
* \file xgboost_reg_eval.h
|
||||
* \brief evaluation metrics for regression and classification
|
||||
* \author Kailong Chen: chenkl198812@gmail.com, Tianqi Chen: tianqi.tchen@gmail.com
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user