Skip to content

Commit

Permalink
Add import in regression.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jyx-su authored Nov 6, 2023
1 parent 1710840 commit ec66991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/regression.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
from sklearn.metrics import mean_squared_error
from sklearn.model_selection import train_test_split

import numpy as np
import pandas as pd

from ngboost import NGBRegressor
from ngboost.distns import Normal

Expand Down

0 comments on commit ec66991

Please sign in to comment.