AutoFIS icon indicating copy to clipboard operation
AutoFIS copied to clipboard

How do I get this file?

Open Aran-Guo opened this issue 4 years ago • 8 comments

I don't understand where this file came from.Do I need to make the switch myself?

Aran-Guo avatar Oct 25 '20 07:10 Aran-Guo

This is the error : 'Unable to open/create file 'D:\论文复现\AutoFIS\Avazu\hdf\train_output_part_0.h5'

Aran-Guo avatar Oct 25 '20 07:10 Aran-Guo

The dataset file could be found from https://github.com/Atomu2014/Ads-RecSys-Datasets. It also tells you how to use. Notes are in AutoFIS/dataset.txt.

zhuchenxv avatar Oct 25 '20 08:10 zhuchenxv

The dataset file could be found from https://github.com/Atomu2014/Ads-RecSys-Datasets. It also tells you how to use. Notes are in AutoFIS/dataset.txt.

I have got this H5 fomat file of Avazu. How can we get the data file (eg:raw_file='avazu.tr.svm', input_feat_file='train_input.txt') rementioned in Avazu.py? Is The file ( 'train_input.txt' ) similar to train.csv which get from the kaggle?

sunupo avatar Nov 09 '20 02:11 sunupo

The dataset file could be found from https://github.com/Atomu2014/Ads-RecSys-Datasets. It also tells you how to use. Notes are in AutoFIS/dataset.txt.

I have got this H5 fomat file of Avazu. How can we get the data file (eg:raw_file='avazu.tr.svm', input_feat_file='train_input.txt') rementioned in Avazu.py? Is The file ( 'train_input.txt' ) similar to train.csv which get from the kaggle?

Yes, the raw dataset can be downloaded from https://www.kaggle.com/c/avazu-ctr-prediction/data. It is noted in the README.md in https://github.com/Atomu2014/Ads-RecSys-Datasets.

zhuchenxv avatar Nov 09 '20 06:11 zhuchenxv

The dataset file could be found from https://github.com/Atomu2014/Ads-RecSys-Datasets. It also tells you how to use. Notes are in AutoFIS/dataset.txt.

I have got this H5 fomat file of Avazu. How can we get the data file (eg:raw_file='avazu.tr.svm', input_feat_file='train_input.txt') rementioned in Avazu.py? Is The file ( 'train_input.txt' ) similar to train.csv which get from the kaggle?

Yes, the raw dataset can be downloaded from https://www.kaggle.com/c/avazu-ctr-prediction/data. It is noted in the README.md in https://github.com/Atomu2014/Ads-RecSys-Datasets.

Thanks! The raw dataset of avazu with the label(" click ") has only single file called train.csv. Was its train/test sets split by you? If so, what is the parameter to split this dataset?

sunupo avatar Nov 10 '20 09:11 sunupo

The dataset file could be found from https://github.com/Atomu2014/Ads-RecSys-Datasets. It also tells you how to use. Notes are in AutoFIS/dataset.txt.

I have got this H5 fomat file of Avazu. How can we get the data file (eg:raw_file='avazu.tr.svm', input_feat_file='train_input.txt') rementioned in Avazu.py? Is The file ( 'train_input.txt' ) similar to train.csv which get from the kaggle?

Yes, the raw dataset can be downloaded from https://www.kaggle.com/c/avazu-ctr-prediction/data. It is noted in the README.md in https://github.com/Atomu2014/Ads-RecSys-Datasets.

Thanks! The raw dataset of avazu with the label(" click ") has only single file called train.csv. Was its train/test sets split by you? If so, what is the parameter to split this dataset?

The raw dataset of avazu in https://www.kaggle.com/c/avazu-ctr-prediction/data has two files, train.csv and test.csv. We do not split the Avazu dataset and you could check again.

zhuchenxv avatar Nov 10 '20 10:11 zhuchenxv

from datasets import as_dataset
is missing,how i get ?

takeawayls avatar Dec 08 '20 04:12 takeawayls

from datasets import as_dataset is missing,how i get ?

The dataset file could be found from https://github.com/Atomu2014/Ads-RecSys-Datasets. It also tells you how to use. Notes are in AutoFIS/dataset.txt.

zhuchenxv avatar Dec 08 '20 05:12 zhuchenxv