David Zhang

Results 6 comments of David Zhang

Thanks for raising this issue. I will check the example given in the doc. Is the repository specified properly with deliverable field? btw a working example in the test: https://github.com/loopbackio/loopback-next/blob/1e48456fde20e691d85b506f5c8e296c3c64b1fe/packages/repository-tests/src/crud/relations/fixtures/models/customer.model.ts#L64...

I have upload an example repo at https://github.com/OnTheThirdDay/lb4-polymorphic-example

Hi. There's a bug which might cause some wrong results. I will write a fix later.

I think that is actually the intended result. You may compare the dataset before and after, and the disparate_impact_remover has adjusted the feature values.

> @OnTheThirdDay How can I compare the datasets( original dataset and the disparate impact removed dataset) through code? Hi @pradeepdev-1995 , I haven't followed this thread for long, so a...

> ``` > di_remover = DisparateImpactRemover(repair_level=1.0) > train_repd = di_remover.fit_transform(dataset_train) > ``` > > How can I export the `train_repd` to csv? kindly share the code snippet for this. Use...