You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="testhaslabels"type="boolean"truevalue="true"falsevalue="false"checked="false"label="Does test data contain labels?"help="Set this parameter when test data contains labels"/>
34
35
</inputs>
35
36
<outputs>
36
-
<dataformat="tabular"name="output_predicted_data_TabPFN"from_work_dir="output_predicted_data_TabPFN"label="Predicted data by TabPFN"/>
37
-
<dataformat="tabular"name="output_predicted_data_CatBoost"from_work_dir="output_predicted_data_CatBoost"label="Predicted data by CatBoost"/>
38
-
<dataformat="png"name="output_plot_TabPFN"from_work_dir="output_plot_TabPFN.png"label="Prediction plot on test data TabPFN">
39
-
<filter>testhaslabels is True</filter>
40
-
</data>
41
-
<dataformat="png"name="output_plot_CatBoost"from_work_dir="output_plot_CatBoost.png"label="Prediction plot on test data using CatBoost">
- Training data: the training data should contain features and the last column should be the class labels. It should be in tabular format.
112
109
- Test data: the test data should also contain the same features as the training data and the last column should be the class labels if labels are avaialble. It should be in tabular format. It is not required for the test data to have labels.
113
-
- Above files show performance comparison of TabPFN with CatBoost (https://github.com/catboost/catboost).
0 commit comments