🏠
Working from home
- India
Pinned Loading
-
arbitrage_opportunity.py
arbitrage_opportunity.py 1def arbitrage_opportunity(nse_id, bse_id):
2import pandas as pd
3import datetime
4tick_data = pd.read_csv('log_raw.csv')
5tick_data.timestamp = pd.to_datetime(tick_data.timestamp)
-
-
wbc_train.py
wbc_train.py 1model.fit(x_train_proc, y_train_proc, nb_epoch=2)
-
set_up_artik_bluetooth.sh
set_up_artik_bluetooth.sh 1cd /etc/bluetooth
2./fwdown.sh
3hciconfig hci0 up
45# now to check everything is fine run this
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.