easy_ml 0.2.0.pre.rc70 → 0.2.0.pre.rc72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_ml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.pre.rc70
4
+ version: 0.2.0.pre.rc72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Shollenberger
@@ -479,11 +479,6 @@ files:
479
479
  - app/controllers/easy_ml/predictions_controller.rb
480
480
  - app/controllers/easy_ml/retraining_runs_controller.rb
481
481
  - app/controllers/easy_ml/settings_controller.rb
482
- - app/easy_ml/.vite/manifest-assets.json
483
- - app/easy_ml/.vite/manifest.json
484
- - app/easy_ml/assets/Application-GDgZ4vVt.js
485
- - app/easy_ml/assets/Application-GDgZ4vVt.js.map
486
- - app/easy_ml/assets/Application-tsa3Id3n.css
487
482
  - app/frontend/components/AlertProvider.tsx
488
483
  - app/frontend/components/DatasetPreview.tsx
489
484
  - app/frontend/components/EmptyState.tsx
@@ -553,6 +548,7 @@ files:
553
548
  - app/jobs/easy_ml/clean_job.rb
554
549
  - app/jobs/easy_ml/compute_feature_job.rb
555
550
  - app/jobs/easy_ml/deploy_job.rb
551
+ - app/jobs/easy_ml/reaper.rb
556
552
  - app/jobs/easy_ml/refresh_dataset_job.rb
557
553
  - app/jobs/easy_ml/schedule_retraining_job.rb
558
554
  - app/jobs/easy_ml/sync_datasource_job.rb
@@ -747,9 +743,9 @@ files:
747
743
  - lib/tasks/zhong.rake
748
744
  - public/easy_ml/assets/.vite/manifest-assets.json
749
745
  - public/easy_ml/assets/.vite/manifest.json
750
- - public/easy_ml/assets/assets/Application-BbFobaXt.css
751
- - public/easy_ml/assets/assets/entrypoints/Application.tsx-CibZcrBc.js
752
- - public/easy_ml/assets/assets/entrypoints/Application.tsx-CibZcrBc.js.map
746
+ - public/easy_ml/assets/assets/Application-B3sRjyMT.css
747
+ - public/easy_ml/assets/assets/entrypoints/Application.tsx-Dfg-nTrB.js
748
+ - public/easy_ml/assets/assets/entrypoints/Application.tsx-Dfg-nTrB.js.map
753
749
  homepage: https://github.com/brettshollenberger/easy_ml
754
750
  licenses:
755
751
  - MIT
@@ -1 +0,0 @@
1
- {}
@@ -1,11 +0,0 @@
1
- {
2
- "entrypoints/Application.tsx": {
3
- "file": "assets/Application-GDgZ4vVt.js",
4
- "name": "entrypoints/Application.tsx",
5
- "src": "entrypoints/Application.tsx",
6
- "isEntry": true,
7
- "css": [
8
- "assets/Application-tsa3Id3n.css"
9
- ]
10
- }
11
- }