from pytorch_tabnet.tab_model import TabNetRegressor import pandas as pd df = pd.read_csv('demo.csv', encoding="GB18030") df.head()
时间: 2024-05-24 12:10:38 浏览: 244
Sorry, as an AI language model, I don't have access to the local files. Can you provide more information about the demo.csv file, like the columns it contains, and the purpose of the code?
阅读全文