commit fe9efd53813e3e89ba507fd0e78a5b26e805966d Author: Александр Писцов Date: Fri May 16 18:37:43 2025 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..91e6d51 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,36 @@ +argon2-cffi==23.1.0 +argon2-cffi-bindings==21.2.0 +certifi==2025.4.26 +cffi==1.17.1 +charset-normalizer==3.4.2 +colorama==0.4.6 +contourpy==1.3.2 +cycler==0.12.1 +fonttools==4.58.0 +idna==3.10 +joblib==1.5.0 +kiwisolver==1.4.8 +liac-arff==2.5.0 +matplotlib==3.10.3 +minio==7.2.15 +numpy==2.2.5 +openml==0.15.1 +packaging==25.0 +pandas==2.2.3 +pillow==11.2.1 +pyarrow==20.0.0 +pycparser==2.22 +pycryptodome==3.22.0 +pyparsing==3.2.3 +python-dateutil==2.9.0.post0 +pytz==2025.2 +requests==2.32.3 +scikit-learn==1.6.1 +scipy==1.15.3 +six==1.17.0 +threadpoolctl==3.6.0 +tqdm==4.67.1 +typing_extensions==4.13.2 +tzdata==2025.2 +urllib3==2.4.0 +xmltodict==0.14.2