Skip to content

Commit

Permalink
make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jyx-su committed Nov 9, 2023
1 parent 428d9e9 commit c6e4c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions examples/regression.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from sklearn.metrics import mean_squared_error
from sklearn.model_selection import train_test_split

import numpy as np
import pandas as pd
from sklearn.metrics import mean_squared_error
from sklearn.model_selection import train_test_split

from ngboost import NGBRegressor
from ngboost.distns import Normal
Expand Down
1 change: 0 additions & 1 deletion examples/survival.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np
import pandas as pd

from sklearn.metrics import mean_squared_error
from sklearn.model_selection import train_test_split

Expand Down

0 comments on commit c6e4c88

Please sign in to comment.