Skip to content

Commit

Permalink
FIX remove multiview dataset import & fix entropy
Browse files Browse the repository at this point in the history
  • Loading branch information
PSSF23 committed Nov 6, 2023
1 parent d033b2e commit bf8b0d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion sktree/datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .hyppo import make_quadratic_classification
from .multiview import make_gaussian_mixture, make_joint_factor_model
1 change: 1 addition & 0 deletions sktree/tests/test_honest_forest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import numpy as np
import pytest
from scipy.stats import entropy
from numpy.testing import assert_allclose, assert_array_almost_equal
from sklearn import datasets
from sklearn.metrics import accuracy_score, r2_score, roc_auc_score
Expand Down

0 comments on commit bf8b0d1

Please sign in to comment.