-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sklearn model to Jupyter sample
- Loading branch information
Ahmad Noman Musleh
committed
Jan 10, 2022
1 parent
792e6b1
commit a52d1f4
Showing
2 changed files
with
97 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Jupyter Sample | ||
|
||
This is sample that will show you how to use the OpenApiPy Python package on a Jupyter notebook. | ||
|
||
In the notebook we get the daily bars data from cTrader Open API, then we use it to train a sklearn model. | ||
|
||
To use the sample you have to create a copy of "credentials.json" file and rename it to "credentials-dev.json". | ||
|
||
Then fill the file with your Open API application credentials, access token, and a trading account ID. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters