1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-28 13:48:56 +08:00

577 Commits

Author SHA1 Message Date
Guilherme Felipe Reis
563bbf3463
Merge 3a8c4c1afd3aecfd01f51ef832497399478236e2 into 74ae077eafb245fa3bdca0288854b6d51f97fe60 2023-03-03 19:55:54 +00:00
Guilherme Reis
3a8c4c1afd feature: Attribute Specifications 2023-03-03 16:55:39 -03:00
Guilherme Reis
9ffe55fd47 feature: API Warts 2023-03-03 16:15:49 -03:00
Guilherme Reis
b4ebccc0e1 feature: adding attributes 2023-03-03 16:07:32 -03:00
Guilherme Reis
81edd9b55b feature: installation v2 2023-03-03 16:01:28 -03:00
Guilherme Reis
6c3e10007d chore: installation 2023-03-02 13:45:32 -03:00
Guilherme Reis
6e0edd8719 feature: Home page wiki 2023-03-02 13:23:43 -03:00
Richard Townsend
74ae077eaf
Merge pull request #284 from sshehata/master
feat: allow missing values when parsing csvs
2022-12-28 16:30:02 +00:00
sshehata
0f33e2fa72 feat: allow missing values when parsing csvs 2022-12-18 03:21:01 +01:00
Richard Townsend
a8b69c276c
Merge pull request #269 from EliDavis3D/patch-1
Example now pulls from correct filepath for dataset
2021-10-14 20:37:59 +01:00
Eli Davis
0ae13fe821
Example now pulls from correct filepath for dataset 2021-10-05 13:17:23 -06:00
Richard Townsend
947ee7214e
Merge pull request #268 from louisguitton/fix-typo-hello-world
Fix typo in hello world example
2021-09-06 19:21:58 +01:00
Louis Guitton
d0cad661f0 Fix typo in hello world example 2021-09-05 13:50:08 +02:00
Richard Townsend
00d4cfd91a
Merge pull request #266 from wonyonyon/patch-1
Update go.sum
2021-05-11 12:39:39 +01:00
wonyonyon
093beecd44
Update go.sum 2021-05-01 15:30:00 +08:00
Richard Townsend
cde96fa826
Merge pull request #261 from Oliveirakun/fix-model-load
Fix model loading issues for decision tree and random forest
2021-01-17 16:49:41 +00:00
Francis Oliveira
d33eb47a05 Fix random forest model loading 2021-01-10 00:56:45 -03:00
Francis Oliveira
6489b3bf7c Fix id3 model loading
An error was ocurring everytime an id3 model was loaded
2021-01-08 00:22:00 -03:00
Richard Townsend
294d65fca3
Merge pull request #259 from paul-nelson-baker/master
Fix compilation errors
2020-11-27 22:19:38 +00:00
Paul Freakn Baker
7580cac059 Fixing compilation errors that break the library
The file in question has numerous references to the package "base"
whilst also being in the same package. My guess is that this was a
utility function and wasn't vetted for correctness after being moved
here.
2020-11-27 06:18:01 -07:00
Paul Freakn Baker
7240e2c238 Adding Go module files
They are fairly standardized at this point in time and add for extra
stability. As dependencies are added, this adds a safety buffer should
any of them introduce breaking changes.
2020-11-27 06:18:01 -07:00
Richard Townsend
9ed5a13fba
Merge pull request #256 from Yushgoel/dataFrameCompatibilityReviewed
Adding Support for Converting Dataframe to FixedDataGrid
2020-11-22 21:46:08 +00:00
Ayush
5e8076f6e2 Merge branch 'dataFrameCompatibilityReviewed' of https://github.com/Yushgoel/golearn into dataFrameCompatibilityReviewed 2020-11-04 17:08:50 +05:30
Ayush
4aff2a91fb Removing cyclic import 2020-11-04 17:07:37 +05:30
Ayush Goel
66e5d579d2
Merge pull request #8 from Yushgoel/dataFrameCompatibility
Create dataframe_go.go
2020-11-04 16:26:47 +05:30
Ayush
47b57c4835 Replacing Nest with Switch Case 2020-11-04 16:21:29 +05:30
Ayush
76577c449b Create dataframe_go.go
Added Function to Convert from DataFrame to Golearn Fixed DataGrid
2020-10-27 13:50:42 +05:30
Richard Townsend
6fed29ee9c
Merge pull request #250 from Yushgoel/IsolationForest_reviewed
Implements Isolation Forest Feature Request
2020-09-08 23:06:55 +01:00
Ayush
e3a09cfa34 File paths 2020-09-08 14:55:47 +05:30
Ayush
a380d191f4 Removed Changing Seed 2020-09-06 09:30:38 +05:30
Ayush Goel
fef30344d3
Merge pull request #6 from Yushgoel/IsolationForest
Adding Feature Request for Isolation Forest
2020-08-30 18:19:39 +05:30
Ayush
333997b024 Adding Comments 2020-08-30 18:17:18 +05:30
Ayush
0270ec8579 IsolationForest in trees.go
Adding info on Isolation Forest in trees.go
2020-08-27 18:04:34 +05:30
Ayush
5a66fb940f Adding Example Script 2020-08-27 18:00:37 +05:30
Ayush
d20c03e2b3 Adding isolation_test 2020-08-25 09:59:19 +05:30
Ayush
452acbabb3 Adding Isolation + Fixing previous import issue 2020-08-24 14:26:45 +05:30
Ayush Goel
6aa37aca00
Merge pull request #5 from sjwhitworth/master
Bringing master up to date
2020-08-14 10:51:55 +05:30
Richard Townsend
c39ef5156b
Merge pull request #249 from Yushgoel/cart_reviewed
Implements CART (Classification And Regression Trees) algorithm
2020-08-06 17:17:37 +01:00
Ayush
27b86ce3ea Delete tmp 2020-08-06 21:43:47 +05:30
Ayush
b689fe0c58 Fixing Typo + tmp file 2020-08-03 09:41:35 +05:30
Ayush Goel
2a54c10a37
Merge pull request #4 from Yushgoel/cart
Fixing Library
2020-08-01 15:34:16 +05:30
Ayush
e55a329d8a Fixing Bug 2020-08-01 15:32:59 +05:30
Ayush Goel
cee05df456
Merge pull request #1 from Yushgoel/cart
Cart
2020-08-01 15:15:06 +05:30
Ayush
cad05a087a Updating Logistic.go 2020-08-01 15:11:38 +05:30
Ayush Goel
4e5315a687
Merge pull request #3 from sjwhitworth/master
Updating cart_reviewed
2020-08-01 15:03:02 +05:30
Ayush Goel
db7f9de99a
Merge pull request #2 from sjwhitworth/master
Bringing Master Up to Date
2020-08-01 14:56:36 +05:30
Ayush
8ae385ca25 Complexity Analysis for Algorithm 2020-08-01 13:16:34 +05:30
Ayush
cd2b86aa2e Changing var name 2020-08-01 11:43:14 +05:30
Ayush
6a42fcd4ae catching nInstances == 0 2020-08-01 11:36:53 +05:30
Ayush
9d1ac82a40 Optimizing Loss Calculation 2020-08-01 11:25:53 +05:30