Closed SarveshMankar closed 1 year ago
I was trying to install the pdftotree module on my windows system, it shows up an Error. In the dependencies, we have sklearn which is deprecated and gives an error. So replacing sklearn with scikit-learn make the installing process error-free!
Issue Id: #123 https://github.com/HazyResearch/pdftotree/issues/123
Just replacing sklearn with scikit-learn.
Error in installing the Module
I was trying to install the pdftotree module on my windows system, it shows up an Error. In the dependencies, we have sklearn which is deprecated and gives an error. So replacing sklearn with scikit-learn make the installing process error-free!
Issue Id: #123 https://github.com/HazyResearch/pdftotree/issues/123
Description of the proposed changes
Just replacing sklearn with scikit-learn.