-
We currently rely on the D3M problem specification to provide us with information about the forecast start time and number of intervals, rather than allowing the user to set them. A model is then tra…
-
Importing the insurgent crime dataset and predicting the `state_sponsored` field resulted in the following error below from the ta2. While this is likely an issue at that level, rather than a TA3 / i…
-
Core package `v2020.5.18` has been released, along with an update to `common-primitives` that uses this latest version. We need to update our system to work with both.
-
WARNING: sgm.lap_solvers cannot load `lap_auction`
-
The primitive `d3m.primitives.data_transformation.extract_columns_by_structural_types.DataFrameCommon` removes the `d3mIndex` column. But, the `d3mIndex` column is required in the final prediction out…
-
Add a primtive to common primitives to allow for timeseries data to be re-binned using different time buckets. At minimum, we should support seconds, minutes, hours, days, weeks, months, years.
-
See on AWS : /dsbox_efs/runs/seed-2018-07-26-02:04/
```
Namespace(configuration_file='/dsbox_efs/config/seed-41/partition-3/31_urbansound/search_config.json', cpus=10, debug=False, output_prefix=Non…
-
Current version is just the null model. We should check with @bkj to see If there wasn't a more complete implementation available as part of the exline work.
-
Our VGG primitive is broken due to an upgrade to TensorFlow 2.0; this has broken all of our hand geometry pipelines due to their dependence on it. However, ISI has been maintaining their own VGG primi…
-
VGG16 and I3D use the TensorFlow 1.x interface, whereas the latest D3M image uses TensorFlow 2.0 and thus breaks the cod. We need to make these primitives compatible with TensorFlow 2.0, either by usi…