Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit ea1e170

Browse files
authored
Remove old DataSet implementation. Create new DataSets. (#151)
* Remove old DataSet implementation. The new Dataset will be used as data source for packages. All DataSets will be capable of sampling to DataFrame, so feature exploration can be done with other libraries. * Raise error when sample is larger than number of rows.
1 parent b4e096e commit ea1e170

File tree

2 files changed

+111
-391
lines changed

2 files changed

+111
-391
lines changed

datalab/mlalpha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from ._job import Jobs
2323
from ._summary import Summary
2424
from ._tensorboard import TensorBoardManager
25-
from ._dataset import DataSet
25+
from ._dataset import CsvDataSet, BigQueryDataSet
2626
from ._package import Packager
2727
from ._cloud_models import CloudModels, CloudModelVersions
2828
from ._confusion_matrix import ConfusionMatrix

0 commit comments

Comments
 (0)