Tag: Python
-
Predicting 100% in IRIS dataset

dataset: https://archive.ics.uci.edu/dataset/53/iris While scrolling through YouTube, I came across this video:https://www.youtube.com/watch?v=MdOCu2Gr-0g It explores Fibonacci numbers, which sparked a thought—could I experiment with them in a unique way, perhaps using the Iris dataset? First, let’s create a sequence of Fibonacci numbers. Result: Next, we create a function that returns the largest Fibonacci number closest to a…
