How to use regression in Avalanche #1465
Unanswered
raul-parada
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to adapt Avalanche in my code. The dataset is composed of Cartesian coordinates in which X and y are the same. I've solved the fact of using a 2D in the y with this simple solution.
Mention these two lines above allow that both latitude and longitude can be used as data and label. Since coordinates are a unique pair of lat/lon, I cannot apply a label to each cartesian coordinates
This is the code:
The piece of data can be obtained from here:
I've already installed Avalanche and imported the useful libraries. However, I don't know how to do regression using this simple code into Avalanche. Please, could help me on this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions