Greedy Lazy Model-based Classification Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "---- == Refe" to "---- == Refe") |
m (Text replacement - "---- __NOTOC__ " to "---- __NOTOC__ ") |
||
Line 11: | Line 11: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] | [[Category:Concept]] |
Revision as of 02:50, 22 February 2021
A Greedy Lazy Model-based Classification Algorithm is a Lazy Model-based Classification Algorithm that is a Greedy Model-based Classification Algorithm.
References
2006
- (Malyshkin et al., 2006) ⇒ Vladislav Malyshkin, Ray Bakhramov, Andrey Gorodetsky. (2006). “A Massive Local Rules Search Approach to the Classification Problem.” In: ArXiV
- QUOTE: … An interesting attempt to combine model based and lazy instance based learning was presented in (Melli, 1998). In (Melli, 1998) a greedy lazy model–based approach for classification was developed in which the result was a rule tailored to the specific observation. While such an approach gives a simple rule as an answer (which is often much easier to understand than a complex rules set) and often works faster for classification of a single event, it–as every greedy algorithm–is not guaranteed to find the best rule, because the algorithm may not reach the global maximum of the quality criterion and a sub–optimal rule may be returned.