Shifu 0.2.7 Norm Step Improvement - ShifuML/shifu GitHub Wiki

  1. Disable raw 'SelectedDataSet' by default in norm step https://github.com/ShifuML/shifu/issues/142

  2. Add Parquet Format Support This is a very good use case for Parquet format since whole column will be dropped after variable selection. NNParquetWorker is also added for reading Parquet format data to train model. https://github.com/ShifuML/shifu/issues/131

  3. Save Norm output space https://github.com/ShifuML/shifu/issues/120 https://github.com/ShifuML/shifu/issues/103