dswizard-components

View on PyPIReverse Dependencies (1)

0.1.1 dswizard_components-0.1.1-py3-none-any.whl

Wheel Details

Project: dswizard-components
Version: 0.1.1
Filename: dswizard_components-0.1.1-py3-none-any.whl
Download: [link]
Size: 73778
MD5: 4fb79e816c2d79472c6a6925e0ed0f9f
SHA256: ffa178019599fa56bff77207da63cdd5c73d489b270fe17002afc60b61617c19
Uploaded: 2021-04-17 12:55:00 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dswizard-components
Version: 0.1.1
Summary: Contains all base algorithms used by dswizard
Author: Marc Zoeller
Author-Email: m.zoeller[at]usu.de
Home-Page: https://github.com/Ennosigaeon/dswizard-components
License: MIT
Keywords: automl,machine learning,pipeline synthesis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3.5
Requires-Dist: psutil (==5.7.2)
Requires-Dist: pymfe (==0.4.*)
Requires-Dist: ConfigSpace (==0.4.*)
Requires-Dist: numpy (==1.19.*)
Requires-Dist: pandas (==1.1.*)
Requires-Dist: pytest
Requires-Dist: scikit-learn (==0.23.*)
Requires-Dist: scipy (==1.5.*)
Description-Content-Type: text/markdown
[Description omitted; length: 453 characters]

WHEEL

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

RECORD

Path Digest Size
dswizard/components/__init__.py sha256=KzhM1rkppQLc-SnrVc0O51IhAXn5867NiN7ynTU4pl4 137
dswizard/components/base.py sha256=GN046lrr--sDuFhMSAXTa5H-Fp7dtoBI6SqHU3JFDXg 15133
dswizard/components/meta_features.py sha256=hX0TDLXdek7ViZ8ZiSGPpto6JTbcaZYANQeACzu2LTw 12082
dswizard/components/sklearn.py sha256=lHyIPkeI_f7qKlRsy9FZB8XA5ZHea3BdciqqEJOBZFg 2072
dswizard/components/util.py sha256=4HSW_X2b2JYdmnpi6yimvsMIPQiZD3X5jgCSrfTIgyU 3131
dswizard/components/classification/__init__.py sha256=A8YTZLc3iQYO_BO_k99LyGIlXZnuxacz6VIiyDxa9Ck 3355
dswizard/components/classification/ada_boosting.py sha256=sfY7_QsXtc_BMg3Pr_9uz3jxN4VT4mKgiKBJXJkKSsk 2137
dswizard/components/classification/bernoulli_nb.py sha256=WhuMQXSUXqEKGfHzUBD3CmR_5PmaoeRguAyRjCdT0Q4 2446
dswizard/components/classification/decision_tree.py sha256=CK97ECurqumKhSPzUix_jY-rB0yW8_D922hM8y3zQ78 5462
dswizard/components/classification/gradient_boosting.py sha256=dP_z5ZAFaIUXFeqWPt4ah3WKIc6LwlP2TECSOLXuVpY 5750
dswizard/components/classification/libsvm_svc.py sha256=mzXYQOLHzodKGNXvNkLlzq_SlpBa4YKH3_NWnKmHCuc 4379
dswizard/components/classification/linear_discriminant_analysis.py sha256=ec5W6fpDRVbxyawc-3TKOReVuMHSdzkqXpTvIkuFi_I 3084
dswizard/components/classification/multinomial_nb.py sha256=i1pnpsO1bNUEFyLvoz_8tkpKtzg5PB6FcVN8OPsfQ80 2394
dswizard/components/classification/random_forest.py sha256=TzJcrLfEaqLNlt1dP2B6GUNSNiLOBIcn6li1SWkvSEI 5391
dswizard/components/classification/sgd.py sha256=XgqhfqSt2SV-Br1eZhDdPlHy1uomE0DlQzWIMpMAQ7w 5604
dswizard/components/classification/excluded/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dswizard/components/classification/excluded/extra_trees.py sha256=77yjShQROFSPdI4kZdcHqEnk5tCv7CKrYeVyNJd2Yxs 5870
dswizard/components/classification/excluded/gaussian_nb.py sha256=Z-5sOEaslt7l1GRJBxxZA-8epGrYf9G-ADj_JPCnJKI 2012
dswizard/components/classification/excluded/gaussian_process.py sha256=1VOqFZ8H7P1JiJiow4jt0-jEe5-TOUwHKq3CWfpUM1s 4082
dswizard/components/classification/excluded/k_neighbors.py sha256=LELwDcPBeXmw-Xs8nD2TEcwwQO59K6JDNT4AYN3XeFs 2905
dswizard/components/classification/excluded/logistic_regression.py sha256=hrxXxTxkBAcI-3piewc6K2VxGNtqZGuIRZQBvQCM-aA 6080
dswizard/components/classification/excluded/mlp_classifier.py sha256=I0umvK7fxdZR3Dnm7xURHh6bbDgL_ektq8yoZj3vl3U 8335
dswizard/components/classification/excluded/passive_aggressive.py sha256=InuW1HUrAZZ71YrYK-X_6oqb59tK5f9j54t-mcBc8Nk 4093
dswizard/components/classification/excluded/qda.py sha256=PG6ddJETshgWVVS-12JRH-bSQAHamFQetUT5_QW4F54 2165
dswizard/components/classification/excluded/svm.py sha256=7OCwSS1eOnaurOD4jVrWp5IjaIVRG_1wzeygI1Vg6Zg 4663
dswizard/components/data_preprocessing/__init__.py sha256=P-nCHFkNd9-Jw4hT2jEurZ4X2gPooZfOc1OC4YMfmBk 2467
dswizard/components/data_preprocessing/imputation.py sha256=FzF80p-J1zwx_LT26I_m5AYmD8ofmK1-VA3ANDqcBGE 3861
dswizard/components/data_preprocessing/knn_imputer.py sha256=cMZlZ3tAVeaLR0cqgt-GYYfZ8muJ-ZtM0D6C5muj4GY 2127
dswizard/components/data_preprocessing/max_abs_scaler.py sha256=qGg5-6wdGyWBccyxVUPphoXVFj3Tgo9hDLxkEPnc_8g 997
dswizard/components/data_preprocessing/minmax.py sha256=YDDIUGYgpeAj3gYSU_Zowj8r2onZLGjWt6JK2byqndc 997
dswizard/components/data_preprocessing/normalize.py sha256=jmO9tcLl6WuOJEQEGYHgOKaJt_Mc8l5A1vyAOSAWZtc 1046
dswizard/components/data_preprocessing/quantile_transformer.py sha256=VoGqQy3BUkkzWqiz79OuDMKilPCs46J9jEE6g-HoAC4 2205
dswizard/components/data_preprocessing/robust_scaler.py sha256=waaQltHgml2zs5ba0QSd0JRHY2nOIGgqMhYd6lEv-yc 1794
dswizard/components/data_preprocessing/standard_scaler.py sha256=yA0p71_x54pcdIvSPmHWB5YMwWSXB4so51Duwve8Qkg 1172
dswizard/components/data_preprocessing/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dswizard/components/data_preprocessing/test/openml14_conditional_imputer.py sha256=86UxnC6ljCjf6qMxIr3hjRB1W3hZtjegKgRVXONk8DU 11003
dswizard/components/feature_preprocessing/__init__.py sha256=AyT3J4jIb2435eH4hQLDj1YRuzHvA0MdNrfpFlmkC0U 2507
dswizard/components/feature_preprocessing/bernoulli_rbm.py sha256=JOlqQvX94EP5lHeAW8spPTSSSarHWVbDT3rcAH2Acjo 2016
dswizard/components/feature_preprocessing/binarizer.py sha256=P4YSWFHsGUnvMBkdEbQN_3Br_6Ol-QfxXnuA4-38Flg 1559
dswizard/components/feature_preprocessing/factor_analysis.py sha256=JXDPGT0Q5aV5LY2clNSJufNPS6zpXMQV74BxCHjaNok 2836
dswizard/components/feature_preprocessing/fast_ica.py sha256=QgiWv4UU_IflD4h2xDrzSXNTT44eFsIUQRlNvYIKQbE 2641
dswizard/components/feature_preprocessing/feature_agglomeration.py sha256=K2gno7L5rc4yAM0YKC9H8-LuPDA9To0VLqYDA83iDSQ 3723
dswizard/components/feature_preprocessing/generic_univariate_select.py sha256=81eQXyJ2H4RMZ4T_iul_SZDrH5-kXPZoo6OuWssLeK0 2890
dswizard/components/feature_preprocessing/kbinsdiscretizer.py sha256=DOpMJdlqnJ7mj72EWn6sICIOYjLwDr5_bSM4GrfxpXo 2061
dswizard/components/feature_preprocessing/kpca.py sha256=RnPAIMXQxE_8NpxvZh755Kfv-9QzI_uDnq2_P69rkhY 4694
dswizard/components/feature_preprocessing/missing_indicator.py sha256=6m699KzaO63e7gi_mqJwZzjRlWf9kxICTRP9jew7e_Q 1419
dswizard/components/feature_preprocessing/multi_column_label_encoder.py sha256=BkT7ONVnc8NDA4vn9torwuy7boOtJuvPPKlOML_Ohrs 2425
dswizard/components/feature_preprocessing/one_hot_encoding.py sha256=s_2NiRQ5D-e9w-wPYYaRtxH7ZAQ53QJw78FNt6V0Jjk 2436
dswizard/components/feature_preprocessing/pca.py sha256=qpOB6h0rpcLkM5t_89gLwVmOKDvB1eonx7Ozp1CvS20 2478
dswizard/components/feature_preprocessing/polynomial.py sha256=98qiYDiCPBWAvRzSbalRL78VJAWAN-adqERUWdoMLl8 2087
dswizard/components/feature_preprocessing/random_trees_embedding.py sha256=naYiE0pYGxxmvsHUpvjvDFnBE0BgxRp05NbLRrxDGIQ 4816
dswizard/components/feature_preprocessing/select_k_best.py sha256=OXNKSKGC5PorPEDy353wIuyQ9_vI2_xzdKfQOnB7R-c 3028
dswizard/components/feature_preprocessing/select_percentile.py sha256=nTX86Rnwx6F3Z0wG2A9zVco2KhbwYAhh79wrc4lR12E 3911
dswizard/components/feature_preprocessing/truncated_svd.py sha256=HjY32Y947ADOmG33arir8AT3nDD_DsCBOV7UkwMZ2SU 2117
dswizard/components/feature_preprocessing/variance_threshold.py sha256=EPpW335BniaSsXOKJDPXxI88-iQX7Uz5YdYsoTbNzCA 1612
dswizard/pynisher/__init__.py sha256=Tc7I-MYvE6kpWXAPuZi61BkzRACH9AO6xxzmv-bO4HY 52
dswizard/pynisher/limit_function_call.py sha256=W_OX1CiUydSxd4qD_HbM7DkgRMnVAv5j01uDP3v_T50 11312
dswizard_components-0.1.1.dist-info/METADATA sha256=iYwjasu35RDlQsRSWB8Me4CUFc4wdif92KURyKYuUn8 1238
dswizard_components-0.1.1.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
dswizard_components-0.1.1.dist-info/top_level.txt sha256=44Spi6Rw_nYp826wCnxWXJF3t0QV0AsI27lBKlDj4xk 9
dswizard_components-0.1.1.dist-info/RECORD

top_level.txt

dswizard