addb-swstarlab / DATATune

DATATune (Databse Parameter Tuning via Autoendoer Latent Space)
11 stars 3 forks source link

Justification for Using TabNet in Latent Space Metric Prediction #8

Open hello-maker opened 3 months ago

hello-maker commented 3 months ago

I am curious about the rationale behind using TabNet for predicting metrics in latent space. Defining latent space as tabular data seems somewhat ambiguous to me.

Additionally, I am interested in understanding the performance differences when using alternative methods such as Random Forest-based ML approaches or basic Fully Connected (FC) layers.

Could you provide some insights regarding the performance of these different methods in this context?

Thank you!

Kwon-sein commented 5 days ago

Hi 😄 Thank you for your interest in my code.

  1. I recognized latent space as tabular data in the form of a table that compresses various information.

  2. An experiment was conducted using a prediction model other than tabnet, with latent space as input and metric as output, and this will be updated in a file called sac_experiment later.

Looking at the experimental results, it was confirmed that tabnet actually had the highest performance accuracy and was good at predicting multiple labels.

Based on these results, it seems that latent space can be considered a tabular data format.

If you have any additional questions, please leave an issue.