Skip to content

Commit

Permalink
remove library()
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 13, 2020
1 parent 86a7fb2 commit c92f4ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R-package/demo/leaf_stability.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# Obviously, we are in a controlled environment, without issues (real rules).
# Do not do this in a real scenario.

# First, we load our libraries
library(lightgbm)
library(ggplot2)

# Second, we load our data
data(agaricus.train, package = "lightgbm")
Expand Down

0 comments on commit c92f4ff

Please sign in to comment.