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

train_network: A function to use the Pandas Dataframe in order to train a Feed-Forward model using the featurized data as well as the stock price on a given day to learn the relationship between any features and the actual stock price. #4

Closed
JKelly423 opened this issue Apr 13, 2023 · 0 comments
Assignees

Comments

@JKelly423
Copy link
Owner

A function to use the Pandas Dataframe in order to train a Feed-Forward model using the featurized data as well as the stock price on a given day to learn the relationship between any features and the actual stock price.
The network will be created with another function and should be called prior to this function. The network will be globally declared in the class and will be referred to as self.network

Params: Pandas Dataframe

Returns: True if network successfully trained, False if an error occurs.

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