File tree Expand file tree Collapse file tree 6 files changed +610
-374
lines changed Expand file tree Collapse file tree 6 files changed +610
-374
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
kind : [except-customer-scenarios, customer-scenarios]
119
119
include :
120
120
- kind : " except-customer-scenarios"
121
- extras : " [tf ,plt,ray]"
121
+ extras : " [nn ,plt,ray]"
122
122
pattern : " (?!CustomerScenarios)"
123
123
install_graphviz : true
124
124
version : ' 3.8' # no supported version of tensorflow for 3.9
@@ -226,16 +226,16 @@ jobs:
226
226
extras : " "
227
227
- kind : other
228
228
opts : ' -m "cate_api and not ray" -n auto'
229
- extras : " [tf ,plt]"
229
+ extras : " [nn ,plt]"
230
230
- kind : dml
231
231
opts : ' -m "dml and not ray"'
232
- extras : " [tf ,plt]"
232
+ extras : " [nn ,plt]"
233
233
- kind : main
234
234
opts : ' -m "not (notebook or automl or dml or serial or cate_api or treatment_featurization or ray)" -n 2'
235
- extras : " [tf ,plt,dowhy]"
235
+ extras : " [nn ,plt,dowhy]"
236
236
- kind : treatment
237
237
opts : ' -m "treatment_featurization and not ray" -n auto'
238
- extras : " [tf ,plt]"
238
+ extras : " [nn ,plt]"
239
239
- kind : ray
240
240
opts : ' -m "ray"'
241
241
extras : " [ray]"
Original file line number Diff line number Diff line change 1
1
# Copyright (c) PyWhy contributors. All rights reserved.
2
2
# Licensed under the MIT License.
3
3
4
- from ._deepiv import DeepIV
4
+ from ._deepiv import DeepIV , MixtureOfGaussiansModule
5
5
6
- __all__ = ["DeepIV" ]
6
+ __all__ = ["DeepIV, MixtureOfGaussiansModule " ]
You can’t perform that action at this time.
0 commit comments