interpret
interpret copied to clipboard
Unable to connect "can’t establish a connection to the server at 127.0.0.1:7558"
Hi,
thank you for developing this package! I am trying the following:
ebm = ExplainableBoostingClassifier(random_state=seed)
ebm.fit(X_train, y_train)
ebm_global = ebm.explain_global()
show(ebm_global)
which results in:
Unable to connect
Firefox can’t establish a connection to the server at 127.0.0.1:7558.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
I am using jupyter lab server and tried already changing the port, but then the interpret server port is also changing. Could you help me with this?
Best,