konfle / konfle/first-ml-project
Cost should be returned as number data type.
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the cost is returned as list/ndarray
`Cost: [1937.29850275]`
Output should be a number data type.
`Cost: 1937.29850275`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the code that produces the reported Cost output and inspect how the value is represented before printing or returning it. Reproduce the list/ndarray output, then verify that the result is a scalar number matching the requested value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100