- Created a new status of Queued to represent the time a job is kicked off to the time it starts running. The Queued status will represent jobs that are submitted but have not been picked up by a worker yet. The Running status will represent jobs that are currently active.
- The field "dataSet" has been changed from Required to Optional in the Create Filter service
- Added the capability to upload a csv/gz file for users that have only a PostgreSQL database.
- Added ROC curves as a comparison metric within the Prediction Model section to determine how sets of learners are compared. Available choices are now PEARSONS, RMSE, and ROC (only to be used with Boolean goals).
- Updated error messages for file upload process to provide more detail
- Added a new set of prediction_evaluation endpoints ( /datasets/:dataset_name/predictive_evaluation) which will run in addition to Predictive Scoring to calculate how well the scoring job ran given a filled goal column.
|