Commit
·
29514d2
1
Parent(s):
a253f7d
Fixed a few things in docs index
Browse files- docs/index.rst +2 -1
docs/index.rst
CHANGED
@@ -25,7 +25,7 @@ The primary functionalities of this package include:
|
|
25 |
Features
|
26 |
========
|
27 |
|
28 |
-
- **Machine Learning Models**: Utilize XGBoost, PyTorch, and scikit-learn models to predict PROTAC activity (refer to the :func:`protac_degradation_predictor.get_protac_active_proba` function).
|
29 |
- **Dataset Handling**: Load and manage datasets specific to PROTAC research (refer to the :func:`protac_degradation_predictor.data_utils.load_curated_dataset` function).
|
30 |
- **Customizability**: Tune model hyperparameters and experiment with different model configurations (refer to the :func:`protac_degradation_predictor.optuna_utils.hyperparameter_tuning_and_training` function).
|
31 |
|
@@ -86,6 +86,7 @@ Getting Help
|
|
86 |
============
|
87 |
|
88 |
If you encounter any issues or have questions, please refer to the following resources:
|
|
|
89 |
- **Documentation**: Full API documentation and user guide.
|
90 |
- **GitHub Issues**: Report bugs or request features on the [GitHub Issues](https://github.com/ribesstefano/PROTAC-Degradation-Predictor/issues) page.
|
91 |
- **Contributing**: Learn how to contribute to the project by reading our [Contribution Guidelines](https://github.com/ribesstefano/PROTAC-Degradation-Predictor/blob/main/CONTRIBUTING.md).
|
|
|
25 |
Features
|
26 |
========
|
27 |
|
28 |
+
- **Machine Learning Models**: Utilize XGBoost, PyTorch, and scikit-learn models to predict PROTAC activity (refer to the :func:`protac_degradation_predictor.protac_degradation_predictor.get_protac_active_proba` function).
|
29 |
- **Dataset Handling**: Load and manage datasets specific to PROTAC research (refer to the :func:`protac_degradation_predictor.data_utils.load_curated_dataset` function).
|
30 |
- **Customizability**: Tune model hyperparameters and experiment with different model configurations (refer to the :func:`protac_degradation_predictor.optuna_utils.hyperparameter_tuning_and_training` function).
|
31 |
|
|
|
86 |
============
|
87 |
|
88 |
If you encounter any issues or have questions, please refer to the following resources:
|
89 |
+
|
90 |
- **Documentation**: Full API documentation and user guide.
|
91 |
- **GitHub Issues**: Report bugs or request features on the [GitHub Issues](https://github.com/ribesstefano/PROTAC-Degradation-Predictor/issues) page.
|
92 |
- **Contributing**: Learn how to contribute to the project by reading our [Contribution Guidelines](https://github.com/ribesstefano/PROTAC-Degradation-Predictor/blob/main/CONTRIBUTING.md).
|