-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
53 lines (29 loc) · 1.49 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
----------------------------------------------------------------------------------------
sciblox
----------------------------------------------------------------------------------------
sciblox was designed to make data science and machine learning easier.
It features similar modules to R's CARET, and draws inspiration from many other packages.
To use it:
from sciblox import *
%matplotlib notebook
What's included?
----------------------------------------------------------------------------------------
1. CARET like preprocessing (scaling, normalising, dummify, outlier removal, unskew, etc)
2. Processor modules - you can fit onto testing data!
3. LightGBM and RandomForest support - later will add more
4. More analysis methods: outlier detection, skewness methods, auto unskewing etc
5. 3D automatic plots in NEW cool analyse function!
6. BPCA, MICE, KNN, Boosting, Forest, SVD imputation
7. Easy sequential text mining and automatic text mining
8. Jupyter Notebooks integrated
What's in construction?
----------------------------------------------------------------------------------------
1. More machine learning libraries - Extra Trees, Neural Networks, SVM etc
2. Advanced data and text mining
3. CV, Auto machine learning
4. Multiprocessing support
Demonstration
----------------------------------------------------------------------------------------
If you want to see sciblox in action, please visit
https://danielhanchen.github.io/
GITHUB: https://github.com/danielhanchen/sciblox