easy_ml 0.2.0.pre.rc99 → 0.2.0.pre.rc100

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: c65153b704330d5ef94c4844bbe505c91ff3bf3d6a67b21375f5178679a4bf68
4
- data.tar.gz: 7ffbe174d6be8d6fdd43767ab383a186c211a279aa2e07eb258372ab67b88d27
3
+ metadata.gz: 60b022cce39806029405dad71468dfbe0ccac88182c11f224ff764aa3ac8de0c
4
+ data.tar.gz: '029679b95dacfc6009575467031bf5aa95d95d964ddd2e5fe88109a56183ad78'
5
5
  SHA512:
6
- metadata.gz: 318d8ddafdf1de61cfad9c9afa64b4c29ac27bf3745d37249bccee94dc80886293fe63744a8e3a3d049c75c8134748d061b5c7087dcc534f18990b63ed2030bf
7
- data.tar.gz: 3f329b087f27044b9da1711716208b551161affe1c6f9c96edf2d5f729c30d3de9bd40c2931eef09a126f8826924615f3331fca71478f13d2659e83cdc484ff1
6
+ metadata.gz: f3b147c4b3ed9f964742dab5dd6c0bea3d9375b4511dab02f71bc2f12ba28481d08928fe1d500446b79f19e542bc4d73457cc2e3144835ba5a2126c75a2feba1
7
+ data.tar.gz: 2406d8925786f4d9ebabd126af836f3aad01e089215b2a649e5f211584c660f58d0c293cd60d529646019389a64411d6e198ea5f7d1c962a15a37ece43b5c6ec
@@ -18,6 +18,7 @@ module EasyML
18
18
  attributes :id,
19
19
  :prediction_type,
20
20
  :raw_input,
21
- :normalized_input
21
+ :normalized_input,
22
+ :model_history_id
22
23
  end
23
24
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EasyML
4
- VERSION = "0.2.0-rc99"
4
+ VERSION = "0.2.0-rc100"
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.rc99
4
+ version: 0.2.0.pre.rc100
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Shollenberger