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
@@ -65,8 +65,7 @@
<None Include="USTreasuryYieldCurveDataAlgorithm.py" />
<None Include="SmartInsiderDataAlgorithm.py" />
<None Include="PandasDataFrameHistoryAlgorithm.py" />
<None Include="CustomDataUnderlyingSymbolMappingRegressionAlgorithm.py" />
<None Include="CustomDataUnderlyingOptionSymbolMappingRegressionAlgorithm.py" />
<None Include="CustomDataAddDataRegressionAlgorithm.py" />
<Content Include="KerasNeuralNetworkAlgorithm.py" />
<None Include="PsychSignalSentimentRegressionAlgorithm.py" />
<Content Include="CustomDataUsingMapFileRegressionAlgorithm.py" />
@@ -305,4 +304,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>