mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
feat(Transformations): added robust scaler (#223)
* feat(Transformations): added robust scaler * fix(Config): set back default scaler to MinMax
This commit is contained in:
committed by
GitHub
parent
229f16c4b3
commit
7a443d93e4
@@ -16,10 +16,6 @@ def get_crypto_price_crypto_compare(
|
||||
return df
|
||||
|
||||
|
||||
ada = get_crypto_price_crypto_compare("ADA", "USD", 1500)
|
||||
ada
|
||||
|
||||
|
||||
def get_crypto_price_av(symbol: str, exchange: str, start_date=None) -> pd.DataFrame:
|
||||
api_url = f"https://www.alphavantage.co/query?function=DIGITAL_CURRENCY_DAILY&symbol={symbol}&market={exchange}&apikey={AV_API_KEY}"
|
||||
raw_df = requests.get(api_url).json()
|
||||
|
||||
Reference in New Issue
Block a user