Added new regression algorithms

* Deleted regression algorithms because they tested behavior similar to
other existing regression algorithms
* Fixed new bug in regression algorithm due to AddData changes
* Added unit tests for wrapt version and package existence

* Fix issue where data would be set to raw normalization mode
This commit is contained in:
Gerardo Salazar
2019-09-20 14:33:27 -07:00
committed by Martin Molinero
parent 9265bfe065
commit 4b0ed03b4f
16 changed files with 412 additions and 522 deletions
@@ -43,7 +43,8 @@ class CustomDataUsingMapFileRegressionAlgorithm(QCAlgorithm):
self.initialMapping = False
self.executionMapping = False
self.symbol = self.AddData(CustomDataUsingMapping, "FOXA").Symbol
self.foxa = Symbol.Create("FOXA", SecurityType.Equity, Market.USA)
self.symbol = self.AddData(CustomDataUsingMapping, self.foxa).Symbol
def OnData(self, slice):
date = self.Time.date()