Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Saulo Martiello Mastelini committed Jul 11, 2023
1 parent e7a4cd7 commit 2b623cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions river/preprocessing/ordinal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import itertools

import numpy as np
import pandas as pd

from river import base

Expand Down

0 comments on commit 2b623cf

Please sign in to comment.