yoshida-lab / XenonPy

XenonPy is a Python Software for Materials Informatics
http://xenonpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
133 stars 57 forks source link

minor bugs found when using frozen featurizer in iQSPR #122

Closed stewu5 closed 4 years ago

stewu5 commented 5 years ago
  1. Add functionality to allow automatic label detection in BaseFeaturizer when we use n_job = 0.
  2. BaseEstimator bug: when input pd.Series (taking one column of pandas dataframe) as property input in "fit", there will be error.