Karl

Results 55 comments of Karl

> Did you manage to find a solution?

> All, > > Looks like method `cancel_orders` is not implemented yet by the current version of library. The direct call worked for me > > ``` > binance_client._delete('openOrders', True,...

Having the same issue, when trying to place an order I'm getting APIError(code=-2019): Margin is insufficient. Tried both with isIsolated True/False. Makes no difference ![imagen](https://user-images.githubusercontent.com/5278928/157465553-20e59226-7e16-46cc-89c7-b194a3a95434.png)

Solved this by placing the quantity in BTC not in USDT amount. Turns out I was trying to place an order in BTC ``` client.futures_create_order( symbol='BTCUSDT', side='BUY', type='MARKET', quantity=0.001, isIsolated='FALSE')...

did you solve it? I'm trying to figure if this project is no longer maintained

> Built in implementation would be great but for others who need this in the meantime, the following seems to work and returns multioutput predictions. > > `automl = AutoML(mode="Explain")`...

Having the same issue when deploying a model from windows to linux, @ViacheslavDanilov were you able to solve it? ``` Traceback (most recent call last): File "", line 1, in...

+1 for this, ran in Perform mode and the resulting model weights 1.7 GB, not really practical at those dimensions. @pplonski if you can guide me on how to implement...

> ling with an imbalanced classification problem and would like to leveraged mljar, but see no way to given the problem set. At present results as you might ex Did...