Skip to content

Commit

Permalink
More updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy committed Dec 12, 2023
1 parent 378ba38 commit a37662a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scope/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import wandb
import json

from .models import AbstractClassifier
from models import AbstractClassifier


class DenseBlock(tf.keras.models.Model):
Expand Down
2 changes: 1 addition & 1 deletion scope/xgb.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pathlib
from .models import AbstractClassifier
from models import AbstractClassifier
import xgboost as xgb
from sklearn.metrics import (
confusion_matrix,
Expand Down

0 comments on commit a37662a

Please sign in to comment.