By investing Rs.1 lac in a security today, the maturity proceeds after 10 years will be Rs.2.80 lac. What return is expected from the security over the period of investment?
Hi. Apart from the formula, you can use the in-built function "RATE" in the Excel. Feed the values as Nper = 10, Pmt = 0, PV = -100000, FV = 280000 and type = 0 or blank. You'll get 10.84% or 11%.
In this machine learning pricing project, we implement a retail price optimization algorithm using regression trees. This is one of the first steps to building a dynamic pricing model.
Data Science Project in R-Predict the sales for each department using historical markdown data from the Walmart dataset containing data of 45 Walmart stores.
This data science in python project predicts if a loan should be given to an applicant or not. We predict if the customer is eligible for loan based on several factors like credit score and past history.
In this machine learning project, we will use binary leaf images and extracted features, including shape, margin, and texture to accurately identify plant species using different benchmark classification techniques.
Spark Project - Discuss real-time monitoring of taxis in a city. The real-time data streaming will be simulated using Flume. The ingestion will be done using Spark Streaming.