Skip to content

Commit

Permalink
Only run wheels on macos-12
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Jun 24, 2024
1 parent 5e22fee commit c482e35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sktree/stats/forestht.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,10 @@ def build_cv_forest(
all_proba_list : list of ArrayLike of shape (n_estimators, n_samples, n_outputs)
The predicted posterior probabilities for each estimator on their
out of bag samples. Length of list is equal to the number of splits.
tr
train_idx_list : list of ArrayLike of shape (n_samples,)
The training indices for each split.
test_idx_list : list of ArrayLike of shape (n_samples,)
The testing indices for each split.
"""
X = X.astype(np.float32)
if cv is not None:
Expand Down

0 comments on commit c482e35

Please sign in to comment.