v0.3.0a0
Pre-release
Pre-release
Added
- A
Projecthelper class. - A convenience method
create_or_load_projectwhich loads in a project in if it is already created.
Changed
- Models and datasets must be added to projects.
- Deprecates
categorical_features_mapin favor ofcategorical_feature_namesfor model and dataset uploads. - Moved
TaskTypeattribute from theModellevel to theProjectlevel. Creating aProjectnow requires specifying theTaskType. - Removed
namefromadd_dataset. - Changed
descriptiontocommit_messagefromadd_dataset,add_dataframeandadd_model.