Skip to content

Commit

Permalink
fix for hidden function
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 13, 2024
1 parent c6bc964 commit 3c456ba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/resample/jackknife.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@
is involved.
"""

__all__ = ["resample", "jackknife", "bias", "bias_corrected", "variance"]
__all__ = [
"resample",
"jackknife",
"bias",
"bias_corrected",
"variance",
"cross_validation",
]

from typing import Any, Callable, Collection, Generator, List

Expand Down

0 comments on commit 3c456ba

Please sign in to comment.