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:
committed by
Martin Molinero
parent
9265bfe065
commit
4b0ed03b4f
@@ -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>
|
||||
Reference in New Issue
Block a user