BiomedicalMachineLearning/stLearn

using stlearn for the first time.

Opened this issue · 1 comments

Hello,
I am using the packge for the first time and when I wanted to run the first code as in tutorial I got this message.

import stlearn as st
st.settings.set_figure_params(dpi=120)
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'stlearn' has no attribute 'settings'

Could you please help me in solving this problem?

Thank you,
Omar

Hi @oabuhuss, It looks like you have installed an older version of stLearn. Please check if your stLearn is version 0.4.12.

import stlearn as st
print(st.__version__)