Skip to content

Commit

Permalink
Change name of pandas letor converter
Browse files Browse the repository at this point in the history
  • Loading branch information
jma127 committed May 14, 2017
1 parent 235a591 commit abbbc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyltr/data/pandas_converter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pandas as pd


class Pandas_Converter(object):
class PandasLetorConverter(object):
'''
Class Converter implements parsing from original letor txt files to
pandas data frame representation.
Expand Down

0 comments on commit abbbc5e

Please sign in to comment.