Metadata-Version: 2.4
Name: autofracture
Version: 0.1.1.1
Summary: Support the intelligent fracturing process.
Home-page: https://github.com/MoonCapture/AutoFracture
Author: mzc
Author-email: mzc1226@126.com
License: MIT License
Keywords: hydraulic-fracturing,automl,machine-learning,regression,petroleum-engineering
Platform: all
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10,<3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scipy
Requires-Dist: minepy
Requires-Dist: bayesian-optimization
Provides-Extra: automl
Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]<2.0,>=1.4.0; extra == "automl"
Provides-Extra: benchmark
Requires-Dist: lightgbm; extra == "benchmark"
Requires-Dist: xgboost; extra == "benchmark"
Requires-Dist: catboost; extra == "benchmark"
Provides-Extra: all
Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]<2.0,>=1.4.0; extra == "all"
Requires-Dist: lightgbm; extra == "all"
Requires-Dist: xgboost; extra == "all"
Requires-Dist: catboost; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


📦 AutoFracture
===============

In the field of hydraulic fracturing, automatic machine learning can help in handling and analyzing large amounts of data, improving the accuracy of predicting hydraulic fracturing results, and optimizing operational parameters. Here are some aspects where automatic machine learning can play a role in the field of hydraulic fracturing:

1. Data analysis and feature engineering: Automatic machine learning algorithms can assist in analyzing various data generated during the hydraulic fracturing process, such as geological, seismic, fluid mechanics data, automatically generating features, and reducing data dimensions.
2. Predicting hydraulic fracturing outcomes: Using machine learning algorithms, it is possible to predict the outcomes of hydraulic fracturing, including parameters such as rock fracturing patterns, porosity, etc., helping engineers make more accurate decisions.
3. Optimizing parameter configurations: Through automated machine learning algorithms, it is possible to optimize the configuration of hydraulic fracturing parameters, such as the ratio of fracturing fluid, injection speed, injection volume, etc., to achieve more efficient and cost-effective hydraulic fracturing operations.
4. Real-time monitoring and adjustments: By combining sensors and automated machine learning algorithms, it is possible to monitor changes in parameters during the hydraulic fracturing process in real-time, and make timely adjustments to prevent unforeseen incidents, improving efficiency and safety of hydraulic fracturing.

In conclusion, automatic machine learning has significant potential applications in the field of hydraulic fracturing, assisting in optimizing hydraulic fracturing operations to enhance efficiency, accuracy, and cost-effectiveness.

Installation
------------

```bash
pip install autofracture
```

To Do
-----

- Tests via `$ setup.py test` (if it's concise).

Pull requests are encouraged!

More Resources
--------------

- [What is setup.py?] on Stack Overflow
- [Official Python Packaging User Guide](https://packaging.python.org)
- [The Hitchhiker's Guide to Packaging]
- [Cookiecutter template for a Python package]

License
-------

MIT License

## Updata log

* 
* `'0.0.1'-'0.0.8'`      test release
* `'0.0.1'`                 first release
