We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ae63a commit bdd9494Copy full SHA for bdd9494
4 files changed
tests/test_flows/test_flow.py
@@ -4,6 +4,7 @@
4
import collections
5
import copy
6
import hashlib
7
+import os
8
import re
9
import time
10
from packaging.version import Version
tests/test_flows/test_flow_functions.py
@@ -6,7 +6,7 @@
import unittest
from collections import OrderedDict
from multiprocessing.managers import Value
-
from openml_sklearn import SklearnExtension
11
12
from unittest import mock
tests/test_openml/test_api_calls.py
@@ -6,6 +6,7 @@
import minio
import pytest
import openml
tests/test_setups/test_setup_functions.py
@@ -4,7 +4,7 @@
import unittest.mock
import pandas as pd
import sklearn.base
0 commit comments