Skip to content

Releases: maxpumperla/elephas

3.2.0

01 Sep 11:59
Compare
Choose a tag to compare
  • Fix bugs with distributed inference and evaluation
  • Rename yaml related variables to json

3.0.0

17 Aug 01:14
Compare
Choose a tag to compare

2.1.0

23 Apr 12:34
Compare
Choose a tag to compare
  • Add batch inference
  • Provide capability to return training history
  • Fix issue with saving Pipeline objects using ElephasEstimator stages

2.0.0

23 Apr 12:32
Compare
Choose a tag to compare
  • Remove compatibility with Python 2.7
  • Add support for Tensorflow 2.x +
  • Remove custom predict logic
  • Delete DL4J References

1.4.1

06 Feb 02:34
e587406
Compare
Choose a tag to compare
  • Add support to predict probabilities in classification (#177)
  • Fix gradient computation in synchronous mode (#176)
  • Performance improvement for distributed predict (#176)

1.3.1

31 Jan 22:19
Compare
Choose a tag to compare
  • Refactor transform method of ElephasTransform to perform prediction in a distributed manner

1.2.1

25 Jan 02:08
Compare
Choose a tag to compare
  • Fix a minor bug with evaluate method of SparkModel
  • Update some dependencies (remove six, change pyspark to < 3.2)

1.2.0

24 Jan 15:57
Compare
Choose a tag to compare
  • Added support for custom objects (i.e; custom activation functions, custom layers, custom losses) in a model

1.1.0

19 Jan 02:24
Compare
Choose a tag to compare
  • Add support for parallel prediction/evaluation in SparkModel
  • Added backwards compatibility for ElephasEstimator with setFeaturesCol, setLabelCol, and setOutputCol, along with a deprecation warning
  • Fixed a bug with socket server in hogwild mode (no longer behaving identical to asynchronous mode)
  • Added typehints, as we're now only supporting Python 3

1.0.0

14 Jan 23:34
Compare
Choose a tag to compare
  • Dropped support for Python 2.7
  • Added support for Tensorflow 2.0.x - 2.1.x
  • Added/fixed capability to train with socket client/server

Originally from: https://github.com/danielenricocahall/elephas/releases/tag/1.0.0