autonbox

View on PyPIReverse Dependencies (0)

0.3.0 autonbox-0.3.0-py3-none-any.whl

Wheel Details

Project: autonbox
Version: 0.3.0
Filename: autonbox-0.3.0-py3-none-any.whl
Download: [link]
Size: 36613
MD5: bf6de6ca4b3a3b4b988f6395d3abb409
SHA256: 0dce992e4d43cdaa678a0b1f73d2dad4ed740a559645f561685a8c4f6cae72ff
Uploaded: 2023-02-20 18:12:41 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: autonbox
Version: 0.3.0
Summary: Auton Lab TA1 primitives
Author: CMU
Author-Email: awillia2[at]andrew.cmu.edu
Home-Page: https://github.com/autonlab/autonbox
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: d3m
Requires-Dist: Pillow (>=7.1.2)
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: opencv-python-headless
Requires-Dist: torch (>=1.4.0)
Requires-Dist: torchvision (>=0.5.0)
Requires-Dist: statsforecast
Requires-Dist: neuralforecast (>=1.3.0)
Requires-Dist: transformers (>=4.6.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 854 characters]

WHEEL

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

RECORD

Path Digest Size
autonbox/NHITS.py sha256=m3QlKcAThTahkmq9kpLETB_HJ3niEuQDJggKNL2jZYo 12892
autonbox/__init__.py sha256=wFVRH1zT-2pyPrmuWhH2GdSP3l1FLw09eFIaUpylZCY 247
autonbox/autoARIMA_wrapper.py sha256=SdKLUCC_82wc1PRDo8NWtDesB2MROYtsAh2lC0go7JQ 23191
autonbox/clean_augment.py sha256=TnM5CvidsIBhhr2oDwzuR8agVjwgYiJZa1LAvObfWTk 2896
autonbox/iterative_labeling.py sha256=uD49KmD-oRdWEObD2mZjhFpb94TMzWtKM2ZcuWCnPew 9737
autonbox/merge_partial_multipredictions.py sha256=nbq2GqITmZ7NldRWEuYUFodIg1rDEeXoQWIN3N-X_pE 2289
autonbox/resnext101_kinetics_video_features.py sha256=cCAeaIatTKmvEAWIZxN4iDix4ETG1z83u8aPahMQeKU 9527
autonbox/contrib/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
autonbox/contrib/resnet/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
autonbox/contrib/resnet/dataset.py sha256=scLBPYza6C6hVxvTeLmqUYdgyCniuWfwQ7ku5kKgsRg 5513
autonbox/contrib/resnet/model.py sha256=1XpY4u8DZhzFpNOHVfpVT-KPsBj1vG-pEYhY_AKARks 7315
autonbox/contrib/resnet/spatial_transforms.py sha256=sz0mlustUzQxj4uE92_bzPwFj_XnBkhCE1Vbd8_4G_o 6485
autonbox/contrib/resnet/temporal_transforms.py sha256=6dwOsSVbW_7_EyqiTL4uW3LbLLYyLKGrmKiUzuj5MC4 1227
autonbox/contrib/resnet/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
autonbox/contrib/resnet/models/densenet.py sha256=Y43ioaFSIOyj-Ob3U7bdjALFBh5tK4tECPNLtoVPoSw 6174
autonbox/contrib/resnet/models/pre_act_resnet.py sha256=evAJ40NZYGg-BrWOiN77q0V_riYGJrNX2FBu4TNgIY8 7290
autonbox/contrib/resnet/models/resnet.py sha256=GP_-cW12otRDUIBnfNrESG71LDWcMGIQzMdlrdJPz-k 7198
autonbox/contrib/resnet/models/resnext.py sha256=GVN16C_NNF-dzZ-arrFbS1tP4vRCEZsEc5V_7MiJcUc 6052
autonbox/contrib/resnet/models/wide_resnet.py sha256=6ToO4PYo3JEa8y1DlQds5UZryOCmnhmh7CCivnTLa1w 5567
autonbox-0.3.0.dist-info/LICENSE sha256=9qawwofRjHQEbcGZDeSE-4tx3vpgPRXdZeanaJeZHTw 1093
autonbox-0.3.0.dist-info/METADATA sha256=MztBI2WailW807xs5J6qaNDT8544Wc9zGhqKUJgC_o4 1567
autonbox-0.3.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
autonbox-0.3.0.dist-info/entry_points.txt sha256=le1JiEUb202ws_X-v3Y2MDuP2ZmMqMwZjm_IfLyM_zc 669
autonbox-0.3.0.dist-info/top_level.txt sha256=YG3yk628HkKlHMA7Hj8hdIqJkMkIoWEZvhlwYyBASTs 9
autonbox-0.3.0.dist-info/RECORD

top_level.txt

autonbox

entry_points.txt

data_cleaning.clean_augmentation.AutonBox = autonbox.clean_augment:CleanAugmentationPrimitive
data_transformation.merge_partial_predictions.AutonBox = autonbox.merge_partial_multipredictions:MergePartialPredictionsPrimitive
feature_extraction.resnext101_kinetics_video_features.VideoFeaturizer = autonbox.resnext101_kinetics_video_features:ResNext101KineticsPrimitive
semisupervised_classification.iterative_labeling.AutonBox = autonbox.iterative_labeling:IterativeLabelingPrimitive
time_series_forecasting.arima.AutonBox = autonbox.autoARIMA_wrapper:AutoARIMAWrapperPrimitive
time_series_forecasting.nhits.AutonBox = autonbox.NHITS:AutoNHITSPrimitive