You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To close this issue, propose a PR that reduces duplicated code in lgb.prepare() and lgb.prepare2().
Motivation
lgb.prepare() and lgb.prepare2() currently contain a lot of duplicated code and could be simplified. For example, some code is duplicated in the data.frame and data.table blocks of those functions, such as this snippet
Closed in favor of being in #2302. We decided to keep all feature requests in one place.
Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.
This issue can be considered permanently closed! Now that #3095 has been merged, there is only one such function (lgb.convert()), so this issue is now irrelevant.
Summary
To close this issue, propose a PR that reduces duplicated code in
lgb.prepare()
andlgb.prepare2()
.Motivation
lgb.prepare()
andlgb.prepare2()
currently contain a lot of duplicated code and could be simplified. For example, some code is duplicated in thedata.frame
anddata.table
blocks of those functions, such as this snippetThe text was updated successfully, but these errors were encountered: