easy_ml 0.2.0.pre.rc1 → 0.2.0.pre.rc2
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/README.md +1 -2
- data/lib/easy_ml/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff0824f8fce243fabbc5c0a7ea9e1eb1677b8efb3054f4198d7b40fe83596021
|
4
|
+
data.tar.gz: 881f8c4531565010f09d922530bbf17c9037b2cccf45e892148deb7eff98b484
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f3fd85d3a7161afd8ffd165523ece414e6bec18e8b3312afe07bc2c6f64c8e66dc192e2d085ea0a1ed00093478a8aee95d16ff93bee371b9cc37272ce5ab237
|
7
|
+
data.tar.gz: 1b7a0964fc587109f261f9d21694691283a8447104b9ca4c66140f83f5d2171fe3f92f1bfb4d9b406803c8452d5b0a89c7785943a1119aaa30ffe179603c0839
|
data/README.md
CHANGED
@@ -397,8 +397,7 @@ Install necessary Python dependencies
|
|
397
397
|
1. **Install Python dependencies (don't worry, all code is in Ruby, we just call through to Python)**
|
398
398
|
|
399
399
|
```bash
|
400
|
-
pip install wandb
|
401
|
-
pip install optuna
|
400
|
+
pip install wandb optuna
|
402
401
|
```
|
403
402
|
|
404
403
|
1. **Install the gem**:
|
data/lib/easy_ml/version.rb
CHANGED
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.
|
4
|
+
version: 0.2.0.pre.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brett Shollenberger
|
@@ -324,14 +324,14 @@ dependencies:
|
|
324
324
|
requirements:
|
325
325
|
- - "~>"
|
326
326
|
- !ruby/object:Gem::Version
|
327
|
-
version: 0.1.
|
327
|
+
version: 0.1.13
|
328
328
|
type: :runtime
|
329
329
|
prerelease: false
|
330
330
|
version_requirements: !ruby/object:Gem::Requirement
|
331
331
|
requirements:
|
332
332
|
- - "~>"
|
333
333
|
- !ruby/object:Gem::Version
|
334
|
-
version: 0.1.
|
334
|
+
version: 0.1.13
|
335
335
|
- !ruby/object:Gem::Dependency
|
336
336
|
name: xgb
|
337
337
|
requirement: !ruby/object:Gem::Requirement
|