Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in learning.ipynb #1270

Open
IronLucario2012 opened this issue Nov 17, 2022 · 1 comment
Open

Typo in learning.ipynb #1270

IronLucario2012 opened this issue Nov 17, 2022 · 1 comment

Comments

@IronLucario2012
Copy link

In learning.ipynb, the attribute "attr_names" of the Dataset class is incorrectly spelled as "attrnames" in several places, which, when referenced in the code cells, causes an AttributeError as shown in the callback snipped below.

AttributeError                            Traceback (most recent call last)
Input In [7], in <cell line: 2>()
      1 print("attrs:", iris.attrs)
----> 2 print("attrnames (by default same as attrs):", iris.attrnames)
      3 print("target:", iris.target)
      4 print("inputs:", iris.inputs)

AttributeError: 'DataSet' object has no attribute 'attrnames'
@Parthiv31
Copy link

May I work on this issue?

meloncruuush pushed a commit to meloncruuush/aima-python that referenced this issue Jun 7, 2023
meloncruuush pushed a commit to meloncruuush/aima-python that referenced this issue Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants