easy_ml 0.2.0.pre.rc38 → 0.2.0.pre.rc40
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 +4 -4
- data/app/controllers/easy_ml/application_controller.rb +1 -1
- data/app/controllers/easy_ml/predictions_controller.rb +14 -3
- data/app/frontend/components/dataset/splitters/DateSplitter.tsx +4 -4
- data/app/frontend/components/dataset/splitters/types.ts +3 -3
- data/app/frontend/pages/NewDatasetPage.tsx +1 -1
- data/app/helpers/easy_ml/application_helper.rb +2 -2
- data/app/serializers/easy_ml/prediction_serializer.rb +16 -0
- data/config/routes.rb +1 -0
- data/lib/easy_ml/engine.rb +1 -1
- data/lib/easy_ml/predict.rb +0 -2
- data/lib/easy_ml/version.rb +1 -1
- data/public/easy_ml/assets/.vite/manifest.json +1 -1
- data/public/easy_ml/assets/assets/entrypoints/{Application.tsx-BRRjHz4-.js → Application.tsx-DF5SSkYi.js} +2 -2
- data/public/easy_ml/assets/assets/entrypoints/{Application.tsx-BRRjHz4-.js.map → Application.tsx-DF5SSkYi.js.map} +1 -1
- metadata +5 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy_ml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0.pre.
|
4
|
+
version: 0.2.0.pre.rc40
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brett Shollenberger
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -594,6 +594,7 @@ files:
|
|
594
594
|
- app/serializers/easy_ml/datasource_serializer.rb
|
595
595
|
- app/serializers/easy_ml/feature_serializer.rb
|
596
596
|
- app/serializers/easy_ml/model_serializer.rb
|
597
|
+
- app/serializers/easy_ml/prediction_serializer.rb
|
597
598
|
- app/serializers/easy_ml/retraining_job_serializer.rb
|
598
599
|
- app/serializers/easy_ml/retraining_run_serializer.rb
|
599
600
|
- app/serializers/easy_ml/settings_serializer.rb
|
@@ -688,8 +689,8 @@ files:
|
|
688
689
|
- public/easy_ml/assets/.vite/manifest-assets.json
|
689
690
|
- public/easy_ml/assets/.vite/manifest.json
|
690
691
|
- public/easy_ml/assets/assets/Application-Cu7lNJmG.css
|
691
|
-
- public/easy_ml/assets/assets/entrypoints/Application.tsx-
|
692
|
-
- public/easy_ml/assets/assets/entrypoints/Application.tsx-
|
692
|
+
- public/easy_ml/assets/assets/entrypoints/Application.tsx-DF5SSkYi.js
|
693
|
+
- public/easy_ml/assets/assets/entrypoints/Application.tsx-DF5SSkYi.js.map
|
693
694
|
homepage: https://github.com/brettshollenberger/easy_ml
|
694
695
|
licenses:
|
695
696
|
- MIT
|