Giter Site home page Giter Site logo

Comments (5)

Diyago avatar Diyago commented on May 26, 2024

Could you please send data stats you pass on to model this way:

df.describe()

from gan-for-tabular-data.

jomariya23156 avatar jomariya23156 commented on May 26, 2024

Here you are. The "metal_linker", "organic_linker1" and "organic_linker2" are categorical. The last column "CO2_working_capacity" is the target. These are the stats after dropping some NaNs and invalid values and before doing one-hot encoding and feature scaling. I have tried both versions with feature scaling and without feature scaling. Both produced bad newly generated data and decrease the score.

TMLCC_detail_3_after

TMLCC_detail_4_after

from gan-for-tabular-data.

Diyago avatar Diyago commented on May 26, 2024
  1. Dummy training I just tried - works, but I suggest you change lightgbm params training:
  2. "Accuracy may be bad since you didn't set num_leaves and 2^max_depth > num_leaves" - try setting max_depth = 2 or 3
  3. What makes you feel that regression task quality much lower?

from gan-for-tabular-data.

Diyago avatar Diyago commented on May 26, 2024
  1. Added params for early stopping - gan_params = {"batch_size": 500, "patience": 25, "epochs" : 500,}

Try it out by installing new library version:
!pip install tabgan==1.1.1

from gan-for-tabular-data.

Diyago avatar Diyago commented on May 26, 2024

Reopen if problems still persists and provide details for point "GANGenerator in training and it gives worse results for the regression"

Sry for late answer

from gan-for-tabular-data.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.