YifanDengWHU / DDIMDL

65 stars 16 forks source link

drawing #7

Open zhongyating opened 3 years ago

zhongyating commented 3 years ago

Hello, Deng Yifan. I'm very interested in your article. I would like to ask you two questions:

First: There is a drawing method in ddimdl.py, but it is not called in the code. Is there any part of the code that has not been uploaded?There are also several diagrams mentioned in the paper have not seen the code, convenient Can you share the code?

Second: At the end of the code run, only the results of the DDIMDL model appear. What can I do to run the results of "RF","KNN" and "LR"?

Looking forward to your reply, thank you very much!

YifanDengWHU commented 3 years ago

Hi, yating, sorry for the late response. Thanks for your interest. For the first question, I'll look into the code in my own computer after I go off work. The drawing function in the DDIMDL.py is written by a former student. I didn't use it. For the second question, you can use the command line:

python DDIMDL.py -c RF

Or you can just change the default=["DDIMDL"] in line 383 to any else you want to try.

zhongyating commented 3 years ago

Thank you. If you find the drawing function in the DDIMDL.py, could you also share it with me?

YifanDengWHU commented 3 years ago

Yes, of course.

olaeed commented 1 year ago

If you find the drawing function in the DDIMDL.py, could you also share it with me?