Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 606 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 606 Bytes

0.0.2 - 2022-04-01

Added

  • Requirements.txt files (both full and top-level requirements)

Fixed

  • Updated (the now deprecated) name for MMLSpark package (mmlspark -> synapse.ml)

Changed

  • Replaced code that relies on Koalas with pyspark.pandas API
  • Slight formatting changes to build_package.bat file

0.0.1 - 2021-08-30

Added

  • File Architecture
  • PanelDataProcessor
  • LGBSurvivalModeler
  • GBTSurvivalModeler
  • RFModeler (Random Forest)
  • Data simulation through create_example_data() function
  • ReadTheDocs website for documentation
  • REIGN and simulated data example notebooks