Skip to content

Commit

Permalink
Use mock arize client for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
khorshuheng committed Jan 25, 2024
1 parent 3c738d9 commit c8c6c0c
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@

import pandas as pd
import pyarrow as pa
from arize.pandas.validation.errors import ValidationError
from arize.pandas.validation.validator import Validator
from arize.utils.types import (
ModelTypes as ArizeModelType,
Environments as ArizeEnvironment,
Schema as ArizeSchema,
)
from arize.pandas.logger import Client
from merlin.observability.inference import (
BinaryClassificationOutput,
InferenceSchema,
Expand Down

0 comments on commit c8c6c0c

Please sign in to comment.