Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can it be used for tabular data ? #1

Closed
Sandy4321 opened this issue Dec 30, 2021 · 3 comments
Closed

can it be used for tabular data ? #1

Sandy4321 opened this issue Dec 30, 2021 · 3 comments

Comments

@Sandy4321
Copy link

can it be used for tabular data ?

like
https://towardsdatascience.com/deep-quantile-regression-in-tensorflow-1dbc792fe597

@FloList
Copy link
Owner

FloList commented Jan 3, 2022

Hi Sandy,
This Github repo is specifically for the task of histogram-valued regression (so the label belonging to each input should be an entire histogram), and a neural network trained with the Earth Mover's Pinball Loss will estimate the quantiles of the cumulative histogram belonging to each input. If you're looking for a loss function to do quantile regression for scalar labels as in the blog post you mentioned, you can directly take the pinball loss (or quantile loss), for example here:
https://github.com/strongio/quantile-regression-tensorflow/blob/master/Quantile%20Loss.ipynb.
Also, the pinball loss function is available as a Tensorflow Add-on.
Cheers,
Florian

@FloList FloList closed this as completed Nov 29, 2023
@Sandy4321
Copy link
Author

thanks for answer
for
Also, the pinball loss function is available as a Tensorflow Add-on.
is written

Warning: This project is deprecated. TensorFlow Addons has stopped development, The project will only be providing minimal maintenance releases until May 2024. See the full announcement here or on github.

@Sandy4321
Copy link
Author

it is questionabe if
https://github.com/strongio/quantile-regression-tensorflow/blob/master/Quantile%20Loss.ipynb

will work for new TF versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants