RUCAIBox / RecBole

A unified, comprehensive and efficient recommendation library
https://recbole.io/
MIT License
3.29k stars 595 forks source link

[🐛BUG] Small mistake in docs of AutoInt #650

Closed huangbiubiu closed 3 years ago

huangbiubiu commented 3 years ago

Describe the bug In the quick start of AutoInt, the running code

from recbole.quick_start import run_recbole

run_recbole(model='AUTOINT', dataset='ml-100k')

should be

from recbole.quick_start import run_recbole

run_recbole(model='AutoInt', dataset='ml-100k')
2017pxy commented 3 years ago

@huangbiubiu Thx for your scrutiny and we have fixed this typo.