Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

AutoKeras

Accessible AutoML for deep learning.
Collective - Host: opensource - https://opencollective.com/autokeras - Website: https://autokeras.com - Code: https://github.com/keras-team/autokeras

improve test coverage

github.com/keras-team/autokeras - 2d922b42911068336875e59a58e4d938ac20db0a authored about 4 years ago by Haifeng Jin <[email protected]>
improve test coverage for auto model

github.com/keras-team/autokeras - 9b891f0712dda3a6384b58a08be5e8b219410435 authored about 4 years ago by Haifeng Jin <[email protected]>
remove some obsolete functions

github.com/keras-team/autokeras - de765277f4b03e814510d534713bb7eef076b4f2 authored about 4 years ago by Haifeng Jin <[email protected]>
increase test coverage for basic.py

github.com/keras-team/autokeras - a4311336e9c2bd2618808a0150dd184b1d6522d5 authored about 4 years ago by Haifeng Jin <[email protected]>
improve test coverage for input_adapter

github.com/keras-team/autokeras - fc64d0ba9a07fb9df00dbe63d83f520ec3dbfa77 authored about 4 years ago by Haifeng Jin <[email protected]>
clean up structured data tests

github.com/keras-team/autokeras - 176d04bd5187c84f2cf9b89f84bbfe19d61c4c3d authored about 4 years ago by Haifeng Jin <[email protected]>
improve tests for adapters and encoders

github.com/keras-team/autokeras - 27d78391ae43194c03213d769bfaae6fb5af4eb7 authored about 4 years ago by Haifeng Jin <[email protected]>
Update README.md

github.com/keras-team/autokeras - cce7a7d7cf56417eedd229a8e700aed81774183a authored about 4 years ago by Haifeng Jin <[email protected]>
Update README.md

github.com/keras-team/autokeras - 0ddbb73afbc4efd4b15b553bcf8c5882847b67ac authored about 4 years ago by Haifeng Jin <[email protected]>
format the codebase

github.com/keras-team/autokeras - a8f24e266fb477c599c7c23b45e98d561f325cba authored about 4 years ago by Haifeng Jin <[email protected]>
use black for lint and format

github.com/keras-team/autokeras - f40a8d2ae796cf4ec9ed137de2bb933da0713188 authored about 4 years ago by Haifeng Jin <[email protected]>
Add conditions to the search space

github.com/keras-team/autokeras - 13aa31bc1a0b87d6c4b5e787c9b041ec83831c34 authored about 4 years ago by Haifeng Jin <[email protected]>
update greedy tuner to use hp tree

github.com/keras-team/autokeras - 71ee98a898fdeb2f180b495a0746b42bfe625fae authored about 4 years ago by Haifeng Jin <[email protected]>
test coverage setup

github.com/keras-team/autokeras - 5d38406c034f9e1a6ff64789221680fbcd652394 authored about 4 years ago by Haifeng Jin <[email protected]>
add copyright headers

github.com/keras-team/autokeras - 40b3912293357e3e7dc8ddc0c562ef2938bef51b authored about 4 years ago by Haifeng Jin <[email protected]>
update License

github.com/keras-team/autokeras - 6913161c6468603459d83432b8ea73e1e18d79a6 authored about 4 years ago by Haifeng Jin <[email protected]>
add copyright to lint and format

github.com/keras-team/autokeras - be62644a51c6fdb5c98ba7af4c9882c8cb42f3ef authored about 4 years ago by Haifeng Jin <[email protected]>
update faq

github.com/keras-team/autokeras - 20a44dfae1447e004b3940b76e61bb35e5ea8c17 authored about 4 years ago by Haifeng Jin <[email protected]>
update versions

github.com/keras-team/autokeras - 581f15ee1ffdb00843e79d97cacd07997ee63ff6 authored about 4 years ago by Haifeng Jin <[email protected]>
update version to 1.0.5

github.com/keras-team/autokeras - ea30a89c73b10878d2e0a40321738aa9e6963038 authored about 4 years ago by Haifeng Jin <[email protected]>
rename MultiColumnCategoricalEncoding to MultiCategoryEncoding

github.com/keras-team/autokeras - 47cae9da4dc2addf3806b155dd64a3c22776a69d authored about 4 years ago by Haifeng Jin <[email protected]>
bump tf version to 2.3.0

github.com/keras-team/autokeras - 8e5b2d44e9b2d67707fc694984b0bd5b14de0695 authored about 4 years ago by Haifeng Jin <[email protected]>
tf_cloud added

github.com/keras-team/autokeras - 1eba0c2bd8635bf2d1ac76a9f8bb94dbb91f1c13 authored about 4 years ago by Haifeng Jin <[email protected]>
Update README.md

github.com/keras-team/autokeras - 6bc6e5876a7f27311f89ee9eeb31706c2126b11b authored about 4 years ago by Daiki Katsuragawa <[email protected]>
build best model with hp instead of load from checkpoint

github.com/keras-team/autokeras - 7aba2ef9c7d318d131024d528bc468fbeca96810 authored about 4 years ago by Haifeng Jin <[email protected]>
update master version to 1.0.5dev

github.com/keras-team/autokeras - 4abb6c2387ea339628b6e97e5656894355261093 authored about 4 years ago by Haifeng Jin <[email protected]>
update tutorials kt version

github.com/keras-team/autokeras - 3950f50cc202dee1d85e7f863d7d5c2a26470c16 authored about 4 years ago by Haifeng Jin <[email protected]>
1.0.4 version number update

github.com/keras-team/autokeras - 35e47ab1010a73107ed87a27d8b9a4c2b2696c20 authored about 4 years ago by Haifeng Jin <[email protected]>
change overwrite to False default for all task apis

github.com/keras-team/autokeras - 32d34a0622aff56e314fce6dc8af237db5e91c0e authored about 4 years ago by Haifeng Jin <[email protected]>
Example for using AutoModel with CNN blocks

Example for using AutoModel with CNN blocks

github.com/keras-team/autokeras - ab13774d166d74f84a052657aad4a1cf25b6d69c authored about 4 years ago by cordeirojoao <[email protected]>
Rename AutoModel_with_CNN_example.py to automodel_with_cnn.py

github.com/keras-team/autokeras - de426e5f455a5a4069a89c0fedd0d97017290358 authored about 4 years ago by Haifeng Jin <[email protected]>
bug fix for greedy set_state

github.com/keras-team/autokeras - 0916b9588649b50cd784afd93b0310c7b47cfc78 authored about 4 years ago by Haifeng Jin <[email protected]>
add get set state to tuner and oracle

github.com/keras-team/autokeras - 7db2afde4af83ca113841a979e218d775a04eb40 authored over 4 years ago by Haifeng Jin <[email protected]>
use keras applications instead of keras tuner applications

github.com/keras-team/autokeras - a6819ac67444b66143ab8e0cad8a42cb7635730d authored over 4 years ago by Haifeng Jin <[email protected]>
bump up kt version

github.com/keras-team/autokeras - 63b1167db3a141260a52a31293f7b9122a41a727 authored over 4 years ago by Haifeng Jin <[email protected]>
add pretrained resnet and cifar10 example

github.com/keras-team/autokeras - 2a595f428ca5eeadb1dee6afa18fff13fbde6cac authored over 4 years ago by Haifeng Jin <[email protected]>
changed dropout_rate to dropout

github.com/keras-team/autokeras - ff3cf116d94309e133194520d5c0f5c41b9a6e9f authored over 4 years ago by Ankur Kunder <[email protected]>
final fit use specified epochs

github.com/keras-team/autokeras - 1fa743d01d65dc322f80b8fa9e8095550baf5965 authored over 4 years ago by Haifeng Jin <[email protected]>
add transformer to search space

github.com/keras-team/autokeras - ce8024f5cef1d1947c9bb3119ea70d4a16c2b2a1 authored over 4 years ago by Ankur Kunder <[email protected]>
update docker file

github.com/keras-team/autokeras - 20a9c650887d732f7238fcaa6c751bb5bc895b5c authored over 4 years ago by Haifeng Jin <[email protected]>
re-fix import order

github.com/keras-team/autokeras - 793de2c510bf08a727edaf67ae10ff4f8eb4a679 authored over 4 years ago by t-wtnb <[email protected]>
fix import format with isort

github.com/keras-team/autokeras - cf402fe9f9aa4a06bd35ec8149c5ff0fe3b96b9b authored over 4 years ago by t-wtnb <[email protected]>
add type information for TimeseriesForecaster

github.com/keras-team/autokeras - 318ba8851cf5442830db9fb07e40cd2bdab76d5c authored over 4 years ago by t-wtnb <[email protected]>
Update README.md

github.com/keras-team/autokeras - c331ef20b506f3b612429bb80804fc3efb92b37a authored over 4 years ago by Haifeng Jin <[email protected]>
Bump keras-autodoc from 0.5.0 to 0.5.1

Bumps [keras-autodoc](https://github.com/keras-team/keras-autodoc) from 0.5.0 to 0.5.1.
- [Relea...

github.com/keras-team/autokeras - d5606e9d542026021650dde0ecaf67a170bda450 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
update version

github.com/keras-team/autokeras - 092e63f3ad45948372784736438bb63c7c8097c3 authored over 4 years ago by Haifeng Jin <[email protected]>
update structured data regression

github.com/keras-team/autokeras - 8fb13b56914ecee6f45ff59691d68fc02d5666e4 authored over 4 years ago by Haifeng Jin <[email protected]>
updated install shell for tutorials

github.com/keras-team/autokeras - d7c242c9e87a0a924b2b844da318bcd68555e2fd authored over 4 years ago by Haifeng Jin <[email protected]>
add overwrite to tutorials

github.com/keras-team/autokeras - ccae874efcefbfc87bb0892b872ed3954b29b721 authored over 4 years ago by Haifeng Jin <[email protected]>
update kt install

github.com/keras-team/autokeras - 75bf6fd65f58324793809504886e8a86531d990a authored over 4 years ago by Haifeng Jin <[email protected]>
update setup.py

github.com/keras-team/autokeras - 9047ac862de8dc6c534d3b25aa603772daaaf819 authored over 4 years ago by Haifeng Jin <[email protected]>
updated github actions

github.com/keras-team/autokeras - e21dc6cfbcec19439b75bd9678fb174fc353a1df authored over 4 years ago by Haifeng Jin <[email protected]>
change dependency and version for release

github.com/keras-team/autokeras - 57f015cd163f28f0870fc792d6f9e5586de20448 authored over 4 years ago by Haifeng Jin <[email protected]>
revised task api tests

github.com/keras-team/autokeras - 683c1b13a82e2fa94d369ce275ebf439be943a88 authored over 4 years ago by Haifeng Jin <[email protected]>
Update README.md

github.com/keras-team/autokeras - a51a8307dfaa50af9e164d5228bd1b6d4827f5a5 authored over 4 years ago by Haifeng Jin <[email protected]>
Add files via upload

github.com/keras-team/autokeras - 17f0ab88196c843df194f571d054c7716d76a9e5 authored over 4 years ago by Haifeng Jin <[email protected]>
Update FUNDING.yml

github.com/keras-team/autokeras - 36cef0ff790f8fd1206c5f14a11eeb4e523a7a1b authored over 4 years ago by Haifeng Jin <[email protected]>
revised blocks tests

github.com/keras-team/autokeras - f93b280c15c8d5b00bbe58a54efd78e83e145709 authored over 4 years ago by Haifeng Jin <[email protected]>
fix the broken links

github.com/keras-team/autokeras - 9741d33f03cc094f1bf446a99fe751504693fdfd authored over 4 years ago by Haifeng Jin <[email protected]>
update image and text regression tutorial

github.com/keras-team/autokeras - 69afc534b25e114080245a00bced6eade6e64013 authored over 4 years ago by Haifeng Jin <[email protected]>
update structured data regression

github.com/keras-team/autokeras - 3f564187ee0069651d782fd2ef28865e35c3b914 authored over 4 years ago by Haifeng Jin <[email protected]>
add tuner to task api args

github.com/keras-team/autokeras - faa779db089019acb6a2c707043c2c47d4ca23c9 authored over 4 years ago by Haifeng Jin <[email protected]>
enable usage of other tuners

github.com/keras-team/autokeras - 434a1e38218ac606de138336367876d61b186cab authored over 4 years ago by Haifeng Jin <[email protected]>
update the ipynb

github.com/keras-team/autokeras - dab94de0cfffe736b95ca07d0b80507a50ab4a0b authored over 4 years ago by Haifeng Jin <[email protected]>
revised structured data classification

github.com/keras-team/autokeras - 597ed326b9a3efa4f7b546b9d2152e4dd2800b3a authored over 4 years ago by Haifeng Jin <[email protected]>
multi io tutorial revised

github.com/keras-team/autokeras - 9cfbd40d133e84c84cc435e3c81de3b542853160 authored over 4 years ago by Haifeng Jin <[email protected]>
updated image classification tutorial

github.com/keras-team/autokeras - ee542216a373c1ac0b0ef15f4369199e932bdc4f authored over 4 years ago by Haifeng Jin <[email protected]>
update text classification tutorial

github.com/keras-team/autokeras - a832ad85e57224dfa57e51ae75fb45faf8ac0ca6 authored over 4 years ago by Haifeng Jin <[email protected]>
customized tutorial revised

github.com/keras-team/autokeras - f13a1e2b3dee83892e71a181c1267720fb84ad7b authored over 4 years ago by Haifeng Jin <[email protected]>
bug fix for structured data input

github.com/keras-team/autokeras - 13e4b0a96ddad6b04d738589c3e3299e5e85abdd authored over 4 years ago by Haifeng Jin <[email protected]>
bug fix using dataset for text input

github.com/keras-team/autokeras - dd3469ee312513f2b8a1b2e4e90e8eb95a6f3bbb authored over 4 years ago by Haifeng Jin <[email protected]>
use user passed format for metrics and losses

github.com/keras-team/autokeras - de1119240c91ecca512115f5217cac1909e66501 authored over 4 years ago by Haifeng Jin <[email protected]>
Update typeguard requirement from <2.9.0,>=2 to >=2,<2.10.0

Updates the requirements on [typeguard](https://github.com/agronholm/typeguard) to permit the la...

github.com/keras-team/autokeras - e001319f7d11c872c5e0616a2cf432bde28c0752 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
limit sphinx version

github.com/keras-team/autokeras - e70d5bd8deda8386dc5f1fb266b551767a364741 authored over 4 years ago by Haifeng Jin <[email protected]>
add tf as dependency

github.com/keras-team/autokeras - 659dcbb39c1b3e5a5bd4b2200dd6d5b0a493a894 authored over 4 years ago by Haifeng Jin <[email protected]>
lock typeguard version

github.com/keras-team/autokeras - 949902096572d0793410553b5411fa6029d6ecb7 authored over 4 years ago by Haifeng Jin <[email protected]>
convert all tutorials to py

github.com/keras-team/autokeras - 6c98c973750d089ace97f3caba26a2e331cc4856 authored over 4 years ago by Haifeng Jin <[email protected]>
add export.py

github.com/keras-team/autokeras - eb0e952a0aaf8774453256c08514273caf062aa5 authored over 4 years ago by Haifeng Jin <[email protected]>
correct github link in tutorial

github.com/keras-team/autokeras - ef35c65b8ffac8f452e02255ad99e658a04eddf0 authored over 4 years ago by Haifeng Jin <[email protected]>
use py as tutorial source

github.com/keras-team/autokeras - eee3dc6ece687470bc4e1b54792cf50a2970a25e authored over 4 years ago by Haifeng Jin <[email protected]>
return one-hot instead of probability for multi-label

github.com/keras-team/autokeras - a05c5261bd6693359e3b6064afea72d9e41c2726 authored over 4 years ago by Haifeng Jin <[email protected]>
improve get_config tests & added missing fields

github.com/keras-team/autokeras - 48611fa95bb7f9fd0def585534fb468eb62a422f authored over 4 years ago by Haifeng Jin <[email protected]>
ensure dataset is batched in adapter

github.com/keras-team/autokeras - e87e84a21e0dfc1258b2f868532b03fabfd66a85 authored over 4 years ago by Haifeng Jin <[email protected]>
classification head adapter multilabel

github.com/keras-team/autokeras - 013de8d33b61fac6745d1adf29b16e5b0be246bb authored over 4 years ago by Haifeng Jin <[email protected]>
rename hypermodels to blocks

github.com/keras-team/autokeras - f7681f625f1bcd9e006812247abf4ec1a00b1dcc authored over 4 years ago by Haifeng Jin <[email protected]>
refactor saving to support custom objects

github.com/keras-team/autokeras - 201df9a84a2585537e0b7f1db4b97244bc7a4e2d authored over 4 years ago by Haifeng Jin <[email protected]>
Delete export.md

github.com/keras-team/autokeras - 7886886f01610f55ff2e3bf12183f1e0cc683d41 authored over 4 years ago by Kumar Shivendu <[email protected]>
Remove notebook output

github.com/keras-team/autokeras - 524cb344d8971a5383ae70595ac9e8196f7df07c authored over 4 years ago by KShivendu <[email protected]>
Add export.ipynb

github.com/keras-team/autokeras - 011cab9f82694385864e76dc69b9946909b4129e authored over 4 years ago by Kumar Shivendu <[email protected]>
enable and tested saving of categorical to numerical layer

github.com/keras-team/autokeras - 95f28802c7909993f1c62f84935ffff4f89e3ef9 authored over 4 years ago by Haifeng Jin <[email protected]>
categorical to numerical support nan

github.com/keras-team/autokeras - e43badcb8cbfe35a639da9060c20665e7e7544b2 authored over 4 years ago by Haifeng Jin <[email protected]>
fixing prediction for multi io

github.com/keras-team/autokeras - 41542e4390b3de8beac4222a9e58925e56c872a5 authored over 4 years ago by Haifeng Jin <[email protected]>
Image Regression ipynb added

github.com/keras-team/autokeras - 4891258cc75d3999924f9d4f84bee9f7be537e40 authored over 4 years ago by Ankur Kunder <[email protected]>
output cells cleared

github.com/keras-team/autokeras - 3ffe63e6369bae80e8288805a00c676ccfe4fe7b authored over 4 years ago by Ankur Kunder <[email protected]>
Corrected Tab Headings

github.com/keras-team/autokeras - 42fc27eff71e9856451970d3373b0d88eefbd0c1 authored over 4 years ago by Ankur Kunder <[email protected]>
Added Intro and removed outputs of some cells

github.com/keras-team/autokeras - 3f6cbae52a826aaef0c28b3930bc3a0308103268 authored over 4 years ago by Ankur Kunder <[email protected]>
update kt version in github action

github.com/keras-team/autokeras - 06dfddb6b5c6a34ff4b3cf83eefb172d365edb61 authored over 4 years ago by Haifeng Jin <[email protected]>