Info

Testing and Issues

You can test this entry and submit issues during the testing period of the ML Competition contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

Comments

If after an error the model will not load, delete the file : runned.txt
Please keep in mind that the first run caches the model, it will be longer than the rest.

On my local environment the average speed is 2 - 3ms.

On the screenshot an HTML file of 11436 characters was tested.
The second request was processed in 2 ms
You have not added any comments yet...
by rating

Issues

Fair Leopard Nov 7, 2023 at 18:53
Unfortunately, this submission has been disqualified after our preliminary tests for exceeding the 500ms limit per text sample.
10
Big Penguin Nov 7, 2023 at 19:44
you encountered an error because you did not install the pip packages, and I asked you to delete the runned.txt file if the model does not load, you simply ignored my comment.
Fair Quokka Oct 26, 2023 at 22:55
This is an important message regarding your submission. The following issues have been discovered during preliminary testing:
ModuleNotFoundError: No module named 'pandas'

You can provide further clarifications within the next 24 hours. 
Big Penguin Oct 27, 2023 at 07:17
Hello, please install the pip packages located in the pip-requirements.txt file

command: "pip install -r pip-requirements.txt" in my directory
or
command: "pip3 install -r pip-requirements.txt" in my directory

The following packages must be installed:
joblib==1.3.2
matplotlib==3.1.3
numpy==1.17.3
pandas==1.0.5
scikit_learn==1.3.1
seaborn==0.9.0
scipy==1.5.0

Thank you.
Nobody added any issues yet...