gpbench 1.0.0__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gpbench-1.0.0 → gpbench-1.0.3}/PKG-INFO +2 -1
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench.egg-info/PKG-INFO +2 -1
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench.egg-info/requires.txt +1 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/pyproject.toml +3 -1
- {gpbench-1.0.0 → gpbench-1.0.3}/README.md +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/compute_dataset_feature.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/config.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/experience/create_masked_dataset_summary.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/experience/dataset_summary_info.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/experience/experience_info.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/experience/get_matched_experience.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/llm_client.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/logging_utils.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/main.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/read_agent/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/read_agent/nodes.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/read_agent/prompts.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/read_agent/python_repl_tool.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/read_agent/state.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gp_agent_tool/read_agent/workflow.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/_selftest.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesA/BayesA_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesA/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesA/_bayesfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesA/_param_free_base_model.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesA/bayesAfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesB/BayesB_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesB/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesB/_bayesfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesB/_param_free_base_model.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesB/bayesBfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesC/BayesC_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesC/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesC/_bayesfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesC/_param_free_base_model.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/BayesC/bayesCfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/CropARNet/CropARNet_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/CropARNet/CropARNet_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/CropARNet/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/CropARNet/base_CropARNet_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/Cropformer/Cropformer_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/Cropformer/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/Cropformer/cropformer_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DL_GWAS/DL_GWAS_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DL_GWAS/DL_GWAS_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DL_GWAS/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DNNGP/DNNGP_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DNNGP/DNNGP_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DNNGP/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DNNGP/base_dnngp_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DeepCCR/DeepCCR_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DeepCCR/DeepCCR_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DeepCCR/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DeepCCR/base_DeepCCR_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DeepGS/DeepGS_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DeepGS/DeepGS_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DeepGS/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/DeepGS/base_deepgs_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/EIR_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/EIR_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/utils/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/utils/array_output_modules.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/utils/common.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/utils/lcl_layers.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/utils/logging.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/utils/mlp_layers.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/utils/models_locally_connected.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/EIR/utils/transformer_models.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/ElasticNet/ElasticNet_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/ElasticNet/ElasticNet_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/ElasticNet/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/G2PDeep/G2PDeep_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/G2PDeep/G2Pdeep_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/G2PDeep/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/G2PDeep/base_G2PDeep_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/GBLUP/GBLUP_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/GBLUP/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/GEFormer/GEFormer_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/GEFormer/GEFormer_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/GEFormer/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/GEFormer/gMLP_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/LightGBM/LightGBM_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/LightGBM/LightGBM_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/LightGBM/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/RF/RF_GPU_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/RF/RF_GPU_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/RF/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/SVC/SVC_GPU.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/SVC/SVC_GPU_he.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/SVC/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/SoyDNGP/AlexNet_206_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/SoyDNGP/SoyDNGP_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/SoyDNGP/SoyDNGP_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/SoyDNGP/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/XGBoost/XGboost_GPU_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/XGBoost/XGboost_GPU_he_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/XGBoost/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/rrBLUP/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_class/rrBLUP/rrBLUP_class.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesA/BayesA.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesA/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesA/_bayesfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesA/_param_free_base_model.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesA/bayesAfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesB/BayesB.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesB/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesB/_bayesfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesB/_param_free_base_model.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesB/bayesBfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesC/BayesC.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesC/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesC/_bayesfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesC/_param_free_base_model.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/BayesC/bayesCfromR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/CropARNet/CropARNet.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/CropARNet/CropARNet_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/CropARNet/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/CropARNet/base_CropARNet.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/Cropformer/Cropformer.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/Cropformer/Cropformer_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/Cropformer/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DL_GWAS/DL_GWAS.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DL_GWAS/DL_GWAS_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DL_GWAS/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DNNGP/DNNGP.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DNNGP/DNNGP_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DNNGP/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DNNGP/base_dnngp.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DeepCCR/DeepCCR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DeepCCR/DeepCCR_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DeepCCR/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DeepCCR/base_DeepCCR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DeepGS/DeepGS.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DeepGS/DeepGS_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DeepGS/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/DeepGS/base_deepgs.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/EIR.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/EIR_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/utils/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/utils/array_output_modules.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/utils/common.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/utils/lcl_layers.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/utils/logging.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/utils/mlp_layers.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/utils/models_locally_connected.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/EIR/utils/transformer_models.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/ElasticNet/ElasticNet.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/ElasticNet/ElasticNet_he.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/ElasticNet/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/G2PDeep/G2PDeep_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/G2PDeep/G2Pdeep.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/G2PDeep/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/G2PDeep/base_G2PDeep.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/GBLUP/GBLUP_R.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/GBLUP/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/GEFormer/GEFormer.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/GEFormer/GEFormer_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/GEFormer/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/GEFormer/gMLP.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/LightGBM/LightGBM.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/LightGBM/LightGBM_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/LightGBM/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/MVP/MVP.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/MVP/MVP_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/MVP/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/MVP/base_MVP.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/RF/RF_GPU.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/RF/RF_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/RF/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/SVC/SVC_GPU.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/SVC/SVC_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/SVC/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/SoyDNGP/AlexNet_206.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/SoyDNGP/SoyDNGP.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/SoyDNGP/SoyDNGP_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/SoyDNGP/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/XGBoost/XGboost_GPU.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/XGBoost/XGboost_Hyperparameters.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/XGBoost/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/rrBLUP/__init__.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench/method_reg/rrBLUP/rrBLUP.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench.egg-info/SOURCES.txt +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench.egg-info/dependency_links.txt +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench.egg-info/entry_points.txt +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/gpbench.egg-info/top_level.txt +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/setup.cfg +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/tests/test_import.py +0 -0
- {gpbench-1.0.0 → gpbench-1.0.3}/tests/test_method.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gpbench
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: A benchmarking toolkit for genomic prediction with multiple methods and LLM-powered analysis
|
|
5
5
|
Author: GPBench Contributors
|
|
6
6
|
License: MIT
|
|
@@ -105,6 +105,7 @@ Requires-Dist: xxhash==3.6.0
|
|
|
105
105
|
Requires-Dist: xlsxwriter==3.2.9
|
|
106
106
|
Requires-Dist: aislib==0.1.14a0
|
|
107
107
|
Requires-Dist: swanlab==0.7.6
|
|
108
|
+
Requires-Dist: psutil==7.1.3
|
|
108
109
|
Provides-Extra: cuda
|
|
109
110
|
Requires-Dist: nvidia-cublas-cu12==12.8.4.1; extra == "cuda"
|
|
110
111
|
Requires-Dist: nvidia-cuda-cupti-cu12==12.8.90; extra == "cuda"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gpbench
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: A benchmarking toolkit for genomic prediction with multiple methods and LLM-powered analysis
|
|
5
5
|
Author: GPBench Contributors
|
|
6
6
|
License: MIT
|
|
@@ -105,6 +105,7 @@ Requires-Dist: xxhash==3.6.0
|
|
|
105
105
|
Requires-Dist: xlsxwriter==3.2.9
|
|
106
106
|
Requires-Dist: aislib==0.1.14a0
|
|
107
107
|
Requires-Dist: swanlab==0.7.6
|
|
108
|
+
Requires-Dist: psutil==7.1.3
|
|
108
109
|
Provides-Extra: cuda
|
|
109
110
|
Requires-Dist: nvidia-cublas-cu12==12.8.4.1; extra == "cuda"
|
|
110
111
|
Requires-Dist: nvidia-cuda-cupti-cu12==12.8.90; extra == "cuda"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gpbench"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.3"
|
|
8
8
|
description = "A benchmarking toolkit for genomic prediction with multiple methods and LLM-powered analysis"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -81,6 +81,7 @@ dependencies = [
|
|
|
81
81
|
"patsy==1.0.2",
|
|
82
82
|
# R integration
|
|
83
83
|
"rpy2==3.5.16",
|
|
84
|
+
|
|
84
85
|
# Network and async
|
|
85
86
|
"aiohttp==3.13.2",
|
|
86
87
|
"httpx==0.28.1",
|
|
@@ -131,6 +132,7 @@ dependencies = [
|
|
|
131
132
|
"xlsxwriter==3.2.9",
|
|
132
133
|
"aislib==0.1.14a0",
|
|
133
134
|
"swanlab==0.7.6",
|
|
135
|
+
"psutil==7.1.3",
|
|
134
136
|
]
|
|
135
137
|
|
|
136
138
|
[project.optional-dependencies]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|