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

Commit

Permalink
Remove old DataSet implementation. Create new DataSets. (#151)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
qimingj committed Feb 13, 2017
1 parent ee86996 commit 94beaf0
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 391 deletions.
2 changes: 1 addition & 1 deletion datalab/mlalpha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from ._job import Jobs
from ._summary import Summary
from ._tensorboard import TensorBoardManager
from ._dataset import DataSet
from ._dataset import CsvDataSet, BigQueryDataSet
from ._package import Packager
from ._cloud_models import CloudModels, CloudModelVersions
from ._confusion_matrix import ConfusionMatrix
Expand Down
Loading

0 comments on commit 94beaf0

Please sign in to comment.