Skip to content

Commit

Permalink
Merge pull request #4 from reese3222/dev
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
reese3222 committed Dec 4, 2022
2 parents 67cb37a + e5d12a7 commit f0ddd25
Show file tree
Hide file tree
Showing 6 changed files with 1,347 additions and 637 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__pycache__/
*.py[cod]
*$py.class

dist/
# C extensions
*.so
install.bat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![image](logo.png)
### Python Comparative Analysis for Machine Learning
### 🐫 Python Comparative Analysis for Machine Learning 🐫

pycaML is an easy machine learning model comparison tool with optimization. It allows to generate a table comparing multiple machine learning models, to see which one is best for your data.
The unique feature of pycaML is built-in hyperparameters tuning using Bayesian Optimization. It also supports meta-models like Stacking and Voting ensembles. You can setup and optimize 25 models with one line of code.
Expand Down
Loading

0 comments on commit f0ddd25

Please sign in to comment.