yaml-ml

View on PyPIReverse Dependencies (0)

1.0.0 yaml_ml-1.0.0-py3-none-any.whl

Wheel Details

Project: yaml-ml
Version: 1.0.0
Filename: yaml_ml-1.0.0-py3-none-any.whl
Download: [link]
Size: 24282
MD5: 2cdba0195c30e65f0383e4008d5d33c6
SHA256: c1a3062935387cc2c4b8b0e483fd7a36148b4bd5d6c99f7786f10e880e55cfb0
Uploaded: 2025-03-03 22:43:52 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: yaml_ml
Version: 1.0.0
Summary: Your whole ML pipeline in one YAML file.
Author: GFaure9
Project-Url: Repository, https://github.com/GFaure9/yaml-ML
License: The MIT License (MIT) Copyright (c) 2024 Guilhem Fauré Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: numpy (<2.0.0,>=1.16.0)
Requires-Dist: scikit-learn (==1.5.2)
Requires-Dist: PyYAML (==6.0.2)
Requires-Dist: loguru (==0.7.2)
Requires-Dist: tqdm (==4.67.1)
Requires-Dist: matplotlib (==3.10.0)
Requires-Dist: lightgbm (==4.5.0)
Requires-Dist: catboost (==1.2.7)
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 1353 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
yaml_ml/__init__.py sha256=XURnvbmiNKyiJMypSkVeI5UGCSgswFCAuBydglqoLfk 256
yaml_ml/__main__.py sha256=lBCZpjQxQ2Q2y_n0u4bQtSKN-U3vBonh5pqPfqVzTIs 1539
yaml_ml/config_loader.py sha256=ry7SRLW4BXqzRaKBLEmW-OgVdVJCd6MwTAeOvIOLkCY 793
yaml_ml/helper.py sha256=5jARX0oH3BXrbW8wVWfs3w8-H3KHiNCJIG_Gam3N-G4 137
yaml_ml/logger_cfg.py sha256=pDsT7oOi2Crwl0j22MbJ_J5IkJccxOMm1O3Pxq-BjG8 2081
yaml_ml/modules.yaml sha256=FvZhU2Zq_vWEvqapqmn0Qun9-E1zk07z36zuoEveGKc 1196
yaml_ml/special_types.py sha256=g4zPJ5Cz1bua_l5Zk55uWWSmNGx4O9PjFr9dV3_feyA 365
yaml_ml/dataset/__init__.py sha256=EjZskw45I8hbGd1VhNhPq9QM841NpqPqbih9vZuSlso 92
yaml_ml/dataset/dataset.py sha256=8FkN6aYgncTglK2Pj7JARrB8cN7iys3iOt3rQ1d89Xo 3476
yaml_ml/dataset/splitting.py sha256=-GuCphVJ-9DySSWbkvNYZvV1W24HwCwN1s32xW2H4Rg 3207
yaml_ml/model/__init__.py sha256=FyUEgtQQoFLzy9MejztTnrypG2LgHS2z7nA7F_m4BKg 49
yaml_ml/model/classification.py sha256=DB8PYb3mf3_bQeCD-Wp2RGMpM58uEWxmJii7cL1QBfQ 1880
yaml_ml/model/predictor.py sha256=QOTOouLolhqcrA4s6CbRK7hq_UMdyoZdKZs4Z08-yWw 7204
yaml_ml/model/regression.py sha256=YGE8U3gGS-oMXcz29N7b9VjzuIe2P_0msFrWOD-duyI 2025
yaml_ml/model/utils.py sha256=nLRtYzqjsNG6gNTUX53-tSTnMhm0XC2ygPsNgbPffeU 761
yaml_ml/pipeline/__init__.py sha256=s25xmHlM_D94RaHXUoJbucYgFjD3xl3VPFkhHW-AOaU 78
yaml_ml/pipeline/multiple_pipelines.py sha256=zbOGjmA2rtzseu-1lfhfqXg7JhseggOyrwyQv_1Wj_U 2492
yaml_ml/pipeline/pipeline.py sha256=-zQEBqnsmfcEN6tLWLj0gcLtNEA60O1u2NbsvAsVNI0 5920
yaml_ml/pipeline/utils.py sha256=qbmJ-UqGRyvpogy_yT6v9--C1DOAJElCfOyf-cACh2U 2851
yaml_ml/preprocessing/__init__.py sha256=Don6YwRxq3RuYkOrg8ZU_H6fi6OI6jIqGwGSAuJGvgs 58
yaml_ml/preprocessing/cleaning.py sha256=RXkkU6nsxSLGQuGs0k9FD9WMvF8dATF2PGgy8QxJ-jo 1495
yaml_ml/preprocessing/encoding.py sha256=rk5kbRosuLukEFEdfZV_pDO9sGH2D92cBds2KCXuwVU 1300
yaml_ml/preprocessing/preprocessor.py sha256=cc8BzCJmEP0WUxN0Jt0lQyj0In7V440MztAtM-Dm7FQ 6545
yaml_ml/preprocessing/replace_nans.py sha256=fkJ-8qEWjO8JmWF0iy3H6ggZh0USA0mkRZZy4ypuzCg 1531
yaml_ml/preprocessing/scaling.py sha256=UkSVnXv1rblOkb7Io2amKN17-hIkrwe4zFbs7eg99xs 1229
yaml_ml-1.0.0.dist-info/LICENSE.txt sha256=iVu4M_6bHHIFTlP58wbqt7otQdQyYCKWXIIOmrZUwtg 1099
yaml_ml-1.0.0.dist-info/METADATA sha256=S6F4Nzmx0Em0c5HjyJnbgqKQF9JyUj2z4UQbRt_MDDI 3478
yaml_ml-1.0.0.dist-info/WHEEL sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM 91
yaml_ml-1.0.0.dist-info/top_level.txt sha256=j5ioLS3c_xO5bZ6XcVt1uWhaFIqOdMA_225xO35JKCY 8
yaml_ml-1.0.0.dist-info/RECORD

top_level.txt

yaml_ml