Releases: fact-project/fact-tools
Releases · fact-project/fact-tools
v0.13.3
Version 0.13.3 -- 06.04.2016
- new Processor:
fact.ApplyModel
which applies a .pmml model to data in the data item. The model can be written with SciKit learn. - added several xml files, making use of the ApplyModel processor.
- MeasurePerformance now handles multiple uses of the same Processor correctly
v0.13.1: Merge pull request #125 from fact-project/jebuss/cumulativeCovariance
Version 0.13.1 – 6.04.2016
- new Processor
fact.extraction.MeanCorrelation
to calculate the average covariance and correlation of the time series of neighboring pixels
v0.13.0: Merge pull request #112 from fact-project/maxnoe/circularFit
Maxnoe/circular fit
v0.12.3: Merge pull request #103 from fact-project/gzip
Add option for gzip compression in JSONWriter