Yue Zhao

Results 97 comments of Yue Zhao

sorry for being late on this. I think the tool idea is cool. if you could build it, we could add it to base class to run it. also wonder...

I think only certain models support that. Most of them are not. So you have to do some conversion first. Will take this down for future development.

Sorry for being late on this. MO and SO GAAL is adapted from their original implementation. PR is welcomed!

Unfortunately unsupervised OD does not have a universal loss or metric. I know works like this one for internal validation: https://core.ac.uk/download/pdf/37525751.pdf But they are not widely used...

this is possible. could you tell us which algorithm are u referring to?

autoencoder is more like a type of neural architecture with many design choices. It is not necessary to follow the exact setting. That being said, feel free to modify the...

I think your concern makes sense. Maybe we should change the sigmoid to relu or leakyrelu. The reason to not use minmax scalaer for input is it is sensitive to...

Thanks! Issue acknowledged and welcome for PR :) Please submit the PR to the development branch.

This was a legacy issue and we decided to go for absolute import. Maybe a nice relative import should be preferred. Will mark it as an enhancement to implement.