#DEfinition of the catogrical encoder class,copid from pr

i did not understand.

from sklearn.base import BaseEstimator, TransformerMixin
from sklearn.utils import check_array
from scipy import sparse

class CategoricalEncoder(BaseEstimator, TransformerMixin)

File “”, line 7
class CategoricalEncoder(BaseEstimator, TransformerMixin):
^
SyntaxError: unexpected EOF while parsing

How can i fix it?

Please reply.

Please give me the link.

I did not get any link.

Please give me link.

Please reply.

On hangouts so i can talk ,

I have replied to your email today and have sent you the link in my email.

please give me the link of git cloning.

And on jupyter also.

Please give me the download link also.

As discussed over the call, here is the link to the GitHub repository that contains both the Jupyter notebooks and the datasets:

Also, below is the command that will clone this repository. You can use it on a Jupyter notebook instead of a console:

git clone https://github.com/cloudxlab/ml ~/ml

Hope this helps.