Skip to content

Conversation

@enryH
Copy link
Member

@enryH enryH commented Feb 16, 2023

🐛 pandas version and random feat bug

  • pandas less than 1.4 has a different output for boxplots
    • return a seriess for 1.4 and higher, returns an Axis for 1.3
    • see commit c79188f "ax = ax[0] # returned series due to by argument?"
    • nb: 01_1_0_split_data.ipynb
  • sample from available features in test_data (small datasets can miss a few)

Henry added 3 commits February 16, 2023 13:24
- pandas less than 1.4 has a different output for boxplots
  - return a seriess for 1.4 and higher, returns an Axis for 1.3
  - see commit c79188f
  "ax = ax[0] # returned series due to by argument?"
  - nb: 01_1_0_split_data.ipynb
- sample from available features in test_data
  (small datasets can miss a few)
- add more information to main README
- postpone pip package installation for now
@enryH enryH merged commit 5a85c7b into dev Feb 16, 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

Successfully merging this pull request may close these issues.

2 participants