Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodaigh committed Aug 18, 2020
1 parent 1763906 commit 77df964
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/logitlogloss.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Pkg.activate("c:/git/JLBoost")
@time using DataFrames
@time using JDF
@time using JLBoost, LossFunctions
using JLBoost: LogitLogloss

###############################################################################
# fitting GiveMeSomeCredit
Expand Down
4 changes: 4 additions & 0 deletions test/test-ambiguities.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
using JLBoost
using Test

# @test isempty(Test.detect_ambiguities(Base, Core, JLBoost))
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Pkg
Pkg.activate("c:/git/JLBoost")
Pkg.activate("c:/git/JLBoost/jlboost-test")
@time using JLBoost
@time using DataFrames, JDF

Expand All @@ -22,6 +22,7 @@ end
###############################################################################
@time a = loadjdf("c:/data/GiveMeSomeCredit/cs-training.jdf")

# this won't work until missing won't work
@time jlboost(a, :SeriousDlqin2yrs)

@time jlboost(a, :SeriousDlqin2yrs, max_leaves = 32)

0 comments on commit 77df964

Please sign in to comment.