Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 3.63 KB

README.md

File metadata and controls

75 lines (51 loc) · 3.63 KB

Hyperparameter selection methods

Table of contents

  1. Project Description
  2. Data description
  3. Libraries
  4. Project Installation
  5. Using the project
  6. Authors

Project Description

The objective of the competition is to help us build as good a model as possible so that we can, as optimally as this data allows, relate molecular information, to an actual biological response.

Problem - to build a classifier that determines biological activity.

This project aims to optimize the hyperparameters of two popular classification models in various ways and includes:

Project structure:

⬆️To the table of contents

Data description

We have shared the data in the comma separated values (CSV) format. Each row in this data set represents a molecule. The first column contains experimental data describing an actual biological response; the molecule was seen to elicit this response (1), or not (0). The remaining columns represent molecular descriptors (d1 through d1776), these are calculated properties that can capture some of the characteristics of the molecule - for example size, shape, or elemental constitution. The descriptor matrix has been normalized.

⬆️To the table of contents

Libraries

⬆️To the table of contents

Project Installation

    git clone https://github.com/StartrexII/tuningHyperparameters

⬆️To the table of contents

Using

All other information is presented in the jupyter-notebook predictingTheBiologicalResponse.ipynb. If the graphs are not displayed on GitHub, you can open them in the browser, they are in the folder plotly/

⬆️To the table of contents

Authors

⬆️To the table of contents

If the information on this project seems interesting or useful to you, then I will be very grateful to you if you mark the repository and profile with ⭐️⭐️⭐️:)