Browse Source

[ENH] Add example code of tabular dataset

pull/1/head
Tony-HYX 1 year ago
parent
commit
258e229a9c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      examples/zoo/zoo.py

+ 1
- 0
examples/zoo/zoo.py View File

@@ -13,6 +13,7 @@ class ZooKB(KBBase):
def __init__(self):
super().__init__(pseudo_label_list=list(range(7)), use_cache=False)
# Use z3 solver
self.solver = Solver()

# Load information of Zoo dataset


Loading…
Cancel
Save