Yuexin Li

Results 11 issues of Yuexin Li

Hi, What is the expected time to train PET model on yelp_full dataset (with default arguments)? I started the training the day before yesterday with a RTX 3090 GPU and...

There is a lot of missing data (those with value 0) in both datasets (METR-LA and PEMS-BAY). Did you adopt any interplolation approach (such as linear interplolation) to fill in...

Hi, Looks like this import package [phishintention.src.phishpedia_logo_detector.inference](phishintention.src.phishpedia_logo_detector.inference) is missing in `./phishintention/src/pipeline_eval.py` file. Could you please show where we can find this file? Tks

Hi, I was wondering what is the purpose of calling VTscan when the model reports phishing ([code](https://github.com/lindsey98/PhishIntention/blob/e1e2d90de8196b60df8df5fe839ae4ea2bf78d66/phishintention/phishintention_main.py#L187)). Since it has no influence on the phishing detection result, I guess it...

It is not a big problem since I believe no one will run this code without GPU. However, it seems true that even if I install the CPU version of...

Hi, As Fig.11 shows, there are 11 datapoints for each algorithm, which is obtained by using different values of logo matching threshold. For PhishIntention, is the list of logo matching...

Hi, I ran the PhishIntention on [25K benign webpage dataset](https://drive.google.com/file/d/1ymkGrDT8LpTmohOOOnA2yjhEny1XYenj/view?usp=sharing), which contains 25400 benign webpages. However, the output test results file only contains the results of 21813 webpages. I ran...

Following this https://github.com/lindsey98/PhishIntention/issues/2#issuecomment-1124542367. It seems a bit hard to crawl the webpages that the landing webpages may link to (since we do not know where to click and what are...

Hi, I came across an error (after installing all the required pakages) when I ran the code in the [Use it as a packgake](https://github.com/imethanlee/PhishIntention#use-it-as-a-package) section (Run in python to test...

enhancement

Hi, I have two questions related to the target list of logos/brands. 1. How to obtain these .png files of the logos of these brands from scratch? 2. If I...