Added generation of column descriptions, updated project structure, slightly updated architecture
Showing
+741 -347
examples/launch_fedot.ipynb
0 → 100644
This diff is collapsed.
fedotllm/__init__.py
0 → 100644
fedotllm/actions.py
0 → 100644
fedotllm/formatting.py
0 → 100644
File moved
launch_fedot.ipynb
deleted
100644 → 0
llm_util.py
deleted
100644 → 0
... | ... | @@ -22,6 +22,7 @@ cloudpickle==3.0.0 |
colorlog==6.8.2 | ||
comm==0.2.2 | ||
contourpy==1.2.1 | ||
cramjam==2.8.3 | ||
cycler==0.12.1 | ||
debugpy==1.8.2 | ||
decorator==5.1.1 | ||
... | ... | @@ -34,18 +35,21 @@ ete3==3.1.3 |
exceptiongroup==1.2.2 | ||
executing==2.0.1 | ||
fastjsonschema==2.20.0 | ||
fastparquet==2024.5.0 | ||
fedot==0.7.3.2 | ||
filelock==3.15.4 | ||
FLAML==2.1.2 | ||
fonttools==4.53.1 | ||
fqdn==1.5.1 | ||
fsspec==2024.6.1 | ||
func_timeout==4.3.5 | ||
func-timeout==4.3.5 | ||
functime==0.9.5 | ||
future==1.0.0 | ||
graphviz==0.20.3 | ||
greenlet==3.0.3 | ||
h11==0.14.0 | ||
holidays==0.53 | ||
httpcore==1.0.5 | ||
httpx==0.27.0 | ||
huggingface-hub==0.23.5 | ||
hyperopt==0.2.7 | ||
idna==3.7 | ||
imageio==2.34.2 | ||
... | ... | @@ -72,7 +76,7 @@ jupyter_client==8.6.2 |
jupyter_core==5.7.2 | ||
jupyter_server==2.14.2 | ||
jupyter_server_terminals==0.5.3 | ||
jupyterlab==4.2.3 | ||
jupyterlab==4.2.4 | ||
jupyterlab_pygments==0.3.0 | ||
jupyterlab_server==2.27.3 | ||
jupyterlab_widgets==3.0.11 | ||
... | ... | @@ -85,7 +89,6 @@ MarkupSafe==2.1.5 |
matplotlib==3.9.1 | ||
matplotlib-inline==0.1.7 | ||
mistune==3.0.2 | ||
mpmath==1.3.0 | ||
multiprocess==0.70.16 | ||
nbclient==0.10.0 | ||
nbconvert==7.16.4 | ||
... | ... | @@ -108,13 +111,15 @@ pillow==10.4.0 |
platformdirs==4.2.2 | ||
plotly==5.22.0 | ||
pluggy==1.5.0 | ||
polars==1.2.0 | ||
prometheus_client==0.20.0 | ||
prompt_toolkit==3.0.47 | ||
psutil==6.0.0 | ||
ptyprocess==0.7.0 | ||
pure-eval==0.2.2 | ||
py4j==0.10.9.7 | ||
pyaml==24.4.0 | ||
pyaml==24.7.0 | ||
pyarrow==17.0.0 | ||
pycparser==2.22 | ||
Pygments==2.18.0 | ||
pyparsing==3.1.2 | ||
... | ... | @@ -129,12 +134,10 @@ qtconsole==5.5.2 |
QtPy==2.4.1 | ||
readthedocs-sphinx-search==0.3.2 | ||
referencing==0.35.1 | ||
regex==2024.5.15 | ||
requests==2.32.3 | ||
rfc3339-validator==0.1.4 | ||
rfc3986-validator==0.1.1 | ||
rpds-py==0.19.0 | ||
safetensors==0.4.3 | ||
SALib==1.4.8 | ||
scikit-learn==1.2.2 | ||
scikit-optimize==0.10.2 | ||
... | ... | @@ -146,7 +149,7 @@ sktime==0.16.1 |
sniffio==1.3.1 | ||
snowballstemmer==2.2.0 | ||
soupsieve==2.5 | ||
Sphinx==7.4.5 | ||
Sphinx==7.4.6 | ||
sphinx-rtd-theme==2.0.0 | ||
sphinxcontrib-applehelp==1.0.8 | ||
sphinxcontrib-details-directive==0.1.0 | ||
... | ... | @@ -159,23 +162,21 @@ sphinxcontrib-serializinghtml==1.1.10 |
SQLAlchemy==2.0.31 | ||
stack-data==0.6.3 | ||
statsmodels==0.14.2 | ||
sympy==1.13.0 | ||
tabulate==0.9.0 | ||
tenacity==8.5.0 | ||
terminado==0.18.1 | ||
testfixtures==8.3.0 | ||
thegolem==0.4.0 | ||
threadpoolctl==3.5.0 | ||
tinycss2==1.3.0 | ||
tokenizers==0.19.1 | ||
tomli==2.0.1 | ||
torch==2.3.1 | ||
tornado==6.4.1 | ||
tqdm==4.65.2 | ||
traitlets==5.14.3 | ||
transformers==4.42.4 | ||
types-python-dateutil==2.9.0.20240316 | ||
typing==3.7.4.3 | ||
typing_extensions==4.12.2 | ||
tzdata==2024.1 | ||
uri-template==1.3.0 | ||
urllib3==2.2.2 | ||
wcwidth==0.2.13 | ||
... | ... |
Please register or sign in to comment