pub enum DatasetName {
IrisDataset,
MobilePhonePricePredictDataset,
CarPriceRegressionDataset,
}
Expand description
pre-defined receipes of loading a dataset
- IrisDataset: Iris Flower dataset
- MobilePhonePricePredictDataset: Mobile Price Classification dataset
- CarPriceRegressionDataset: Alibaba/tianchi Car Price dataset
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DatasetName
impl RefUnwindSafe for DatasetName
impl Send for DatasetName
impl Sync for DatasetName
impl Unpin for DatasetName
impl UnwindSafe for DatasetName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more