Python Forum
Machine Learning: Process
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Machine Learning: Process
#1
Hi All,

I am quite confuse how I should proceed with my Data.

I have data/report from a rental cars company with many location: Number of cars per location, Total profit, Profit per location, revenue per day, utilization, closed agreement, number of day on rent...and many other features.

I want to know how many/optimum number of cars every location should have.

I would really appreciate your input.

Please let me know if you require any further information.

Cheers.
Reply
#2
What have you done so far? How do you define optimum when it comes to cars - all cars will be rented, no customer turned away, or some mix?
Reply
#3
I cleaned my data only!
struggling to know how to proceed next.

Well optimum number of cars its the cars that should be in the location to cover the rental needs of the customers.

Car non rented = charge
Reply
#4
No one has a clue?
Reply
#5
So, what are you trying to maximize or minimize? Unused cars, profit at each location, what?
If profit, how do you calculate profit (hint, revenue minus costs)? What are the costs? what are the revenues? Do they vary day to day?

If you are wanting to model, then what are your dependent and independent variables?
Answer that, and you can start. Note that you will want a regression type rather than classification type model if you choose to go this route.
Reply
#6
Thank you for you response.

But I don't think you understood my objective here.

I am not trying to maximize or minimize.

I am looking to know whats the perfect number of car every location should have!

features that I have in hand: Number of cars per location, Total profit, Profit per location, revenue per day, utilization, closed agreement, number of day on rent...and many other features.

The above information are submitted monthly.

I hope its clear now!
Reply
#7
Define perfect
Reply
#8
The optimum number of cars based on the previous monthly revenues and other data I have!
Reply
#9
Define optimum. Trying to get you to see that you do want to maximize or minimize something.
Reply
#10
I would say optimum is the number of cars every licensees needs to have based on the numbers of revenue he made in the past month?
or option 2
Number of cars to reach the minimum utilization of 80%
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Feature Selection in Machine Learning shiv11 4 1,783 Apr-09-2024, 02:22 PM
Last Post: DataScience
  [machine learning] identifying a number 0-9 from a 28x28 picture, not working SheeppOSU 0 1,840 Apr-09-2021, 12:38 AM
Last Post: SheeppOSU
  Getting started in Machine Learning Harshil 5 3,208 Dec-07-2020, 04:06 PM
Last Post: sridhar
  Python Machine Learning: For Data Extraction JaneTan 0 1,839 Nov-24-2020, 06:45 AM
Last Post: JaneTan
  IndexError in Array while trying to do machine learning Mariaoye 0 1,879 Nov-12-2020, 12:35 AM
Last Post: Mariaoye
  Errors with Machine Learning trading bot-- not sure why MattKahn13 0 1,358 Aug-07-2020, 08:19 PM
Last Post: MattKahn13
  How useful is PCA for machine learning? Marvin93 0 1,529 Aug-07-2020, 02:07 PM
Last Post: Marvin93
  How to extract data from paragraph using Machine Learning with python? bccsthilina 2 3,028 Jul-27-2020, 07:02 AM
Last Post: hussainmujtaba
  Machine Learning Polynomial Regression braveYug 0 1,704 Nov-13-2019, 11:41 AM
Last Post: braveYug
  Ask for machine learning Python example with 2 data files user5566b 2 2,255 Sep-05-2019, 12:15 PM
Last Post: user5566b

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020