The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
how to create Operation Search process?
HanyTalaat_Egy
Member Posts: 2 Learner III
Hi ,
I'm new to RapidMiner and Data Minning
I'm working on a system to predect needed Quantities of Products and distribute to stores
the case is , i have Number of dimentions ( AVG sales , performance , Trend , ...) and the system should recommend the best required Quantity for each Item to Achive target Revenu and overall Target Quantity .
how can i do that with RapidMiner ?
0
Answers
Hello and welcome to the RapidMiner community!
The problem you have posed is quite a general one, with a high level of complexity, so there probably isn't a simple answer to your question. It sounds like ultimately you are going to want a kind of generalized optimization framework for solving this problem, assuming you have a situation where there are many constraints (e.g., you can't produce an arbitrary number of each type of product, each store requires certain inventory levels, demand for products is different by region, etc.). RapidMiner itself isn't built primarily as an optimization engine, although with some creative coding I am certain it could be configured to solve such problems (and other community members might even contribute more detail here on what could be done).
But in the meantime, for your first step you probably need to figure out some basic things like what your costs and your profits are for each of the items in your portfolio, and RapidMiner is well suited to help with that problem--try using some of the aggregate operators and generate attributes to calculate profit. You probably also will want to look at predicting demand for different items, so you can build some demand models and RapidMiner has several tools for that. You should check out the series extension from the marketplace and look at some of the forecasting operators.
Hopefully this will give you some starting points of investigation on your very interesting project!
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Thank You for your valuable reply ...
Actually , i have the following information :
i need to recommed the required volumn to be purchased from each product in addition to the on hand quantities to achieve the Target ( Value and Volume )