[I'm trying to load a module in Jupyter, absenteeism module, I got the code from a lecture exercise which the instructor ran but is giving me an error,
from absenteeism_module import * model = absenteeism_model('model', 'scaler') I think the issue is coming from the 'model' argument ]1