FredZhang7 commited on
Commit
aa0cc44
1 Parent(s): 6464326

add link to dataset page

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ params = {
72
  'num_boost_round': [500, 750, 800, 900, 1000, 1250, 2000]
73
  }
74
  ```
75
- To reproduce the 98.4% accurate model, you can follow the data analysis in the dataset page to filter out the unimportant features.
76
  Then train a LightGBM model using the most suited hyperparamters for this task:
77
  ```python
78
  params = {
 
72
  'num_boost_round': [500, 750, 800, 900, 1000, 1250, 2000]
73
  }
74
  ```
75
+ To reproduce the 98.4% accurate model, you can follow the data analysis on the [dataset page](https://huggingface.co/datasets/FredZhang7/malicious-website-features-2.4M) to filter out the unimportant features.
76
  Then train a LightGBM model using the most suited hyperparamters for this task:
77
  ```python
78
  params = {