--- title: DecisionTree.jl Reviews meta\_title: 'DecisionTree.jl Reviews 2026: Details, Pricing, & Features | G2' meta\_description: Filter 11 reviews by the users' company size, role or industry to find out how DecisionTree.jl works for a business like yours. aggregate\_rating: rating\_value: 4.0 review\_count: 11 scale: '5' date\_modified: '2026-08-11' parent\_category: name: Artificial Intelligence url: https://www.g2.com/categories/artificial-intelligence ---

# DecisionTree.jl Reviews & Product Details

DecisionTree.jl is a Julia classifier with the implimentation of the ID3 algorithm with post pruning (pessimistic pruning), parallelized bagging (random forests), adaptive boosting (decision stumps), cross validation (n-fold) and support for mixed nominal and numerical data.

* * *

Seller
[DecisionTree.jl](https://www.g2.com/sellers/decisiontree-jl)
Discussions
[DecisionTree.jl Community](https://www.g2.com/products/decisiontree-jl/discuss)

Show More

## Top-Rated Alternatives

[

 ![Automation Anywhere Agentic Process Automation](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Automation Anywhere Agentic Process Automation")

Automation Anywhere Agentic Process Automation

4.5/5(5,623)

](https://www.g2.com/products/automation-anywhere-agentic-process-automation/reviews)

[

 ![Demandbase One](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Demandbase One")

Demandbase One

4.4/5(1,988)

](https://www.g2.com/products/demandbase-one/reviews)

[

 ![Phrase](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Phrase")

Phrase

4.5/5(1,307)

](https://www.g2.com/products/phrase-phrase/reviews)

[
View All Alternatives
](https://www.g2.com/products/decisiontree-jl/competitors/alternatives)

## User Insights

Average based on 11 real user reviews.

[Log in to unlock pricing and user insights](/login)

 ![Bishnu M.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Bishnu M.")
BM

Bishnu M.

Senior Project Manager

Information Technology and Services

Enterprise (\> 1000 emp.)

3/13/2023

"DecisionTree.jl helps to implement Classification and Regression Tree in few simple steps"

4.5/5

What do you like best about DecisionTree.jl?

DecicionTree.jl is a CART (Classification and Regression Tree) package in the Julia machine learning programing language. Various steps like loading data, segregating data into training and testing, and building a model is very easy to implement using this package in Julia. There is no need to transpose data as DecisionTree.jl does not require it. It just takes a two lines statement to build the model providing a few arguments (e.g. depth, minimum number of samples in leaf, minimum number of samples in split etc.) as per user requirement. This package saves lots of time and money for regression and classification problems compared to creating a decision tree ML model from scratch. We used decisionTree.jl for a retail client to build a model to classify potential customer data and were able to achieve near about 70% accuracy, which is considered as very good accuracy. Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

There is no issue as such with DecisionTree.jl as it works smoothly for simple to medium complex problems with good accuracy. I have yet to test its performance for complex problems where input data is very diverse, with more than 20 attributes to consider for classification or regression. One small disadvantage for programmers is that DecisionTree.jl package does not assign data type automatically to your loaded data. It seems it does not assign a data type to improve performance. So, you need to write a few more statements to caste data type to your data before building a model. Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

DecisionTree.jl is a package that helps to build a decision tree or regression tree ML model easily in Julia language. A programmer need not build a model from scratch, which makes them productive and saves client's money. We used this package for a retail user for a small project. It was a rapid implementation and worked successfully for production data. Review collected by and hosted on G2.com.

Show More

3/20/2023
Validated ReviewerIncentivizedSource: G2 invite

PS

Pranav S.

Head of Business Operations

Information Technology and Services

Mid-Market (51-1000 emp.)

8/31/2022

"Efficient machine learning framework for our business needs!"

4.5/5

What do you like best about DecisionTree.jl?

The well-built packages for Julia implementation of the decision tree support various classifiers that help our business use case implementations. It would have been great if we had heard of this product earlier.

There are no other competitors that I know of or have tried, but the compatibility and customization help us a lot with meeting the needs of our customers. Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

Nothing to dislike about the packages. Works pretty well as per our expectations and our business needs. Looking forward to frequent updates to ensure that we are working with the latest features. Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

The native API option is handy for integrating our product offerings, and the machine learning framework is also compatible with our ML offerings.

Helps customize our decision tree models with the insights it provides our team. Review collected by and hosted on G2.com.

Show More

10/15/2022
Current UserValidated ReviewerIncentivizedSource: G2 invite

 ![Kishore Kumar S.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Kishore Kumar S.")
KS

Kishore Kumar S.

Senior Consultant IT

Mid-Market (51-1000 emp.)

3/9/2023

"Decision tool"

4/5

What do you like best about DecisionTree.jl?

Adaptive boosting, cross validations across mixed data Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

Algorithm is too complicated which a layman needs more knowledge transferred through a training courses Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

Effective machine learning for our business development needs is well built with the help of Julia implementation and supports tree like structure with various classification that helps our business use case implementations. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Saurabh B.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Saurabh B.")
SB

Saurabh B.

Lead Consultant

Enterprise (\> 1000 emp.)

3/14/2023

"Review for decision tree"

4.5/5

What do you like best about DecisionTree.jl?

Attended one of the session for Julia AI and decision tree.jl and found that to be insightful and useful. Its ability to convert the convert the problem in a working model was awesome Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

Nothing as of now. Needs more introduction to different communities Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

Design a forecasting model for price prediction Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Manoj P.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Manoj P.")
MP

Manoj P.

Lead Consultant

Enterprise (\> 1000 emp.)

3/9/2023

"Powerful package for building and using decision tress"

4/5

What do you like best about DecisionTree.jl?

Its support for Classification and regression tests, powered by high-performing language Julia Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

Lack of better community support and complexity Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

We have multiple use cases, majority we used it for credit risk assessments Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Computer & Network Security](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Computer & Network Security")
IC

Verified User in Computer & Network Security

Small-Business (50 or fewer emp.)

12/21/2022

"Tool to help with Machine Learning"

3.5/5

What do you like best about DecisionTree.jl?

It is easy to use and allows us to work efficiently with algorithms, obtaining optimal results in the development of applications focused on usability, such as chats. Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

Nothing in particular, it seems like a very good tool to me. Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

It helps us implement more consistent learning models regarding automated learning. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 inviteAI Translated

 ![Verified User in Education Management](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Education Management")
UE

Verified User in Education Management

Small-Business (50 or fewer emp.)

9/15/2022

"Best tool for implementing and classifying algorithms."

4/5

What do you like best about DecisionTree.jl?

This tool is best in classification for pre and post running, cross-validation, and adaptive validation. The best part is pre-pruning and cross-validation. The features available are not in peer tools. Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

Everything is good about this, but sometimes it lacks integration and run time is high. Other than that, everything is good about this and its support for numerical features is best. Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

It helps me in classification through its pre and post running features, and further helps me in doing regression more productively. This tool saves me a lot of run time. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Vijay G.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Vijay G.")
VG

Vijay G.

AMA Host / Public Speaker

Mid-Market (51-1000 emp.)

8/24/2022

"Good for data mining"

4/5

What do you like best about DecisionTree.jl?

I like the fast way of tracking entitles and linking observations. Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

There are several other alternatives in the market, but yes, that's not a problem for me. So basically I don't have anything to dislike about it. Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

It is mainly helping me with my data mining. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Consumer Services](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Consumer Services")
UC

Verified User in Consumer Services

Mid-Market (51-1000 emp.)

8/18/2022

"Decision tree"

4/5

What do you like best about DecisionTree.jl?

I like how easy it is to use also helps with algorithms and the outcomes very easy. Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

Nothing I don't dislike a single thing maybe could be updated here and there for smaller percentage error Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

Helps problem solving and algorithms on finding results and all possible outcomes of what I need Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Emmanuel P.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Emmanuel P.")
EP

Emmanuel P.

education

Small-Business (50 or fewer emp.)

8/17/2021

""The branch to help you navigate the Internet""

3.5/5

What do you like best about DecisionTree.jl?

I like the fast way to track entities and among other things. Review collected by and hosted on G2.com.

What do you dislike about DecisionTree.jl?

Nothing particularly, there are other programs that serve the same purpose. Review collected by and hosted on G2.com.

Recommendations to others considering DecisionTree.jl:

I recommend it, but I also recommend that you try other programs. Review collected by and hosted on G2.com.

What problems is DecisionTree.jl solving and how is that benefiting you?

It helps me to do almost the majority of data mining. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite

##### Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

[
View More Pricing Information
](https://www.g2.com/products/decisiontree-jl/pricing)

## Work at DecisionTree.jl?

Claim this profile to respond to reviews, update product info, and reach in-market buyers.

[
Claim this profile
](https://www.g2.com/products/decisiontree-jl/claim_requests/new?utm_medium=profile-footer-claim-cta&utm_source=g2)

##### Categories on G2

[Machine Learning](https://www.g2.com/categories/machine-learning)

##### Explore More

[Top tools for ensuring cloud compliance with GDPR and HIPAA](https://www.g2.com/discussions/what-are-the-top-tools-for-ensuring-cloud-compliance-with-gdpr-and-hipaa)[What antivirus software is worth using for a small business that needs to protect a handful of devices without paying for an enterprise endpoint suite?](https://www.g2.com/discussions/what-antivirus-software-is-worth-using-for-a-small-business-that-needs-to-protect-a-handful-of-devices-without-paying-for-an-enterprise-endpoint-suite)[What are the most reliable enterprise mobility management solutions based on reviews from IT teams managing high-volume device fleets?](https://www.g2.com/discussions/what-are-the-most-reliable-enterprise-mobility-management-solutions-based-on-reviews-from-it-teams-managing-high-volume-device-fleets)

[Which Oracle PeopleSoft resellers ensure payroll accuracy and regulatory compliance during system transitions for organisations in highly regulated environments?](https://www.g2.com/discussions/which-oracle-peoplesoft-resellers-ensure-payroll-accuracy-and-regulatory-compliance-during-system-transitions-for-organisations-in-highly-regulated-environments)[Which notification infrastructure solutions work best for software engineering teams managing high-volume event notifications at enterprise scale?](https://www.g2.com/discussions/which-notification-infrastructure-solutions-work-best-for-software-engineering-teams-managing-high-volume-event-notifications-at-enterprise-scale)[Top-rated event planning platforms](https://www.g2.com/discussions/what-are-the-top-rated-event-planning-platforms)

[Show MoreShow Less](javascript:void(0);)