Address reviews

- Adding new `CompositeAlphaModel.AddAlphaModel()`
- Adding C#/Py regression algorithms using the new `QCAlgorith.AddAlphaModel()`
- Improving exception message
- Add python version of `QCAlgorith.AddAlphaModel()`
This commit is contained in:
Martin Molinero
2019-04-05 16:29:57 -03:00
parent 9cabd32d19
commit 68d9f48c2d
9 changed files with 290 additions and 18 deletions
@@ -36,6 +36,7 @@
<LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="AddAlphaModelAlgorithm.py" />
<Content Include="Alphas\ContingentClaimsAnalysisDefaultPredictionAlpha.py" />
<Content Include="Alphas\ForexCalendarAlpha.py" />
<Content Include="Alphas\GasAndCrudeOilEnergyCorrelationAlpha.py" />
@@ -252,4 +253,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>