Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes authored and trivialfis committed Jul 25, 2024
1 parent 45f40d9 commit eaa8453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/objective/init_estimation.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

namespace xgboost::obj {
class FitIntercept : public ObjFunction {
public:
public:
void InitEstimation(MetaInfo const& info, linalg::Vector<float>* base_score) const override;
};

class FitInterceptGlmLike : public ObjFunction {
public:
public:
void InitEstimation(MetaInfo const& info, linalg::Vector<float>* base_score) const override;
};

Expand Down
2 changes: 1 addition & 1 deletion src/objective/regression_obj.cu
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class RegLossObj : public FitInterceptGlmLike {
};

class LogisticRawObj : public RegLossObj<LogisticRaw> {
public:
public:
void InitEstimation(MetaInfo const& info,
linalg::Vector<float>* base_score) const override {
RegLossObj::InitEstimation(info, base_score);
Expand Down

0 comments on commit eaa8453

Please sign in to comment.