Skip to content

academicCQMD/CrossFuse-XGBoost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Availability of CrossFuse-XGBoost

CrossFuse-XGBoost: Accurate prediction of the maximum recommended daily dose through multifeature fusion, cross-validation screening and extreme gradient boosting

Preamble

This repository contains the dataset and code for the paper titled "CrossFuse-XGBoost: Accurate prediction of the maximum recommended daily dose through multifeature fusion, cross-validation screening and extreme gradient boosting".

CrossFuse

Data Availability

The data used in this study, together with the software code, have been made accessible in this repository to ensure transparency and reproducibility of the findings. The following files are included:

  1. src/data: The dataset used for training and external validation sets. Each row represents a compound with its associated features and the maximum recommended daily dose (MRDD).

  2. src/code: The Python code for implementing the CrossFuse-XGBoost method and performing the prediction.

Usage

To utilize the CrossFuse-XGBoost and replicate the research results, please follow these steps:

  1. Clone or download this repository to your local machine.

  2. Install the required dependencies listed in "src/requirements.txt" using your preferred package manager.

$ conda create -n crossfuse_xgboost python=3.8.13
$ source activate crossfuse_xgboost
$ pip install -r requirements.txt
  1. Run every cell of "src/data/crossfuse_xgboost.ipynb" in sequence in Jupyter Notebook. Make sure that the data set is stored in the same path as specified in the script.

  2. The script will execute the workflow of CrossFuse-XGBoost and generate the predicted maximum recommended daily dose (MRDD) for each compound in the dataset. Comments and functional annotations were added to the code to explain its purpose.

Please refer to the code comments for further instructions on customizing the method or adapting it to your specific use case.

Citation

The citation of this work would be greatly appreciated if you find it valuable or choose to build upon it.

Contact

For any inquiries or questions regarding this research or its code, please feel free to contact Jianbo Pan at panjianbo@cqmu.edu.cn.

Copyright License

Permission is hereby granted, free of charge, to any person obtaining a copy of this project and associated documentation files (the "project"), to deal in the project without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the project, and to permit persons to whom the project is furnished to do so, subject to the following conditions:

The data of this study, including the dataset and associated findings, are intended for experimental reference only and should not be directly interpreted or used to guide human medicine. The authors do not assume any responsibility or liability for any consequences arising from the use or application of the data. The project 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 non-infringement. 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 project or the use or other dealings in the project.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published