closest-git / QuantumForest

Fast Differentiable Forest lib with the advantages of both decision trees and neural networks
77 stars 19 forks source link

Update eca_reponse to eca_response #3

Closed abdalimran closed 4 years ago

abdalimran commented 4 years ago

I found this as a spelling mistake. Because of "eca_reponse" it causes ValueError: INVALID self.config.attention_alg = eca_reponse I've changed it to "eca_response" and the error got resolved.