Skip to content

Commit

Permalink
re-export LogLink
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemvanderdeure committed Dec 21, 2023
1 parent 8351d1f commit 246099a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Maxnet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import Tables, Lasso, GLMNet, Interpolations, CategoricalArrays, GLM, SparseArra
import StatsAPI, StatsBase, Statistics
import MLJModelInterface as MMI

using GLM: IdentityLink, CloglogLink, LogitLink
using GLM: IdentityLink, CloglogLink, LogitLink, LogLink
using MLJModelInterface: Continuous, Binary, Multiclass, Count

export IdentityLink, CloglogLink, LogitLink # re-export relevant links
export IdentityLink, CloglogLink, LogitLink, LogLink # re-export relevant links
export LassoBackend, GLMNetBackend
export maxnet, predict
export LinearFeature, CategoricalFeature, QuadraticFeature, ProductFeature, ThresholdFeature, HingeFeature
Expand Down

0 comments on commit 246099a

Please sign in to comment.