Skip to content

Commit 5fc0463

Browse files
Blackjax SMC from pymc models (#267)
* Blackjax SMC from pymc models * Pre-commit * code review updates, removing chex, simplifying kernel call code * trying experimental jax version on windows * Removing extra comment * code review updates * Adding reference * Update sampling.py small fix docstring * pre-commit --------- Co-authored-by: Osvaldo A Martin <[email protected]>
1 parent c93260f commit 5fc0463

File tree

4 files changed

+672
-0
lines changed

4 files changed

+672
-0
lines changed

conda-envs/windows-environment-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ dependencies:
1111
- statsmodels
1212
- pip:
1313
- pymc>=5.9.0 # CI was failing to resolve
14+
- blackjax
1415
- scikit-learn
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright 2023 The PyMC Developers
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

0 commit comments

Comments
 (0)