hello.
i have a question
i need the python code of the neural method ,for this reason i use publish prediction formula part
but when i run the code i get an error :
((
ModuleNotFoundError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_11660\144293927.py in <module>
1 from __future__ import division
----> 2 import jmp_score as jmp
3 from math import *
4 import numpy as np
5
ModuleNotFoundError: No module named 'jmp_score'
))
what should i do ?!!