This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
AbductiveLearning
/
ABLkit
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[ENH] Add example code of tabular dataset
pull/1/head
Tony-HYX
1 year ago
parent
168ae530f1
commit
258e229a9c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save