Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Repository
柯西推断行动回归
Basic Info
- Host: GitHub
- Owner: 1587causalai
- Language: Python
- Default Branch: main
- Homepage: https://1587causalai.github.io/caar/
- Size: 493 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
()
https://github.com/1587causalai/causal-sklearn
/(Abduction/Action)CAAR: Cauchy Abduction Action Regression
robust-regression-experiment/
src/ #
models/ #
data/ #
utils/ #
experiments/ #
run_experiments.py #
data/ #
Bike-Sharing-Dataset.zip
communities.data
communities.names
Concrete_Data.xls
hour.csv
parkinsons_updrs.data
winequality-red.csv
results/ #
all_real_results.pkl
all_synthetic_results.pkl
experiment_log.txt
tables/ #
real_*_outliers/ #
synthetic_*_outliers/ #
docs/ #
_navbar.md
_sidebar.md
index.html
experiment_design.md #
experiment_method.md #
experiment_summary.md #
network_design.md #
real_exp_report.md #
synthetic_exp_report.md #
images/ #
README.md
convert_to_html_img.py #
download_data.py #
serve_docs.py #
requirements.txt #
README.md #
- Python 3.8+
- PyTorch 2.0+
- scikit-learn 1.3.0+
- pandas 2.0+
- numpy 1.24+
- matplotlib 3.7+
- seaborn 0.12+
bash
pip install -r requirements.txt
```bash
python src/run_experiments.py
python src/experiments/synthetic_exp.py
python src/experiments/real_exp.py ```
docs/
experiment_design.md:experiment_method.md:network_design.md:synthetic_exp_report.md:real_exp_report.md:experiment_summary.md:experiment_conclusion.md:
```bash
python serve_docs.py
docsify-cli
npm install -g docsify-cli docsify serve docs
Python
cd docs && python -m http.server 3000 ```
GitHub Pages
```bash
docs
./deploy_docs.sh
git add docs/results git commit -m "Add results images for GitHub Pages" git push ```
CAAR
****CAAR
****CAAR
****CAARMdAE
****CAAR
CAAR
bibtex
@misc{caar2025,
title={CAAR: Cauchy Abduction Action Regression for Robust Regression with Outliers},
author={Heyang Gong},
year={2025},
howpublished={\url{https://github.com/1587causalai/robust-regression-experiment}},
note={GitHub repository}
}
Owner
- Name: Heyang Gong
- Login: 1587causalai
- Kind: user
- Repositories: 1
- Profile: https://github.com/1587causalai
1587causalai
GitHub Events
Total
- Delete event: 1
- Push event: 15
- Pull request event: 2
- Create event: 5
Last Year
- Delete event: 1
- Push event: 15
- Pull request event: 2
- Create event: 5
Dependencies
- matplotlib ==3.7.2
- numpy ==1.24.3
- pandas ==2.0.3
- scikit-learn ==1.3.0
- seaborn ==0.12.2
- tabulate ==0.9.0
- torch ==2.0.1
- tqdm ==4.65.0