You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our model should be able to function on data it hasn't seen before during training. For example, a user selecting a region somewhere in Pennsylvania if our training was on fields in California. We need to see if this is possible by finding an API that we can use to retrieve satellite information (i.e. images) that we can feed to our model on the go once our website is live.
The API management code might be in python or Javascript; whichever it is, it will be hosted on a server running the backend for our application. Communicate with analysis to understand what data this API needs to be able to retrieve; if you can't find any good API, tell analysis about your restrictions, or search for a way for us to host our own data.
The text was updated successfully, but these errors were encountered:
Our model should be able to function on data it hasn't seen before during training. For example, a user selecting a region somewhere in Pennsylvania if our training was on fields in California. We need to see if this is possible by finding an API that we can use to retrieve satellite information (i.e. images) that we can feed to our model on the go once our website is live.
The API management code might be in python or Javascript; whichever it is, it will be hosted on a server running the backend for our application. Communicate with analysis to understand what data this API needs to be able to retrieve; if you can't find any good API, tell analysis about your restrictions, or search for a way for us to host our own data.
The text was updated successfully, but these errors were encountered: