Skip to content

Commit

Permalink
Import sklearn.linear_model for linear regression
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Sep 10, 2024
1 parent 1b45097 commit ebceeb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bnpm/linear_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import gc

import numpy as np
import sklearn
import sklearn.linear_model


def LinearRegression_sweep(X_in,
Expand Down

0 comments on commit ebceeb7

Please sign in to comment.