Skip to content

Commit

Permalink
typo in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiaanr committed Aug 2, 2024
1 parent 0e311fe commit 114ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/train_mlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pandas as pd
from ptype.callbacks import MetricsCallback
from ptype.data import load_ptype_uq, preprocess_data
from pytpe.trainer import trainer
from ptype.trainer import trainer
from mlguess.keras.callbacks import get_callbacks
from mlguess.keras.models import CategoricalDNN
from mlguess.pbs import launch_pbs_jobs
Expand Down

0 comments on commit 114ef8d

Please sign in to comment.