Home Reference Source

src/preprocessing/index.js

import LabelEncoder from './labelencoder';

export default {
  LabelEncoder,
};