easy_ml 0.2.0.pre.rc69 → 0.2.0.pre.rc71

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4c3878d6cb51daa13de6d41b0480ce8d5f5288266e68866d9e2532de3d372b5
4
- data.tar.gz: 62b963738afea40ffa9c00624164c8293b4b6994cd3c21e67162c8e61715c0de
3
+ metadata.gz: 5f0b198fdf362bfbeecaf470f68c3569fa7acee3497b215365c34edfe3ad85a9
4
+ data.tar.gz: 35157026161ddc0971d7facb2f4a2420580c950579a21d87e53e435f12aadf78
5
5
  SHA512:
6
- metadata.gz: e8a6d8ee4af5fbac1f45b79e5edee2e8f9f4e3807616d05ab98ea9bc3ae42f08d546fb1a7e14b22338df8961716cf54f54300eb33d0a049582e64b7f54ea8d86
7
- data.tar.gz: 61b7efd2451e0189f9f8ebb7149ca7707723bdf6cfa28e232b88fe0b286b86d6607fbbc4f222aaf97a7d175ef0e947041b9dd61ec2ef4bcec8e922561dce6c27
6
+ metadata.gz: 978b74ce4888414cd3a98a1d8b7fc0fd9282421f02ec21f3d60c0d7e2eb1970cbbcd1500420d7684f9e517d3126918b23766f076f45024a2a6d675079d642e3d
7
+ data.tar.gz: bf4b621fefeb4cd8d8e436a1cca0af306af6e841141d0386f4fe7d08ef3066a4ecdc1a0696073a3b14a79f5c3a4b9fa68d43bfac4c2189001f0c74ff27038f28
@@ -14,7 +14,6 @@ module EasyML
14
14
  #
15
15
  # https://github.com/drfeelngood/resque-batched-job/blob/master/lib/resque/plugins/batched_job.rb#L86
16
16
  batch_args = batch_args.dup
17
- puts "Running batch #{batch_id} with args #{batch_args}"
18
17
  run_one_batch(batch_id, batch_args)
19
18
  end
20
19
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EasyML
4
- VERSION = "0.2.0-rc69"
4
+ VERSION = "0.2.0-rc71"
5
5
 
6
6
  module Version
7
7
  end
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.rc69
4
+ version: 0.2.0.pre.rc71
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
@@ -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
- }