Skip to content

Commit

Permalink
add YeoJohnson to precompile load
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Aug 9, 2024
1 parent d7790c4 commit 27b21da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BoxCox.jl
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ end
@compile_workload begin
fit(BoxCoxTransformation, y2)
fit(BoxCoxTransformation, X, y2)
fit(YeoJohnsonTransformation, y)
fit(YeoJohnsonTransformation, X, y)
end
end

Expand Down

0 comments on commit 27b21da

Please sign in to comment.