MotivaoCrypto
MotivaoCrypto
There's a mistake in the way the zigzag function applies the peaks and valleys, assigning the same value from one node to the other:  If you see in the...
y_test_class = [0,0,0,0,0] prob_class = [0.01,0.02,.45,0.36,0.001] classifierplots(y_test_class,prob_class) """ Error in check_classifier_input_and_init(test.y, pred.prob) : test.y had more than 2 unique values: 1 """
- OS: Mac OS - Programming Language version: Python - CCXT version: 2.1.71 The exchange is binanceus ``` exchange.fecthBalance() ``` ``` raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: for url:...
Hi Mr. Martinez, I love this project and would like some guidance on how to train a model using my own data as to make the LLM models more accurate...