
QSAR fish bioconcentration factor (BCF)
Donated on 11/26/2019
Experimental bioconcentration factor (BCF) for 1056 molecules and binary fingeprints (extended connectivity) to be used for QSAR modeling.
Dataset Characteristics
Multivariate
Subject Area
Life Science
Associated Tasks
Regression
Feature Type
Integer, Real
# Instances
1056
# Features
7
Download
0 citations
1136 views
Citation
QSAR fish bioconcentration factor (BCF). (2019). UCI Machine Learning Repository. https://doi.org/10.24432/C5K32Z.
BibTeX
@misc{misc_qsar_fish_bioconcentration_factor_(bcf)_511, title = {{QSAR fish bioconcentration factor (BCF)}}, year = {2019}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C5K32Z} }
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset qsar_fish_bioconcentration_factor_bcf = fetch_ucirepo(id=511) # data (as pandas dataframes) X = qsar_fish_bioconcentration_factor_bcf.data.features y = qsar_fish_bioconcentration_factor_bcf.data.targets # metadata print(qsar_fish_bioconcentration_factor_bcf.metadata) # variable information print(qsar_fish_bioconcentration_factor_bcf.variables)
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.