qsarify.classification module

Classification Scoring Module

This module provides summary information about Classification

class qsarify.classification.ClassifierScore(y_data, pred_y)[source]

Bases: object

Provides summary information about Classification

Parameters:
  • y_data (pandas DataFrame , shape = (n_samples,)) –

  • pred_y (pandas DataFrame , shape = (n_samples,)) –

  • classification (=> predicted Y values as result of) –

  • functions (Sub) –

  • -------

  • (self) (score) –

  • tf_table(self)

score()[source]

Calculate accuracy score :rtype: None

tf_table()[source]

Calculate Precision & Recall Generates a confusion matrix

Return type:

None